@contentstack/cli 1.50.0 → 1.51.0

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 (--version|-v)
21
- @contentstack/cli/1.50.0 linux-x64 node-v22.20.0
21
+ @contentstack/cli/1.51.0 linux-x64 node-v22.20.0
22
22
  $ csdx --help [COMMAND]
23
23
  USAGE
24
24
  $ csdx COMMAND
@@ -3649,7 +3649,7 @@ USAGE
3649
3649
  [--personalize <value>] [--launch <value>]
3650
3650
 
3651
3651
  ARGUMENTS
3652
- REGION Name for the region
3652
+ [REGION] Name for the region
3653
3653
 
3654
3654
  FLAGS
3655
3655
  -d, --cda=<value> Custom host to set for content delivery API, if this flag is added then cma, ui-host and
@@ -3705,7 +3705,7 @@ USAGE
3705
3705
  $ csdx help [COMMAND...] [-n]
3706
3706
 
3707
3707
  ARGUMENTS
3708
- COMMAND... Command to show help for.
3708
+ [COMMAND...] Command to show help for.
3709
3709
 
3710
3710
  FLAGS
3711
3711
  -n, --nested-commands Include all nested commands in the output.
@@ -4196,7 +4196,7 @@ USAGE
4196
4196
  $ csdx plugins:remove [PLUGIN...] [-h] [-v]
4197
4197
 
4198
4198
  ARGUMENTS
4199
- PLUGIN... plugin to uninstall
4199
+ [PLUGIN...] plugin to uninstall
4200
4200
 
4201
4201
  FLAGS
4202
4202
  -h, --help Show CLI help.
@@ -4237,7 +4237,7 @@ USAGE
4237
4237
  $ csdx plugins:uninstall [PLUGIN...] [-h] [-v]
4238
4238
 
4239
4239
  ARGUMENTS
4240
- PLUGIN... plugin to uninstall
4240
+ [PLUGIN...] plugin to uninstall
4241
4241
 
4242
4242
  FLAGS
4243
4243
  -h, --help Show CLI help.
@@ -4265,7 +4265,7 @@ USAGE
4265
4265
  $ csdx plugins:unlink [PLUGIN...] [-h] [-v]
4266
4266
 
4267
4267
  ARGUMENTS
4268
- PLUGIN... plugin to uninstall
4268
+ [PLUGIN...] plugin to uninstall
4269
4269
 
4270
4270
  FLAGS
4271
4271
  -h, --help Show CLI help.
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "commands": {},
3
- "version": "1.50.0"
3
+ "version": "1.51.0"
4
4
  }
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.50.0",
4
+ "version": "1.51.0",
5
5
  "author": "Contentstack",
6
6
  "bin": {
7
7
  "csdx": "./bin/run.js"
@@ -24,22 +24,22 @@
24
24
  "dependencies": {
25
25
  "@contentstack/cli-audit": "~1.15.0",
26
26
  "@contentstack/cli-auth": "~1.6.1",
27
- "@contentstack/cli-cm-bootstrap": "~1.16.0",
27
+ "@contentstack/cli-cm-bootstrap": "~1.16.1",
28
28
  "@contentstack/cli-cm-branches": "~1.6.0",
29
- "@contentstack/cli-cm-bulk-publish": "~1.10.0",
29
+ "@contentstack/cli-cm-bulk-publish": "~1.10.1",
30
30
  "@contentstack/cli-cm-clone": "~1.16.1",
31
31
  "@contentstack/cli-cm-export": "~1.20.1",
32
32
  "@contentstack/cli-cm-export-to-csv": "~1.9.1",
33
- "@contentstack/cli-cm-import": "~1.28.2",
33
+ "@contentstack/cli-cm-import": "~1.28.3",
34
34
  "@contentstack/cli-cm-import-setup": "1.6.0",
35
35
  "@contentstack/cli-cm-migrate-rte": "~1.6.1",
36
36
  "@contentstack/cli-cm-seed": "~1.12.2",
37
37
  "@contentstack/cli-command": "~1.6.1",
38
38
  "@contentstack/cli-config": "~1.15.2",
39
39
  "@contentstack/cli-launch": "^1.9.2",
40
- "@contentstack/cli-migration": "~1.8.1",
41
- "@contentstack/cli-utilities": "~1.14.3",
42
- "@contentstack/cli-variants": "~1.3.1",
40
+ "@contentstack/cli-migration": "~1.9.0",
41
+ "@contentstack/cli-utilities": "~1.14.4",
42
+ "@contentstack/cli-variants": "~1.3.4",
43
43
  "@contentstack/management": "~1.22.0",
44
44
  "@oclif/core": "^4.3.0",
45
45
  "@oclif/plugin-help": "^6.2.28",