@contentstack/cli 1.49.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 +13 -13
- package/oclif.manifest.json +1 -1
- package/package.json +8 -8
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.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.
|
|
@@ -4031,7 +4031,7 @@ EXAMPLES
|
|
|
4031
4031
|
$ csdx plugins
|
|
4032
4032
|
```
|
|
4033
4033
|
|
|
4034
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.
|
|
4034
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.50/src/commands/plugins/index.ts)_
|
|
4035
4035
|
|
|
4036
4036
|
## `csdx plugins:add PLUGIN`
|
|
4037
4037
|
|
|
@@ -4105,7 +4105,7 @@ EXAMPLES
|
|
|
4105
4105
|
$ csdx plugins:inspect myplugin
|
|
4106
4106
|
```
|
|
4107
4107
|
|
|
4108
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.
|
|
4108
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.50/src/commands/plugins/inspect.ts)_
|
|
4109
4109
|
|
|
4110
4110
|
## `csdx plugins:install PLUGIN`
|
|
4111
4111
|
|
|
@@ -4154,7 +4154,7 @@ EXAMPLES
|
|
|
4154
4154
|
$ csdx plugins:install someuser/someplugin
|
|
4155
4155
|
```
|
|
4156
4156
|
|
|
4157
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.
|
|
4157
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.50/src/commands/plugins/install.ts)_
|
|
4158
4158
|
|
|
4159
4159
|
## `csdx plugins:link PATH`
|
|
4160
4160
|
|
|
@@ -4185,7 +4185,7 @@ EXAMPLES
|
|
|
4185
4185
|
$ csdx plugins:link myplugin
|
|
4186
4186
|
```
|
|
4187
4187
|
|
|
4188
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.
|
|
4188
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.50/src/commands/plugins/link.ts)_
|
|
4189
4189
|
|
|
4190
4190
|
## `csdx plugins:remove [PLUGIN]`
|
|
4191
4191
|
|
|
@@ -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.
|
|
@@ -4226,7 +4226,7 @@ FLAGS
|
|
|
4226
4226
|
--reinstall Reinstall all plugins after uninstalling.
|
|
4227
4227
|
```
|
|
4228
4228
|
|
|
4229
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.
|
|
4229
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.50/src/commands/plugins/reset.ts)_
|
|
4230
4230
|
|
|
4231
4231
|
## `csdx plugins:uninstall [PLUGIN]`
|
|
4232
4232
|
|
|
@@ -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.
|
|
@@ -4254,7 +4254,7 @@ EXAMPLES
|
|
|
4254
4254
|
$ csdx plugins:uninstall myplugin
|
|
4255
4255
|
```
|
|
4256
4256
|
|
|
4257
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.
|
|
4257
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.50/src/commands/plugins/uninstall.ts)_
|
|
4258
4258
|
|
|
4259
4259
|
## `csdx plugins:unlink [PLUGIN]`
|
|
4260
4260
|
|
|
@@ -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.
|
|
@@ -4298,7 +4298,7 @@ DESCRIPTION
|
|
|
4298
4298
|
Update installed plugins.
|
|
4299
4299
|
```
|
|
4300
4300
|
|
|
4301
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.
|
|
4301
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.50/src/commands/plugins/update.ts)_
|
|
4302
4302
|
|
|
4303
4303
|
## `csdx tokens`
|
|
4304
4304
|
|
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.51.0",
|
|
5
5
|
"author": "Contentstack",
|
|
6
6
|
"bin": {
|
|
7
7
|
"csdx": "./bin/run.js"
|
|
@@ -22,24 +22,24 @@
|
|
|
22
22
|
"prepack": "pnpm compile && oclif manifest && oclif readme"
|
|
23
23
|
},
|
|
24
24
|
"dependencies": {
|
|
25
|
-
"@contentstack/cli-audit": "~1.
|
|
25
|
+
"@contentstack/cli-audit": "~1.15.0",
|
|
26
26
|
"@contentstack/cli-auth": "~1.6.1",
|
|
27
|
-
"@contentstack/cli-cm-bootstrap": "~1.16.
|
|
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.
|
|
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.
|
|
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.
|
|
41
|
-
"@contentstack/cli-utilities": "~1.14.
|
|
42
|
-
"@contentstack/cli-variants": "~1.3.
|
|
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",
|