@contentstack/cli 0.1.1-beta.18 → 0.1.1-beta.19

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -18,7 +18,7 @@ $ npm install -g @contentstack/cli
18
18
  $ csdx COMMAND
19
19
  running command...
20
20
  $ csdx (-v|--version|version)
21
- @contentstack/cli/0.1.1-beta.18 linux-x64 node-v12.22.7
21
+ @contentstack/cli/0.1.1-beta.19 linux-x64 node-v12.22.7
22
22
  $ csdx --help [COMMAND]
23
23
  USAGE
24
24
  $ csdx COMMAND
@@ -226,7 +226,7 @@ EXAMPLES
226
226
  $ csdx cm:bootstrap -t <github access token>
227
227
  ```
228
228
 
229
- _See code: [@contentstack/cli-cm-bootstrap](https://github.com/contentstack/cli/blob/v1.0.1/src/commands/cm/bootstrap.ts)_
229
+ _See code: [@contentstack/cli-cm-bootstrap](https://github.com/contentstack/cli/blob/v1.0.2/src/commands/cm/bootstrap.ts)_
230
230
 
231
231
  ## `csdx cm:bulk-publish`
232
232
 
@@ -1037,7 +1037,7 @@ USAGE
1037
1037
  $ csdx config:get:region
1038
1038
  ```
1039
1039
 
1040
- _See code: [src/commands/config/get/region.js](https://github.com/contentstack/cli/blob/v0.1.1-beta.18/src/commands/config/get/region.js)_
1040
+ _See code: [src/commands/config/get/region.js](https://github.com/contentstack/cli/blob/v0.1.1-beta.19/src/commands/config/get/region.js)_
1041
1041
 
1042
1042
  ## `csdx config:set:region [REGION]`
1043
1043
 
@@ -1069,7 +1069,7 @@ EXAMPLES
1069
1069
  --name="India"
1070
1070
  ```
1071
1071
 
1072
- _See code: [src/commands/config/set/region.js](https://github.com/contentstack/cli/blob/v0.1.1-beta.18/src/commands/config/set/region.js)_
1072
+ _See code: [src/commands/config/set/region.js](https://github.com/contentstack/cli/blob/v0.1.1-beta.19/src/commands/config/set/region.js)_
1073
1073
 
1074
1074
  ## `csdx help [COMMAND]`
1075
1075
 
@@ -1 +1 @@
1
- {"version":"0.1.1-beta.18","commands":{"config:get:region":{"id":"config:get:region","description":"Get current region set for CLI\n","pluginName":"@contentstack/cli","pluginType":"core","aliases":[],"flags":{},"args":[]},"config:set:region":{"id":"config:set:region","description":"Set region for CLI\n","pluginName":"@contentstack/cli","pluginType":"core","aliases":[],"examples":["$ csdx config:set:region EU","$ csdx config:set:region --cma <contentstack_cma_endpoint> --cda <contentstack_cda_endpoint> --name \"India\"","$ csdx config:set:region --cma=\"https://in-api.contentstack.com\" --cda=\"https://in-cda.contentstack.com\" --name=\"India\""],"flags":{"cda":{"name":"cda","type":"option","char":"d","description":"Custom host to set for content delivery API, if this flag is added then cma and name flags are required"},"cma":{"name":"cma","type":"option","char":"m","description":"Custom host to set for content management API, , if this flag is added then cda and name flags are required"},"name":{"name":"name","type":"option","char":"n","description":"Name for the region, if this flag is added then cda and cma flags are required"}},"args":[{"name":"region","description":"North America(NA), Europe (EU)","options":["EU","NA"]}]}}}
1
+ {"version":"0.1.1-beta.19","commands":{"config:get:region":{"id":"config:get:region","description":"Get current region set for CLI\n","pluginName":"@contentstack/cli","pluginType":"core","aliases":[],"flags":{},"args":[]},"config:set:region":{"id":"config:set:region","description":"Set region for CLI\n","pluginName":"@contentstack/cli","pluginType":"core","aliases":[],"examples":["$ csdx config:set:region EU","$ csdx config:set:region --cma <contentstack_cma_endpoint> --cda <contentstack_cda_endpoint> --name \"India\"","$ csdx config:set:region --cma=\"https://in-api.contentstack.com\" --cda=\"https://in-cda.contentstack.com\" --name=\"India\""],"flags":{"cda":{"name":"cda","type":"option","char":"d","description":"Custom host to set for content delivery API, if this flag is added then cma and name flags are required"},"cma":{"name":"cma","type":"option","char":"m","description":"Custom host to set for content management API, , if this flag is added then cda and name flags are required"},"name":{"name":"name","type":"option","char":"n","description":"Name for the region, if this flag is added then cda and cma flags are required"}},"args":[{"name":"region","description":"North America(NA), Europe (EU)","options":["EU","NA"]}]}}}
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@contentstack/cli",
3
3
  "description": "Command-line tool (CLI) to interact with Contentstack",
4
- "version": "0.1.1-beta.18",
4
+ "version": "0.1.1-beta.19",
5
5
  "author": "Contentstack",
6
6
  "bin": {
7
7
  "csdx": "./bin/run"
@@ -17,7 +17,7 @@
17
17
  "@contentstack/cli-cm-import": "^0.1.1-beta.10",
18
18
  "@contentstack/cli-cm-seed": "^1.0.7",
19
19
  "@contentstack/cli-command": "0.1.1-beta.1",
20
- "@contentstack/cli-cm-bootstrap": "^1.0.0",
20
+ "@contentstack/cli-cm-bootstrap": "^1.0.2",
21
21
  "@contentstack/cli-plugins-plugin": "0.1.0-beta",
22
22
  "@contentstack/management": "1.2.1",
23
23
  "@oclif/command": "^1.6.1",