@contentstack/cli 1.40.0 → 1.40.2
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 -5
- package/oclif.manifest.json +1 -1
- package/package.json +7 -7
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.40.
|
|
21
|
+
@contentstack/cli/1.40.2 linux-x64 node-v22.14.0
|
|
22
22
|
$ csdx --help [COMMAND]
|
|
23
23
|
USAGE
|
|
24
24
|
$ csdx COMMAND
|
|
@@ -3646,8 +3646,8 @@ USAGE
|
|
|
3646
3646
|
$ csdx launch [-d <value>] [-c <value>] [--type GitHub|FileUpload] [--framework Gatsby|NextJs|CRA (Create
|
|
3647
3647
|
React App)|CSR (Client-Side Rendered)|Angular|VueJs|Other] [--org <value>] [-n <value>] [-e <value>] [--branch
|
|
3648
3648
|
<value>] [--build-command <value>] [--out-dir <value>] [--server-command <value>] [--variable-type Import variables
|
|
3649
|
-
from a stack|Manually add custom variables to the list|Import variables from the local
|
|
3650
|
-
[--env-variables <value>] [--redeploy-latest] [--redeploy-last-upload]
|
|
3649
|
+
from a stack|Manually add custom variables to the list|Import variables from the .env.local file|Skip adding
|
|
3650
|
+
environment variables] [-a <value>] [--env-variables <value>] [--redeploy-latest] [--redeploy-last-upload]
|
|
3651
3651
|
|
|
3652
3652
|
FLAGS
|
|
3653
3653
|
-a, --alias=<value> [optional] Alias (name) for the delivery token.
|
|
@@ -3670,9 +3670,10 @@ FLAGS
|
|
|
3670
3670
|
--type=<option> [optional] Type of adapters. <options: GitHub|FileUpload>
|
|
3671
3671
|
<options: GitHub|FileUpload>
|
|
3672
3672
|
--variable-type=<option> [optional] Provide a variable type. <options: Import variables from a stack|Manually add
|
|
3673
|
-
custom variables to the list|Import variables from the local
|
|
3673
|
+
custom variables to the list|Import variables from the .env.local file|Skip adding
|
|
3674
|
+
environment variables>
|
|
3674
3675
|
<options: Import variables from a stack|Manually add custom variables to the list|Import
|
|
3675
|
-
variables from the local
|
|
3676
|
+
variables from the .env.local file|Skip adding environment variables>
|
|
3676
3677
|
|
|
3677
3678
|
DESCRIPTION
|
|
3678
3679
|
Launch related operations
|
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.40.
|
|
4
|
+
"version": "1.40.2",
|
|
5
5
|
"author": "Contentstack",
|
|
6
6
|
"bin": {
|
|
7
7
|
"csdx": "./bin/run.js"
|
|
@@ -22,15 +22,15 @@
|
|
|
22
22
|
"prepack": "pnpm compile && oclif manifest && oclif readme"
|
|
23
23
|
},
|
|
24
24
|
"dependencies": {
|
|
25
|
-
"@contentstack/cli-audit": "~1.12.
|
|
25
|
+
"@contentstack/cli-audit": "~1.12.1",
|
|
26
26
|
"@contentstack/cli-auth": "~1.4.0",
|
|
27
27
|
"@contentstack/cli-cm-bootstrap": "~1.14.0",
|
|
28
|
-
"@contentstack/cli-cm-branches": "~1.4.
|
|
28
|
+
"@contentstack/cli-cm-branches": "~1.4.1",
|
|
29
29
|
"@contentstack/cli-cm-bulk-publish": "~1.8.0",
|
|
30
30
|
"@contentstack/cli-cm-clone": "~1.14.0",
|
|
31
|
-
"@contentstack/cli-cm-export": "~1.16.
|
|
31
|
+
"@contentstack/cli-cm-export": "~1.16.1",
|
|
32
32
|
"@contentstack/cli-cm-export-to-csv": "~1.8.0",
|
|
33
|
-
"@contentstack/cli-cm-import": "~1.21.
|
|
33
|
+
"@contentstack/cli-cm-import": "~1.21.2",
|
|
34
34
|
"@contentstack/cli-cm-import-setup": "1.2.0",
|
|
35
35
|
"@contentstack/cli-cm-migrate-rte": "~1.5.0",
|
|
36
36
|
"@contentstack/cli-cm-seed": "~1.11.0",
|
|
@@ -67,13 +67,13 @@
|
|
|
67
67
|
"@types/sinon": "^10.0.20",
|
|
68
68
|
"chai": "^4.5.0",
|
|
69
69
|
"eslint": "^8.57.1",
|
|
70
|
-
"eslint-config-oclif": "^6.0.
|
|
70
|
+
"eslint-config-oclif": "^6.0.46",
|
|
71
71
|
"eslint-config-oclif-typescript": "^3.1.13",
|
|
72
72
|
"globby": "^10.0.2",
|
|
73
73
|
"mocha": "10.8.2",
|
|
74
74
|
"nock": "^13.5.6",
|
|
75
75
|
"nyc": "^15.1.0",
|
|
76
|
-
"oclif": "^4.17.
|
|
76
|
+
"oclif": "^4.17.46",
|
|
77
77
|
"rimraf": "^5.0.10",
|
|
78
78
|
"shelljs": "^0.9.2",
|
|
79
79
|
"sinon": "^19.0.5",
|