@contentstack/cli 1.13.2 → 1.14.1
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 +6 -3
- package/oclif.manifest.json +1 -1
- package/package.json +8 -8
package/README.md
CHANGED
|
@@ -18,7 +18,7 @@ $ npm install -g @contentstack/cli
|
|
|
18
18
|
$ csdx COMMAND
|
|
19
19
|
running command...
|
|
20
20
|
$ csdx (--version|-v)
|
|
21
|
-
@contentstack/cli/1.
|
|
21
|
+
@contentstack/cli/1.14.1 linux-x64 node-v18.19.1
|
|
22
22
|
$ csdx --help [COMMAND]
|
|
23
23
|
USAGE
|
|
24
24
|
$ csdx COMMAND
|
|
@@ -2332,6 +2332,7 @@ USAGE
|
|
|
2332
2332
|
[--destination-stack-api-key <value>] [--import-webhook-status disable|current]
|
|
2333
2333
|
|
|
2334
2334
|
FLAGS
|
|
2335
|
+
-c, --config=<value> Path for the external configuration
|
|
2335
2336
|
-n, --stack-name=<value> Name for the new stack to store the cloned content.
|
|
2336
2337
|
-y, --yes [Optional] Override marketplace prompts
|
|
2337
2338
|
--destination-management-token-alias=<value> Source API key of the target stack token alias.
|
|
@@ -2483,6 +2484,7 @@ USAGE
|
|
|
2483
2484
|
[--destination-stack-api-key <value>] [--import-webhook-status disable|current]
|
|
2484
2485
|
|
|
2485
2486
|
FLAGS
|
|
2487
|
+
-c, --config=<value> Path for the external configuration
|
|
2486
2488
|
-n, --stack-name=<value> Name for the new stack to store the cloned content.
|
|
2487
2489
|
-y, --yes [Optional] Override marketplace prompts
|
|
2488
2490
|
--destination-management-token-alias=<value> Source API key of the target stack token alias.
|
|
@@ -3194,6 +3196,8 @@ EXAMPLES
|
|
|
3194
3196
|
|
|
3195
3197
|
$ csdx config:set:region AZURE-EU
|
|
3196
3198
|
|
|
3199
|
+
$ csdx config:set:region GCP-NA
|
|
3200
|
+
|
|
3197
3201
|
$ csdx config:set:region --cma <contentstack_cma_endpoint> --cda <contentstack_cda_endpoint> --ui-host <contentstack_ui_host_endpoint> --name "India"
|
|
3198
3202
|
```
|
|
3199
3203
|
|
|
@@ -3226,7 +3230,7 @@ Launch related operations
|
|
|
3226
3230
|
```
|
|
3227
3231
|
USAGE
|
|
3228
3232
|
$ csdx launch [-d <value>] [-c <value>] [--type GitHub|FileUpload] [--framework Gatsby|NextJs|Other]
|
|
3229
|
-
[--org <value>] [-n <value>] [-e <value>] [--branch <value>] [--build-command <value>] [--out-dir <value>]
|
|
3233
|
+
[--org <value>] [-n <value>] [-e <value>] [--branch <value>] [--build-command <value>] [--out-dir <value>]
|
|
3230
3234
|
|
|
3231
3235
|
FLAGS
|
|
3232
3236
|
-c, --config=<value> Path to the local '.cs-launch.json' file
|
|
@@ -3237,7 +3241,6 @@ FLAGS
|
|
|
3237
3241
|
--build-command=<value> [Optional] Build Command
|
|
3238
3242
|
--framework=<option> [Optional] Type of framework
|
|
3239
3243
|
<options: Gatsby|NextJs|Other>
|
|
3240
|
-
--init [Optional, Hidden] Reinitialize the project if it is an existing launch project.
|
|
3241
3244
|
--org=<value> [Optional] Provide the organization UID to create a new project or deployment
|
|
3242
3245
|
--out-dir=<value> [Optional] Output Directory
|
|
3243
3246
|
--type=<option> [Optional] Choose the type of adapters
|
package/oclif.manifest.json
CHANGED
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": "1.
|
|
4
|
+
"version": "1.14.1",
|
|
5
5
|
"author": "Contentstack",
|
|
6
6
|
"bin": {
|
|
7
7
|
"csdx": "./bin/run"
|
|
@@ -22,20 +22,20 @@
|
|
|
22
22
|
"prepack": "pnpm compile && oclif manifest && oclif readme"
|
|
23
23
|
},
|
|
24
24
|
"dependencies": {
|
|
25
|
-
"@contentstack/cli-audit": "~1.3.
|
|
25
|
+
"@contentstack/cli-audit": "~1.3.5",
|
|
26
26
|
"@contentstack/cli-auth": "~1.3.17",
|
|
27
|
-
"@contentstack/cli-cm-bootstrap": "~1.
|
|
27
|
+
"@contentstack/cli-cm-bootstrap": "~1.8.0",
|
|
28
28
|
"@contentstack/cli-cm-branches": "~1.0.22",
|
|
29
|
-
"@contentstack/cli-cm-bulk-publish": "~1.4.
|
|
30
|
-
"@contentstack/cli-cm-clone": "~1.9.0",
|
|
29
|
+
"@contentstack/cli-cm-bulk-publish": "~1.4.1",
|
|
31
30
|
"@contentstack/cli-cm-export": "~1.10.5",
|
|
31
|
+
"@contentstack/cli-cm-clone": "~1.10.0",
|
|
32
32
|
"@contentstack/cli-cm-export-to-csv": "~1.6.2",
|
|
33
33
|
"@contentstack/cli-cm-import": "~1.13.3",
|
|
34
34
|
"@contentstack/cli-cm-migrate-rte": "~1.4.15",
|
|
35
35
|
"@contentstack/cli-cm-seed": "~1.7.1",
|
|
36
36
|
"@contentstack/cli-command": "~1.2.17",
|
|
37
|
-
"@contentstack/cli-config": "~1.6.
|
|
38
|
-
"@contentstack/cli-launch": "~1.0.
|
|
37
|
+
"@contentstack/cli-config": "~1.6.2",
|
|
38
|
+
"@contentstack/cli-launch": "~1.0.16",
|
|
39
39
|
"@contentstack/cli-migration": "~1.4.2",
|
|
40
40
|
"@contentstack/cli-utilities": "~1.5.11",
|
|
41
41
|
"@contentstack/management": "~1.13.0",
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
"winston": "^3.7.2"
|
|
55
55
|
},
|
|
56
56
|
"devDependencies": {
|
|
57
|
-
"@oclif/test": "^2.
|
|
57
|
+
"@oclif/test": "^2.5.6",
|
|
58
58
|
"@types/chai": "^4.2.18",
|
|
59
59
|
"@types/inquirer": "^9.0.3",
|
|
60
60
|
"@types/mkdirp": "^1.0.1",
|