@contentstack/cli 0.1.1-beta.19 → 0.1.1-beta.22
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 +11 -11
- package/oclif.manifest.json +1 -1
- package/package.json +4 -4
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.
|
|
21
|
+
@contentstack/cli/0.1.1-beta.22 linux-x64 node-v12.22.7
|
|
22
22
|
$ csdx --help [COMMAND]
|
|
23
23
|
USAGE
|
|
24
24
|
$ csdx COMMAND
|
|
@@ -82,7 +82,7 @@ ALIASES
|
|
|
82
82
|
$ csdx login
|
|
83
83
|
```
|
|
84
84
|
|
|
85
|
-
_See code: [@contentstack/cli-auth](https://github.com/contentstack/cli/blob/v0.1.1-beta.
|
|
85
|
+
_See code: [@contentstack/cli-auth](https://github.com/contentstack/cli/blob/v0.1.1-beta.2/packages/auth/src/commands/auth/login.js)_
|
|
86
86
|
|
|
87
87
|
## `csdx auth:logout`
|
|
88
88
|
|
|
@@ -101,7 +101,7 @@ ALIASES
|
|
|
101
101
|
$ csdx logout
|
|
102
102
|
```
|
|
103
103
|
|
|
104
|
-
_See code: [@contentstack/cli-auth](https://github.com/contentstack/cli/blob/v0.1.1-beta.
|
|
104
|
+
_See code: [@contentstack/cli-auth](https://github.com/contentstack/cli/blob/v0.1.1-beta.2/packages/auth/src/commands/auth/logout.js)_
|
|
105
105
|
|
|
106
106
|
## `csdx auth:tokens`
|
|
107
107
|
|
|
@@ -128,7 +128,7 @@ ALIASES
|
|
|
128
128
|
$ csdx tokens
|
|
129
129
|
```
|
|
130
130
|
|
|
131
|
-
_See code: [@contentstack/cli-auth](https://github.com/contentstack/cli/blob/v0.1.1-beta.
|
|
131
|
+
_See code: [@contentstack/cli-auth](https://github.com/contentstack/cli/blob/v0.1.1-beta.2/packages/auth/src/commands/auth/tokens/index.js)_
|
|
132
132
|
|
|
133
133
|
## `csdx auth:tokens:add`
|
|
134
134
|
|
|
@@ -159,7 +159,7 @@ ALIASES
|
|
|
159
159
|
$ csdx tokens:add
|
|
160
160
|
```
|
|
161
161
|
|
|
162
|
-
_See code: [@contentstack/cli-auth](https://github.com/contentstack/cli/blob/v0.1.1-beta.
|
|
162
|
+
_See code: [@contentstack/cli-auth](https://github.com/contentstack/cli/blob/v0.1.1-beta.2/packages/auth/src/commands/auth/tokens/add.js)_
|
|
163
163
|
|
|
164
164
|
## `csdx auth:tokens:remove`
|
|
165
165
|
|
|
@@ -181,7 +181,7 @@ ALIASES
|
|
|
181
181
|
$ csdx tokens:remove
|
|
182
182
|
```
|
|
183
183
|
|
|
184
|
-
_See code: [@contentstack/cli-auth](https://github.com/contentstack/cli/blob/v0.1.1-beta.
|
|
184
|
+
_See code: [@contentstack/cli-auth](https://github.com/contentstack/cli/blob/v0.1.1-beta.2/packages/auth/src/commands/auth/tokens/remove.js)_
|
|
185
185
|
|
|
186
186
|
## `csdx auth:whoami`
|
|
187
187
|
|
|
@@ -198,7 +198,7 @@ ALIASES
|
|
|
198
198
|
$ csdx whoami
|
|
199
199
|
```
|
|
200
200
|
|
|
201
|
-
_See code: [@contentstack/cli-auth](https://github.com/contentstack/cli/blob/v0.1.1-beta.
|
|
201
|
+
_See code: [@contentstack/cli-auth](https://github.com/contentstack/cli/blob/v0.1.1-beta.2/packages/auth/src/commands/auth/whoami.js)_
|
|
202
202
|
|
|
203
203
|
## `csdx cm:bootstrap`
|
|
204
204
|
|
|
@@ -931,7 +931,7 @@ EXAMPLES
|
|
|
931
931
|
csdx cm:import -a <management_token_alias> -c <path/of/config/file>
|
|
932
932
|
```
|
|
933
933
|
|
|
934
|
-
_See code: [@contentstack/cli-cm-import](https://github.com/contentstack/cli/blob/v0.1.1-beta.
|
|
934
|
+
_See code: [@contentstack/cli-cm-import](https://github.com/contentstack/cli/blob/v0.1.1-beta.11/packages/contentstack-import/src/commands/cm/import.js)_
|
|
935
935
|
|
|
936
936
|
## `csdx cm:migrate-rte`
|
|
937
937
|
|
|
@@ -976,7 +976,7 @@ EXAMPLES
|
|
|
976
976
|
csdx cm:migrate-rte -a alias -c global_field_uid -g -h htmlPath -j jsonPath
|
|
977
977
|
```
|
|
978
978
|
|
|
979
|
-
_See code: [@contentstack/cli-cm-migrate-rte](https://github.com/contentstack/cli/blob/v1.0.
|
|
979
|
+
_See code: [@contentstack/cli-cm-migrate-rte](https://github.com/contentstack/cli/blob/v1.0.3/src/commands/cm/migrate-rte/index.js)_
|
|
980
980
|
|
|
981
981
|
## `csdx cm:seed`
|
|
982
982
|
|
|
@@ -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.
|
|
1040
|
+
_See code: [src/commands/config/get/region.js](https://github.com/contentstack/cli/blob/v0.1.1-beta.22/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.
|
|
1072
|
+
_See code: [src/commands/config/set/region.js](https://github.com/contentstack/cli/blob/v0.1.1-beta.22/src/commands/config/set/region.js)_
|
|
1073
1073
|
|
|
1074
1074
|
## `csdx help [COMMAND]`
|
|
1075
1075
|
|
package/oclif.manifest.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":"0.1.1-beta.
|
|
1
|
+
{"version":"0.1.1-beta.22","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,20 +1,20 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@contentstack/cli",
|
|
3
3
|
"description": "Command-line tool (CLI) to interact with Contentstack",
|
|
4
|
-
"version": "0.1.1-beta.
|
|
4
|
+
"version": "0.1.1-beta.22",
|
|
5
5
|
"author": "Contentstack",
|
|
6
6
|
"bin": {
|
|
7
7
|
"csdx": "./bin/run"
|
|
8
8
|
},
|
|
9
9
|
"bugs": "https://github.com/contentstack/cli/issues",
|
|
10
10
|
"dependencies": {
|
|
11
|
-
"@contentstack/cli-cm-migrate-rte": "^1.0.
|
|
12
|
-
"@contentstack/cli-auth": "0.1.1-beta.
|
|
11
|
+
"@contentstack/cli-cm-migrate-rte": "^1.0.3",
|
|
12
|
+
"@contentstack/cli-auth": "0.1.1-beta.2",
|
|
13
13
|
"@contentstack/cli-cm-bulk-publish": "0.1.1-beta.3",
|
|
14
14
|
"@contentstack/cli-cm-clone": "0.1.0-beta.2",
|
|
15
15
|
"@contentstack/cli-cm-export": "^0.1.1-beta.8",
|
|
16
16
|
"@contentstack/cli-cm-export-to-csv": "0.1.0-beta.1",
|
|
17
|
-
"@contentstack/cli-cm-import": "^0.1.1-beta.
|
|
17
|
+
"@contentstack/cli-cm-import": "^0.1.1-beta.11",
|
|
18
18
|
"@contentstack/cli-cm-seed": "^1.0.7",
|
|
19
19
|
"@contentstack/cli-command": "0.1.1-beta.1",
|
|
20
20
|
"@contentstack/cli-cm-bootstrap": "^1.0.2",
|