@contentstack/cli 1.40.2 → 1.40.4

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.40.2 linux-x64 node-v22.14.0
21
+ @contentstack/cli/1.40.4 linux-x64 node-v22.15.0
22
22
  $ csdx --help [COMMAND]
23
23
  USAGE
24
24
  $ csdx COMMAND
@@ -3635,7 +3635,7 @@ DESCRIPTION
3635
3635
  Display help for csdx.
3636
3636
  ```
3637
3637
 
3638
- _See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v6.2.27/src/commands/help.ts)_
3638
+ _See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v6.2.28/src/commands/help.ts)_
3639
3639
 
3640
3640
  ## `csdx launch`
3641
3641
 
@@ -3952,7 +3952,7 @@ EXAMPLES
3952
3952
  $ csdx plugins
3953
3953
  ```
3954
3954
 
3955
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.36/src/commands/plugins/index.ts)_
3955
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.37/src/commands/plugins/index.ts)_
3956
3956
 
3957
3957
  ## `csdx plugins:add PLUGIN`
3958
3958
 
@@ -4026,7 +4026,7 @@ EXAMPLES
4026
4026
  $ csdx plugins:inspect myplugin
4027
4027
  ```
4028
4028
 
4029
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.36/src/commands/plugins/inspect.ts)_
4029
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.37/src/commands/plugins/inspect.ts)_
4030
4030
 
4031
4031
  ## `csdx plugins:install PLUGIN`
4032
4032
 
@@ -4075,7 +4075,7 @@ EXAMPLES
4075
4075
  $ csdx plugins:install someuser/someplugin
4076
4076
  ```
4077
4077
 
4078
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.36/src/commands/plugins/install.ts)_
4078
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.37/src/commands/plugins/install.ts)_
4079
4079
 
4080
4080
  ## `csdx plugins:link PATH`
4081
4081
 
@@ -4106,7 +4106,7 @@ EXAMPLES
4106
4106
  $ csdx plugins:link myplugin
4107
4107
  ```
4108
4108
 
4109
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.36/src/commands/plugins/link.ts)_
4109
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.37/src/commands/plugins/link.ts)_
4110
4110
 
4111
4111
  ## `csdx plugins:remove [PLUGIN]`
4112
4112
 
@@ -4147,7 +4147,7 @@ FLAGS
4147
4147
  --reinstall Reinstall all plugins after uninstalling.
4148
4148
  ```
4149
4149
 
4150
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.36/src/commands/plugins/reset.ts)_
4150
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.37/src/commands/plugins/reset.ts)_
4151
4151
 
4152
4152
  ## `csdx plugins:uninstall [PLUGIN]`
4153
4153
 
@@ -4175,7 +4175,7 @@ EXAMPLES
4175
4175
  $ csdx plugins:uninstall myplugin
4176
4176
  ```
4177
4177
 
4178
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.36/src/commands/plugins/uninstall.ts)_
4178
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.37/src/commands/plugins/uninstall.ts)_
4179
4179
 
4180
4180
  ## `csdx plugins:unlink [PLUGIN]`
4181
4181
 
@@ -4219,7 +4219,7 @@ DESCRIPTION
4219
4219
  Update installed plugins.
4220
4220
  ```
4221
4221
 
4222
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.36/src/commands/plugins/update.ts)_
4222
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.37/src/commands/plugins/update.ts)_
4223
4223
 
4224
4224
  ## `csdx tokens`
4225
4225
 
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "commands": {},
3
- "version": "1.40.2"
3
+ "version": "1.40.4"
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.40.2",
4
+ "version": "1.40.4",
5
5
  "author": "Contentstack",
6
6
  "bin": {
7
7
  "csdx": "./bin/run.js"
@@ -25,25 +25,25 @@
25
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.1",
28
+ "@contentstack/cli-cm-branches": "~1.4.2",
29
29
  "@contentstack/cli-cm-bulk-publish": "~1.8.0",
30
30
  "@contentstack/cli-cm-clone": "~1.14.0",
31
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.2",
33
+ "@contentstack/cli-cm-import": "~1.21.3",
34
34
  "@contentstack/cli-cm-import-setup": "1.2.0",
35
- "@contentstack/cli-cm-migrate-rte": "~1.5.0",
35
+ "@contentstack/cli-cm-migrate-rte": "~1.5.1",
36
36
  "@contentstack/cli-cm-seed": "~1.11.0",
37
37
  "@contentstack/cli-command": "~1.5.0",
38
38
  "@contentstack/cli-config": "~1.12.0",
39
39
  "@contentstack/cli-launch": "^1.8.0",
40
- "@contentstack/cli-migration": "~1.7.0",
40
+ "@contentstack/cli-migration": "~1.7.2",
41
41
  "@contentstack/cli-utilities": "~1.11.0",
42
- "@contentstack/cli-variants": "~1.2.0",
43
- "@contentstack/management": "~1.20.2",
42
+ "@contentstack/cli-variants": "~1.2.1",
43
+ "@contentstack/management": "~1.20.3",
44
44
  "@oclif/core": "^4.2.10",
45
45
  "@oclif/plugin-help": "^6.2.27",
46
- "@oclif/plugin-not-found": "^3.2.49",
46
+ "@oclif/plugin-not-found": "^3.2.50",
47
47
  "@oclif/plugin-plugins": "^5.4.36",
48
48
  "chalk": "^4.1.2",
49
49
  "debug": "^4.4.0",