@contentstack/cli 1.60.0 → 1.60.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 +15 -14
- package/oclif.manifest.json +1 -1
- package/package.json +10 -10
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.60.
|
|
21
|
+
@contentstack/cli/1.60.1 linux-x64 node-v22.22.2
|
|
22
22
|
$ csdx --help [COMMAND]
|
|
23
23
|
USAGE
|
|
24
24
|
$ csdx COMMAND
|
|
@@ -3829,7 +3829,7 @@ DESCRIPTION
|
|
|
3829
3829
|
Display help for csdx.
|
|
3830
3830
|
```
|
|
3831
3831
|
|
|
3832
|
-
_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/
|
|
3832
|
+
_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/6.2.43/src/commands/help.ts)_
|
|
3833
3833
|
|
|
3834
3834
|
## `csdx launch`
|
|
3835
3835
|
|
|
@@ -3838,10 +3838,11 @@ Launch related operations
|
|
|
3838
3838
|
```
|
|
3839
3839
|
USAGE
|
|
3840
3840
|
$ csdx launch [-d <value>] [-c <value>] [--type GitHub|FileUpload] [--framework Gatsby|NextJs|CRA (Create
|
|
3841
|
-
React App)|CSR (Client-Side Rendered)|Angular|Nuxt|VueJs|Remix|Other] [--org <value>] [-n <value>] [-e
|
|
3842
|
-
[--branch <value>] [--build-command <value>] [--out-dir <value>] [--server-command <value>]
|
|
3843
|
-
variables from a stack|Manually add custom variables to the list|Import variables from the
|
|
3844
|
-
adding environment variables...] [-a <value>] [--env-variables <value>] [--redeploy-latest]
|
|
3841
|
+
React App)|CSR (Client-Side Rendered)|Analog|Angular|Nuxt|Astro|VueJs|Remix|Other] [--org <value>] [-n <value>] [-e
|
|
3842
|
+
<value>] [--branch <value>] [--build-command <value>] [--out-dir <value>] [--server-command <value>]
|
|
3843
|
+
[--variable-type Import variables from a stack|Manually add custom variables to the list|Import variables from the
|
|
3844
|
+
.env.local file|Skip adding environment variables...] [-a <value>] [--env-variables <value>] [--redeploy-latest]
|
|
3845
|
+
[--redeploy-last-upload]
|
|
3845
3846
|
|
|
3846
3847
|
FLAGS
|
|
3847
3848
|
-a, --alias=<value> [optional] Alias (name) for the delivery token.
|
|
@@ -3855,7 +3856,7 @@ FLAGS
|
|
|
3855
3856
|
comma. For example: APP_ENV:prod, TEST_ENV:testVal.
|
|
3856
3857
|
--framework=<option> [optional] Type of framework. <options: Gatsby|NextJS|Other>
|
|
3857
3858
|
<options: Gatsby|NextJs|CRA (Create React App)|CSR (Client-Side
|
|
3858
|
-
Rendered)|Angular|Nuxt|VueJs|Remix|Other>
|
|
3859
|
+
Rendered)|Analog|Angular|Nuxt|Astro|VueJs|Remix|Other>
|
|
3859
3860
|
--org=<value> [optional] Provide the organization UID to create a new project or deployment.
|
|
3860
3861
|
--out-dir=<value> [optional] Output Directory.
|
|
3861
3862
|
--redeploy-last-upload [optional] Redeploy with last file upload
|
|
@@ -4148,7 +4149,7 @@ EXAMPLES
|
|
|
4148
4149
|
$ csdx plugins
|
|
4149
4150
|
```
|
|
4150
4151
|
|
|
4151
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/
|
|
4152
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.59/src/commands/plugins/index.ts)_
|
|
4152
4153
|
|
|
4153
4154
|
## `csdx plugins:add PLUGIN`
|
|
4154
4155
|
|
|
@@ -4222,7 +4223,7 @@ EXAMPLES
|
|
|
4222
4223
|
$ csdx plugins:inspect myplugin
|
|
4223
4224
|
```
|
|
4224
4225
|
|
|
4225
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/
|
|
4226
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.59/src/commands/plugins/inspect.ts)_
|
|
4226
4227
|
|
|
4227
4228
|
## `csdx plugins:install PLUGIN`
|
|
4228
4229
|
|
|
@@ -4271,7 +4272,7 @@ EXAMPLES
|
|
|
4271
4272
|
$ csdx plugins:install someuser/someplugin
|
|
4272
4273
|
```
|
|
4273
4274
|
|
|
4274
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/
|
|
4275
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.59/src/commands/plugins/install.ts)_
|
|
4275
4276
|
|
|
4276
4277
|
## `csdx plugins:link PATH`
|
|
4277
4278
|
|
|
@@ -4302,7 +4303,7 @@ EXAMPLES
|
|
|
4302
4303
|
$ csdx plugins:link myplugin
|
|
4303
4304
|
```
|
|
4304
4305
|
|
|
4305
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/
|
|
4306
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.59/src/commands/plugins/link.ts)_
|
|
4306
4307
|
|
|
4307
4308
|
## `csdx plugins:remove [PLUGIN]`
|
|
4308
4309
|
|
|
@@ -4343,7 +4344,7 @@ FLAGS
|
|
|
4343
4344
|
--reinstall Reinstall all plugins after uninstalling.
|
|
4344
4345
|
```
|
|
4345
4346
|
|
|
4346
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/
|
|
4347
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.59/src/commands/plugins/reset.ts)_
|
|
4347
4348
|
|
|
4348
4349
|
## `csdx plugins:uninstall [PLUGIN]`
|
|
4349
4350
|
|
|
@@ -4371,7 +4372,7 @@ EXAMPLES
|
|
|
4371
4372
|
$ csdx plugins:uninstall myplugin
|
|
4372
4373
|
```
|
|
4373
4374
|
|
|
4374
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/
|
|
4375
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.59/src/commands/plugins/uninstall.ts)_
|
|
4375
4376
|
|
|
4376
4377
|
## `csdx plugins:unlink [PLUGIN]`
|
|
4377
4378
|
|
|
@@ -4415,7 +4416,7 @@ DESCRIPTION
|
|
|
4415
4416
|
Update installed plugins.
|
|
4416
4417
|
```
|
|
4417
4418
|
|
|
4418
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/
|
|
4419
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.59/src/commands/plugins/update.ts)_
|
|
4419
4420
|
|
|
4420
4421
|
## `csdx tokens`
|
|
4421
4422
|
|
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.60.
|
|
4
|
+
"version": "1.60.1",
|
|
5
5
|
"author": "Contentstack",
|
|
6
6
|
"bin": {
|
|
7
7
|
"csdx": "./bin/run.js"
|
|
@@ -19,24 +19,24 @@
|
|
|
19
19
|
"prepack": "pnpm compile && oclif manifest && oclif readme"
|
|
20
20
|
},
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@contentstack/cli-audit": "~1.19.
|
|
22
|
+
"@contentstack/cli-audit": "~1.19.1",
|
|
23
23
|
"@contentstack/cli-cm-export": "~1.24.0",
|
|
24
24
|
"@contentstack/cli-cm-import": "~1.32.0",
|
|
25
25
|
"@contentstack/cli-auth": "~1.8.0",
|
|
26
26
|
"@contentstack/cli-cm-bootstrap": "~1.19.0",
|
|
27
|
-
"@contentstack/cli-cm-branches": "~1.7.
|
|
28
|
-
"@contentstack/cli-cm-bulk-publish": "~1.11.
|
|
29
|
-
"@contentstack/cli-cm-clone": "~1.21.
|
|
27
|
+
"@contentstack/cli-cm-branches": "~1.7.1",
|
|
28
|
+
"@contentstack/cli-cm-bulk-publish": "~1.11.1",
|
|
29
|
+
"@contentstack/cli-cm-clone": "~1.21.1",
|
|
30
30
|
"@contentstack/cli-cm-export-to-csv": "~1.12.0",
|
|
31
|
-
"@contentstack/cli-cm-import-setup": "~1.8.
|
|
31
|
+
"@contentstack/cli-cm-import-setup": "~1.8.1",
|
|
32
32
|
"@contentstack/cli-cm-migrate-rte": "~1.6.4",
|
|
33
33
|
"@contentstack/cli-cm-seed": "~1.15.0",
|
|
34
34
|
"@contentstack/cli-command": "~1.8.0",
|
|
35
|
-
"@contentstack/cli-config": "~1.20.
|
|
36
|
-
"@contentstack/cli-launch": "^1.9.
|
|
35
|
+
"@contentstack/cli-config": "~1.20.1",
|
|
36
|
+
"@contentstack/cli-launch": "^1.9.7",
|
|
37
37
|
"@contentstack/cli-migration": "~1.12.0",
|
|
38
|
-
"@contentstack/cli-utilities": "~1.18.
|
|
39
|
-
"@contentstack/cli-variants": "~1.4.
|
|
38
|
+
"@contentstack/cli-utilities": "~1.18.1",
|
|
39
|
+
"@contentstack/cli-variants": "~1.4.1",
|
|
40
40
|
"@contentstack/management": "~1.27.5",
|
|
41
41
|
"@oclif/core": "^4.8.3",
|
|
42
42
|
"@oclif/plugin-help": "^6.2.28",
|