@contentstack/cli 1.41.2 → 1.42.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.41.2 linux-x64 node-v22.16.0
21
+ @contentstack/cli/1.42.0 linux-x64 node-v22.16.0
22
22
  $ csdx --help [COMMAND]
23
23
  USAGE
24
24
  $ csdx COMMAND
@@ -3588,14 +3588,12 @@ DESCRIPTION
3588
3588
  EXAMPLES
3589
3589
  $ csdx config:set:region
3590
3590
 
3591
- $ csdx config:set:region NA
3592
-
3593
- $ csdx config:set:region EU
3594
-
3595
3591
  $ csdx config:set:region AWS-NA
3596
3592
 
3597
3593
  $ csdx config:set:region AWS-EU
3598
3594
 
3595
+ $ csdx config:set:region AWS-AU
3596
+
3599
3597
  $ csdx config:set:region AZURE-NA
3600
3598
 
3601
3599
  $ csdx config:set:region AZURE-EU
@@ -3635,7 +3633,7 @@ DESCRIPTION
3635
3633
  Display help for csdx.
3636
3634
  ```
3637
3635
 
3638
- _See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v6.2.28/src/commands/help.ts)_
3636
+ _See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v6.2.29/src/commands/help.ts)_
3639
3637
 
3640
3638
  ## `csdx launch`
3641
3639
 
@@ -3952,7 +3950,7 @@ EXAMPLES
3952
3950
  $ csdx plugins
3953
3951
  ```
3954
3952
 
3955
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.40/src/commands/plugins/index.ts)_
3953
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.43/src/commands/plugins/index.ts)_
3956
3954
 
3957
3955
  ## `csdx plugins:add PLUGIN`
3958
3956
 
@@ -4026,7 +4024,7 @@ EXAMPLES
4026
4024
  $ csdx plugins:inspect myplugin
4027
4025
  ```
4028
4026
 
4029
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.40/src/commands/plugins/inspect.ts)_
4027
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.43/src/commands/plugins/inspect.ts)_
4030
4028
 
4031
4029
  ## `csdx plugins:install PLUGIN`
4032
4030
 
@@ -4075,7 +4073,7 @@ EXAMPLES
4075
4073
  $ csdx plugins:install someuser/someplugin
4076
4074
  ```
4077
4075
 
4078
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.40/src/commands/plugins/install.ts)_
4076
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.43/src/commands/plugins/install.ts)_
4079
4077
 
4080
4078
  ## `csdx plugins:link PATH`
4081
4079
 
@@ -4106,7 +4104,7 @@ EXAMPLES
4106
4104
  $ csdx plugins:link myplugin
4107
4105
  ```
4108
4106
 
4109
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.40/src/commands/plugins/link.ts)_
4107
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.43/src/commands/plugins/link.ts)_
4110
4108
 
4111
4109
  ## `csdx plugins:remove [PLUGIN]`
4112
4110
 
@@ -4147,7 +4145,7 @@ FLAGS
4147
4145
  --reinstall Reinstall all plugins after uninstalling.
4148
4146
  ```
4149
4147
 
4150
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.40/src/commands/plugins/reset.ts)_
4148
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.43/src/commands/plugins/reset.ts)_
4151
4149
 
4152
4150
  ## `csdx plugins:uninstall [PLUGIN]`
4153
4151
 
@@ -4175,7 +4173,7 @@ EXAMPLES
4175
4173
  $ csdx plugins:uninstall myplugin
4176
4174
  ```
4177
4175
 
4178
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.40/src/commands/plugins/uninstall.ts)_
4176
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.43/src/commands/plugins/uninstall.ts)_
4179
4177
 
4180
4178
  ## `csdx plugins:unlink [PLUGIN]`
4181
4179
 
@@ -4219,7 +4217,7 @@ DESCRIPTION
4219
4217
  Update installed plugins.
4220
4218
  ```
4221
4219
 
4222
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.40/src/commands/plugins/update.ts)_
4220
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.43/src/commands/plugins/update.ts)_
4223
4221
 
4224
4222
  ## `csdx tokens`
4225
4223
 
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "commands": {},
3
- "version": "1.41.2"
3
+ "version": "1.42.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.41.2",
4
+ "version": "1.42.0",
5
5
  "author": "Contentstack",
6
6
  "bin": {
7
7
  "csdx": "./bin/run.js"
@@ -26,16 +26,16 @@
26
26
  "@contentstack/cli-auth": "~1.4.1",
27
27
  "@contentstack/cli-cm-bootstrap": "~1.14.1",
28
28
  "@contentstack/cli-cm-branches": "~1.4.3",
29
- "@contentstack/cli-cm-bulk-publish": "~1.8.1",
29
+ "@contentstack/cli-cm-bulk-publish": "~1.8.2",
30
30
  "@contentstack/cli-cm-clone": "~1.14.2",
31
- "@contentstack/cli-cm-export": "~1.16.3",
31
+ "@contentstack/cli-cm-export": "~1.17.0",
32
32
  "@contentstack/cli-cm-export-to-csv": "~1.8.2",
33
- "@contentstack/cli-cm-import": "~1.23.0",
34
- "@contentstack/cli-cm-import-setup": "1.2.1",
33
+ "@contentstack/cli-cm-import": "~1.24.0",
34
+ "@contentstack/cli-cm-import-setup": "1.3.0",
35
35
  "@contentstack/cli-cm-migrate-rte": "~1.5.2",
36
36
  "@contentstack/cli-cm-seed": "~1.11.2",
37
37
  "@contentstack/cli-command": "~1.5.1",
38
- "@contentstack/cli-config": "~1.12.1",
38
+ "@contentstack/cli-config": "~1.13.0",
39
39
  "@contentstack/cli-launch": "^1.9.2",
40
40
  "@contentstack/cli-migration": "~1.7.3",
41
41
  "@contentstack/cli-utilities": "~1.12.0",