@content-app/cli
Advanced tools
Comparing version 0.1.0 to 0.1.1
@@ -70,3 +70,3 @@ #!/usr/bin/env node | ||
const space = await client.getSpace(spaceId); | ||
const environment = await space.getEnvironment(environment || 'master' || 'main'); | ||
const spaceEnvironment = await space.getEnvironment(environment || 'master' || 'main'); | ||
@@ -77,3 +77,3 @@ try { | ||
space: space, | ||
environment: environment, | ||
environment: spaceEnvironment, | ||
}) | ||
@@ -80,0 +80,0 @@ } catch (error) { |
{ | ||
"name": "@content-app/cli", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Content-app CLI", | ||
@@ -5,0 +5,0 @@ "main": "bin/content-app.js", |
5654