@contentstack/cli 1.42.0 → 1.43.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 +9 -9
- package/oclif.manifest.json +1 -1
- package/package.json +6 -6
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.
|
|
21
|
+
@contentstack/cli/1.43.0 linux-x64 node-v22.17.0
|
|
22
22
|
$ csdx --help [COMMAND]
|
|
23
23
|
USAGE
|
|
24
24
|
$ csdx COMMAND
|
|
@@ -3633,7 +3633,7 @@ DESCRIPTION
|
|
|
3633
3633
|
Display help for csdx.
|
|
3634
3634
|
```
|
|
3635
3635
|
|
|
3636
|
-
_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v6.2.
|
|
3636
|
+
_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v6.2.30/src/commands/help.ts)_
|
|
3637
3637
|
|
|
3638
3638
|
## `csdx launch`
|
|
3639
3639
|
|
|
@@ -3950,7 +3950,7 @@ EXAMPLES
|
|
|
3950
3950
|
$ csdx plugins
|
|
3951
3951
|
```
|
|
3952
3952
|
|
|
3953
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.
|
|
3953
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.44/src/commands/plugins/index.ts)_
|
|
3954
3954
|
|
|
3955
3955
|
## `csdx plugins:add PLUGIN`
|
|
3956
3956
|
|
|
@@ -4024,7 +4024,7 @@ EXAMPLES
|
|
|
4024
4024
|
$ csdx plugins:inspect myplugin
|
|
4025
4025
|
```
|
|
4026
4026
|
|
|
4027
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.
|
|
4027
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.44/src/commands/plugins/inspect.ts)_
|
|
4028
4028
|
|
|
4029
4029
|
## `csdx plugins:install PLUGIN`
|
|
4030
4030
|
|
|
@@ -4073,7 +4073,7 @@ EXAMPLES
|
|
|
4073
4073
|
$ csdx plugins:install someuser/someplugin
|
|
4074
4074
|
```
|
|
4075
4075
|
|
|
4076
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.
|
|
4076
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.44/src/commands/plugins/install.ts)_
|
|
4077
4077
|
|
|
4078
4078
|
## `csdx plugins:link PATH`
|
|
4079
4079
|
|
|
@@ -4104,7 +4104,7 @@ EXAMPLES
|
|
|
4104
4104
|
$ csdx plugins:link myplugin
|
|
4105
4105
|
```
|
|
4106
4106
|
|
|
4107
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.
|
|
4107
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.44/src/commands/plugins/link.ts)_
|
|
4108
4108
|
|
|
4109
4109
|
## `csdx plugins:remove [PLUGIN]`
|
|
4110
4110
|
|
|
@@ -4145,7 +4145,7 @@ FLAGS
|
|
|
4145
4145
|
--reinstall Reinstall all plugins after uninstalling.
|
|
4146
4146
|
```
|
|
4147
4147
|
|
|
4148
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.
|
|
4148
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.44/src/commands/plugins/reset.ts)_
|
|
4149
4149
|
|
|
4150
4150
|
## `csdx plugins:uninstall [PLUGIN]`
|
|
4151
4151
|
|
|
@@ -4173,7 +4173,7 @@ EXAMPLES
|
|
|
4173
4173
|
$ csdx plugins:uninstall myplugin
|
|
4174
4174
|
```
|
|
4175
4175
|
|
|
4176
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.
|
|
4176
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.44/src/commands/plugins/uninstall.ts)_
|
|
4177
4177
|
|
|
4178
4178
|
## `csdx plugins:unlink [PLUGIN]`
|
|
4179
4179
|
|
|
@@ -4217,7 +4217,7 @@ DESCRIPTION
|
|
|
4217
4217
|
Update installed plugins.
|
|
4218
4218
|
```
|
|
4219
4219
|
|
|
4220
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.
|
|
4220
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.44/src/commands/plugins/update.ts)_
|
|
4221
4221
|
|
|
4222
4222
|
## `csdx tokens`
|
|
4223
4223
|
|
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.
|
|
4
|
+
"version": "1.43.0",
|
|
5
5
|
"author": "Contentstack",
|
|
6
6
|
"bin": {
|
|
7
7
|
"csdx": "./bin/run.js"
|
|
@@ -27,20 +27,20 @@
|
|
|
27
27
|
"@contentstack/cli-cm-bootstrap": "~1.14.1",
|
|
28
28
|
"@contentstack/cli-cm-branches": "~1.4.3",
|
|
29
29
|
"@contentstack/cli-cm-bulk-publish": "~1.8.2",
|
|
30
|
-
"@contentstack/cli-cm-clone": "~1.14.
|
|
30
|
+
"@contentstack/cli-cm-clone": "~1.14.3",
|
|
31
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.
|
|
33
|
+
"@contentstack/cli-cm-import": "~1.25.0",
|
|
34
34
|
"@contentstack/cli-cm-import-setup": "1.3.0",
|
|
35
35
|
"@contentstack/cli-cm-migrate-rte": "~1.5.2",
|
|
36
|
-
"@contentstack/cli-cm-seed": "~1.11.
|
|
36
|
+
"@contentstack/cli-cm-seed": "~1.11.3",
|
|
37
37
|
"@contentstack/cli-command": "~1.5.1",
|
|
38
38
|
"@contentstack/cli-config": "~1.13.0",
|
|
39
39
|
"@contentstack/cli-launch": "^1.9.2",
|
|
40
40
|
"@contentstack/cli-migration": "~1.7.3",
|
|
41
|
-
"@contentstack/cli-utilities": "~1.12.
|
|
41
|
+
"@contentstack/cli-utilities": "~1.12.1",
|
|
42
42
|
"@contentstack/cli-variants": "~1.2.2",
|
|
43
|
-
"@contentstack/management": "~1.
|
|
43
|
+
"@contentstack/management": "~1.22.0",
|
|
44
44
|
"@oclif/core": "^4.3.0",
|
|
45
45
|
"@oclif/plugin-help": "^6.2.28",
|
|
46
46
|
"@oclif/plugin-not-found": "^3.2.53",
|