@contentstack/cli 1.58.0 → 1.58.1
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 +8 -8
- package/oclif.manifest.json +1 -1
- package/package.json +11 -11
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.58.
|
|
21
|
+
@contentstack/cli/1.58.1 linux-x64 node-v22.22.0
|
|
22
22
|
$ csdx --help [COMMAND]
|
|
23
23
|
USAGE
|
|
24
24
|
$ csdx COMMAND
|
|
@@ -4148,7 +4148,7 @@ EXAMPLES
|
|
|
4148
4148
|
$ csdx plugins
|
|
4149
4149
|
```
|
|
4150
4150
|
|
|
4151
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.
|
|
4151
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.56/src/commands/plugins/index.ts)_
|
|
4152
4152
|
|
|
4153
4153
|
## `csdx plugins:add PLUGIN`
|
|
4154
4154
|
|
|
@@ -4222,7 +4222,7 @@ EXAMPLES
|
|
|
4222
4222
|
$ csdx plugins:inspect myplugin
|
|
4223
4223
|
```
|
|
4224
4224
|
|
|
4225
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.
|
|
4225
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.56/src/commands/plugins/inspect.ts)_
|
|
4226
4226
|
|
|
4227
4227
|
## `csdx plugins:install PLUGIN`
|
|
4228
4228
|
|
|
@@ -4271,7 +4271,7 @@ EXAMPLES
|
|
|
4271
4271
|
$ csdx plugins:install someuser/someplugin
|
|
4272
4272
|
```
|
|
4273
4273
|
|
|
4274
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.
|
|
4274
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.56/src/commands/plugins/install.ts)_
|
|
4275
4275
|
|
|
4276
4276
|
## `csdx plugins:link PATH`
|
|
4277
4277
|
|
|
@@ -4302,7 +4302,7 @@ EXAMPLES
|
|
|
4302
4302
|
$ csdx plugins:link myplugin
|
|
4303
4303
|
```
|
|
4304
4304
|
|
|
4305
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.
|
|
4305
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.56/src/commands/plugins/link.ts)_
|
|
4306
4306
|
|
|
4307
4307
|
## `csdx plugins:remove [PLUGIN]`
|
|
4308
4308
|
|
|
@@ -4343,7 +4343,7 @@ FLAGS
|
|
|
4343
4343
|
--reinstall Reinstall all plugins after uninstalling.
|
|
4344
4344
|
```
|
|
4345
4345
|
|
|
4346
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.
|
|
4346
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.56/src/commands/plugins/reset.ts)_
|
|
4347
4347
|
|
|
4348
4348
|
## `csdx plugins:uninstall [PLUGIN]`
|
|
4349
4349
|
|
|
@@ -4371,7 +4371,7 @@ EXAMPLES
|
|
|
4371
4371
|
$ csdx plugins:uninstall myplugin
|
|
4372
4372
|
```
|
|
4373
4373
|
|
|
4374
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.
|
|
4374
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.56/src/commands/plugins/uninstall.ts)_
|
|
4375
4375
|
|
|
4376
4376
|
## `csdx plugins:unlink [PLUGIN]`
|
|
4377
4377
|
|
|
@@ -4415,7 +4415,7 @@ DESCRIPTION
|
|
|
4415
4415
|
Update installed plugins.
|
|
4416
4416
|
```
|
|
4417
4417
|
|
|
4418
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.
|
|
4418
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.56/src/commands/plugins/update.ts)_
|
|
4419
4419
|
|
|
4420
4420
|
## `csdx tokens`
|
|
4421
4421
|
|
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.58.
|
|
4
|
+
"version": "1.58.1",
|
|
5
5
|
"author": "Contentstack",
|
|
6
6
|
"bin": {
|
|
7
7
|
"csdx": "./bin/run.js"
|
|
@@ -24,23 +24,23 @@
|
|
|
24
24
|
"dependencies": {
|
|
25
25
|
"@contentstack/cli-audit": "~1.17.1",
|
|
26
26
|
"@contentstack/cli-cm-export": "~1.23.2",
|
|
27
|
-
"@contentstack/cli-cm-import": "~1.31.
|
|
27
|
+
"@contentstack/cli-cm-import": "~1.31.3",
|
|
28
28
|
"@contentstack/cli-auth": "~1.7.3",
|
|
29
|
-
"@contentstack/cli-cm-bootstrap": "~1.18.
|
|
29
|
+
"@contentstack/cli-cm-bootstrap": "~1.18.4",
|
|
30
30
|
"@contentstack/cli-cm-branches": "~1.6.3",
|
|
31
31
|
"@contentstack/cli-cm-bulk-publish": "~1.10.7",
|
|
32
32
|
"@contentstack/cli-cm-clone": "~1.20.1",
|
|
33
33
|
"@contentstack/cli-cm-export-to-csv": "~1.11.0",
|
|
34
34
|
"@contentstack/cli-cm-import-setup": "~1.7.3",
|
|
35
35
|
"@contentstack/cli-cm-migrate-rte": "~1.6.4",
|
|
36
|
-
"@contentstack/cli-cm-seed": "~1.14.
|
|
36
|
+
"@contentstack/cli-cm-seed": "~1.14.3",
|
|
37
37
|
"@contentstack/cli-command": "~1.7.2",
|
|
38
38
|
"@contentstack/cli-config": "~1.19.0",
|
|
39
|
-
"@contentstack/cli-launch": "^1.9.
|
|
39
|
+
"@contentstack/cli-launch": "^1.9.6",
|
|
40
40
|
"@contentstack/cli-migration": "~1.11.0",
|
|
41
|
-
"@contentstack/cli-utilities": "~1.17.
|
|
41
|
+
"@contentstack/cli-utilities": "~1.17.2",
|
|
42
42
|
"@contentstack/cli-variants": "~1.3.7",
|
|
43
|
-
"@contentstack/management": "~1.27.
|
|
43
|
+
"@contentstack/management": "~1.27.5",
|
|
44
44
|
"@oclif/core": "^4.3.0",
|
|
45
45
|
"@oclif/plugin-help": "^6.2.28",
|
|
46
46
|
"@oclif/plugin-not-found": "^3.2.53",
|
|
@@ -57,9 +57,9 @@
|
|
|
57
57
|
"winston": "^3.17.0"
|
|
58
58
|
},
|
|
59
59
|
"devDependencies": {
|
|
60
|
-
"@oclif/test": "^4.1.
|
|
60
|
+
"@oclif/test": "^4.1.16",
|
|
61
61
|
"@types/chai": "^4.3.20",
|
|
62
|
-
"@types/inquirer": "^9.0.
|
|
62
|
+
"@types/inquirer": "^9.0.9",
|
|
63
63
|
"@types/mkdirp": "^1.0.2",
|
|
64
64
|
"@types/mocha": "^8.2.3",
|
|
65
65
|
"@types/node": "^14.18.63",
|
|
@@ -67,7 +67,7 @@
|
|
|
67
67
|
"@types/sinon": "^21.0.0",
|
|
68
68
|
"chai": "^4.5.0",
|
|
69
69
|
"eslint": "^8.57.1",
|
|
70
|
-
"eslint-config-oclif": "^6.0.
|
|
70
|
+
"eslint-config-oclif": "^6.0.137",
|
|
71
71
|
"eslint-config-oclif-typescript": "^3.1.14",
|
|
72
72
|
"globby": "^10.0.2",
|
|
73
73
|
"mocha": "10.8.2",
|
|
@@ -77,7 +77,7 @@
|
|
|
77
77
|
"rimraf": "^5.0.10",
|
|
78
78
|
"shelljs": "^0.10.0",
|
|
79
79
|
"sinon": "^21.0.1",
|
|
80
|
-
"tmp": "^0.2.
|
|
80
|
+
"tmp": "^0.2.5",
|
|
81
81
|
"ts-node": "^10.9.2",
|
|
82
82
|
"tslib": "^2.8.1",
|
|
83
83
|
"typescript": "^4.9.5"
|