@contentstack/cli 1.19.1 → 1.20.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.19.1 linux-x64 node-v18.20.3
21
+ @contentstack/cli/1.20.0 linux-x64 node-v18.20.3
22
22
  $ csdx --help [COMMAND]
23
23
  USAGE
24
24
  $ csdx COMMAND
@@ -2153,6 +2153,7 @@ FLAGS
2153
2153
  -k, --stack-api-key=<value> API key of the target stack
2154
2154
  -m, --module=<value> [optional] specific module name
2155
2155
  -y, --yes [optional] Override marketplace prompts
2156
+ --exclude-global-modules Excludes the branch-independent module from the import operation
2156
2157
  --import-webhook-status=<option> [default: disable] [optional] Webhook state
2157
2158
  <options: disable|current>
2158
2159
  --replace-existing Replaces the existing module in the target stack.
@@ -2577,6 +2578,7 @@ FLAGS
2577
2578
  -k, --stack-api-key=<value> API key of the target stack
2578
2579
  -m, --module=<value> [optional] specific module name
2579
2580
  -y, --yes [optional] Override marketplace prompts
2581
+ --exclude-global-modules Excludes the branch-independent module from the import operation
2580
2582
  --import-webhook-status=<option> [default: disable] [optional] Webhook state
2581
2583
  <options: disable|current>
2582
2584
  --replace-existing Replaces the existing module in the target stack.
@@ -3494,7 +3496,7 @@ EXAMPLES
3494
3496
  $ csdx plugins
3495
3497
  ```
3496
3498
 
3497
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.2.3/src/commands/plugins/index.ts)_
3499
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.3.3/src/commands/plugins/index.ts)_
3498
3500
 
3499
3501
  ## `csdx plugins:add PLUGIN`
3500
3502
 
@@ -3568,7 +3570,7 @@ EXAMPLES
3568
3570
  $ csdx plugins:inspect myplugin
3569
3571
  ```
3570
3572
 
3571
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.2.3/src/commands/plugins/inspect.ts)_
3573
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.3.3/src/commands/plugins/inspect.ts)_
3572
3574
 
3573
3575
  ## `csdx plugins:install PLUGIN`
3574
3576
 
@@ -3617,7 +3619,7 @@ EXAMPLES
3617
3619
  $ csdx plugins:install someuser/someplugin
3618
3620
  ```
3619
3621
 
3620
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.2.3/src/commands/plugins/install.ts)_
3622
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.3.3/src/commands/plugins/install.ts)_
3621
3623
 
3622
3624
  ## `csdx plugins:link PATH`
3623
3625
 
@@ -3647,7 +3649,7 @@ EXAMPLES
3647
3649
  $ csdx plugins:link myplugin
3648
3650
  ```
3649
3651
 
3650
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.2.3/src/commands/plugins/link.ts)_
3652
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.3.3/src/commands/plugins/link.ts)_
3651
3653
 
3652
3654
  ## `csdx plugins:remove [PLUGIN]`
3653
3655
 
@@ -3688,7 +3690,7 @@ FLAGS
3688
3690
  --reinstall Reinstall all plugins after uninstalling.
3689
3691
  ```
3690
3692
 
3691
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.2.3/src/commands/plugins/reset.ts)_
3693
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.3.3/src/commands/plugins/reset.ts)_
3692
3694
 
3693
3695
  ## `csdx plugins:uninstall [PLUGIN]`
3694
3696
 
@@ -3716,7 +3718,7 @@ EXAMPLES
3716
3718
  $ csdx plugins:uninstall myplugin
3717
3719
  ```
3718
3720
 
3719
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.2.3/src/commands/plugins/uninstall.ts)_
3721
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.3.3/src/commands/plugins/uninstall.ts)_
3720
3722
 
3721
3723
  ## `csdx plugins:unlink [PLUGIN]`
3722
3724
 
@@ -3760,7 +3762,7 @@ DESCRIPTION
3760
3762
  Update installed plugins.
3761
3763
  ```
3762
3764
 
3763
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.2.3/src/commands/plugins/update.ts)_
3765
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.3.3/src/commands/plugins/update.ts)_
3764
3766
 
3765
3767
  ## `csdx tokens`
3766
3768
 
@@ -1,4 +1,4 @@
1
1
  {
2
- "version": "1.19.1",
2
+ "version": "1.20.0",
3
3
  "commands": {}
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.19.1",
4
+ "version": "1.20.0",
5
5
  "author": "Contentstack",
6
6
  "bin": {
7
7
  "csdx": "./bin/run.js"
@@ -22,22 +22,22 @@
22
22
  "prepack": "pnpm compile && oclif manifest && oclif readme"
23
23
  },
24
24
  "dependencies": {
25
- "@contentstack/cli-audit": "~1.6.2",
26
- "@contentstack/cli-auth": "~1.3.18",
25
+ "@contentstack/cli-audit": "~1.6.3",
26
+ "@contentstack/cli-auth": "~1.3.19",
27
27
  "@contentstack/cli-cm-bootstrap": "~1.9.3",
28
- "@contentstack/cli-cm-branches": "~1.1.0",
28
+ "@contentstack/cli-cm-branches": "~1.1.1",
29
29
  "@contentstack/cli-cm-bulk-publish": "~1.4.7",
30
- "@contentstack/cli-cm-export": "~1.11.4",
31
- "@contentstack/cli-cm-clone": "~1.10.5",
30
+ "@contentstack/cli-cm-export": "~1.11.5",
31
+ "@contentstack/cli-cm-clone": "~1.10.6",
32
32
  "@contentstack/cli-cm-export-to-csv": "~1.7.1",
33
- "@contentstack/cli-cm-import": "~1.15.8",
33
+ "@contentstack/cli-cm-import": "~1.16.0",
34
34
  "@contentstack/cli-cm-migrate-rte": "~1.4.17",
35
- "@contentstack/cli-cm-seed": "~1.7.5",
35
+ "@contentstack/cli-cm-seed": "~1.7.6",
36
36
  "@contentstack/cli-command": "~1.2.18",
37
37
  "@contentstack/cli-config": "~1.6.4",
38
38
  "@contentstack/cli-launch": "~1.0.18",
39
39
  "@contentstack/cli-migration": "~1.5.6",
40
- "@contentstack/cli-utilities": "~1.6.2",
40
+ "@contentstack/cli-utilities": "~1.6.3",
41
41
  "@contentstack/management": "~1.15.3",
42
42
  "@oclif/core": "^3.26.5",
43
43
  "@oclif/plugin-help": "^5",