@contentstack/cli 1.8.4 → 1.9.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 +11 -8
- package/oclif.manifest.json +1 -1
- package/package.json +12 -12
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.9.0 linux-x64 node-v18.18.0
|
|
22
22
|
$ csdx --help [COMMAND]
|
|
23
23
|
USAGE
|
|
24
24
|
$ csdx COMMAND
|
|
@@ -3090,11 +3090,14 @@ List installed plugins.
|
|
|
3090
3090
|
|
|
3091
3091
|
```
|
|
3092
3092
|
USAGE
|
|
3093
|
-
$ csdx plugins [--core]
|
|
3093
|
+
$ csdx plugins [--json] [--core]
|
|
3094
3094
|
|
|
3095
3095
|
FLAGS
|
|
3096
3096
|
--core Show core plugins.
|
|
3097
3097
|
|
|
3098
|
+
GLOBAL FLAGS
|
|
3099
|
+
--json Format output as json.
|
|
3100
|
+
|
|
3098
3101
|
DESCRIPTION
|
|
3099
3102
|
List installed plugins.
|
|
3100
3103
|
|
|
@@ -3102,7 +3105,7 @@ EXAMPLES
|
|
|
3102
3105
|
$ csdx plugins
|
|
3103
3106
|
```
|
|
3104
3107
|
|
|
3105
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/
|
|
3108
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v3.3.2/src/commands/plugins/index.ts)_
|
|
3106
3109
|
|
|
3107
3110
|
## `csdx plugins:install PLUGIN...`
|
|
3108
3111
|
|
|
@@ -3167,7 +3170,7 @@ EXAMPLES
|
|
|
3167
3170
|
$ csdx plugins:inspect myplugin
|
|
3168
3171
|
```
|
|
3169
3172
|
|
|
3170
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/
|
|
3173
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v3.3.2/src/commands/plugins/inspect.ts)_
|
|
3171
3174
|
|
|
3172
3175
|
## `csdx plugins:install PLUGIN...`
|
|
3173
3176
|
|
|
@@ -3207,7 +3210,7 @@ EXAMPLES
|
|
|
3207
3210
|
$ csdx plugins:install someuser/someplugin
|
|
3208
3211
|
```
|
|
3209
3212
|
|
|
3210
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/
|
|
3213
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v3.3.2/src/commands/plugins/install.ts)_
|
|
3211
3214
|
|
|
3212
3215
|
## `csdx plugins:link PLUGIN`
|
|
3213
3216
|
|
|
@@ -3236,7 +3239,7 @@ EXAMPLES
|
|
|
3236
3239
|
$ csdx plugins:link myplugin
|
|
3237
3240
|
```
|
|
3238
3241
|
|
|
3239
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/
|
|
3242
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v3.3.2/src/commands/plugins/link.ts)_
|
|
3240
3243
|
|
|
3241
3244
|
## `csdx plugins:uninstall PLUGIN...`
|
|
3242
3245
|
|
|
@@ -3284,7 +3287,7 @@ ALIASES
|
|
|
3284
3287
|
$ csdx plugins:remove
|
|
3285
3288
|
```
|
|
3286
3289
|
|
|
3287
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/
|
|
3290
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v3.3.2/src/commands/plugins/uninstall.ts)_
|
|
3288
3291
|
|
|
3289
3292
|
## `csdx plugins:uninstall PLUGIN...`
|
|
3290
3293
|
|
|
@@ -3325,7 +3328,7 @@ DESCRIPTION
|
|
|
3325
3328
|
Update installed plugins.
|
|
3326
3329
|
```
|
|
3327
3330
|
|
|
3328
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/
|
|
3331
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v3.3.2/src/commands/plugins/update.ts)_
|
|
3329
3332
|
|
|
3330
3333
|
## `csdx tokens`
|
|
3331
3334
|
|
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.9.0",
|
|
5
5
|
"author": "Contentstack",
|
|
6
6
|
"bin": {
|
|
7
7
|
"csdx": "./bin/run"
|
|
@@ -23,24 +23,24 @@
|
|
|
23
23
|
},
|
|
24
24
|
"dependencies": {
|
|
25
25
|
"@contentstack/cli-auth": "~1.3.13",
|
|
26
|
-
"@contentstack/cli-cm-bootstrap": "~1.
|
|
26
|
+
"@contentstack/cli-cm-bootstrap": "~1.5.0",
|
|
27
27
|
"@contentstack/cli-cm-bulk-publish": "~1.3.11",
|
|
28
|
-
"@contentstack/cli-cm-clone": "~1.
|
|
29
|
-
"@contentstack/cli-cm-export": "~1.
|
|
30
|
-
"@contentstack/cli-cm-
|
|
31
|
-
"@contentstack/cli-cm-
|
|
28
|
+
"@contentstack/cli-cm-clone": "~1.5.0",
|
|
29
|
+
"@contentstack/cli-cm-export": "~1.9.0",
|
|
30
|
+
"@contentstack/cli-cm-import": "~1.9.0",
|
|
31
|
+
"@contentstack/cli-cm-export-to-csv": "~1.4.2",
|
|
32
32
|
"@contentstack/cli-cm-migrate-rte": "~1.4.11",
|
|
33
|
-
"@contentstack/cli-cm-seed": "~1.
|
|
33
|
+
"@contentstack/cli-cm-seed": "~1.5.0",
|
|
34
34
|
"@contentstack/cli-command": "~1.2.12",
|
|
35
35
|
"@contentstack/cli-config": "~1.4.11",
|
|
36
|
-
"@contentstack/cli-launch": "~1.0.
|
|
37
|
-
"@contentstack/cli-migration": "~1.3.
|
|
36
|
+
"@contentstack/cli-launch": "~1.0.12",
|
|
37
|
+
"@contentstack/cli-migration": "~1.3.13",
|
|
38
38
|
"@contentstack/cli-utilities": "~1.5.2",
|
|
39
39
|
"@contentstack/management": "~1.10.0",
|
|
40
|
-
"@contentstack/cli-cm-branches": "~1.0.
|
|
40
|
+
"@contentstack/cli-cm-branches": "~1.0.13",
|
|
41
41
|
"@oclif/plugin-help": "^5",
|
|
42
|
-
"@oclif/plugin-not-found": "^2.
|
|
43
|
-
"@oclif/plugin-plugins": "^
|
|
42
|
+
"@oclif/plugin-not-found": "^2.4.0",
|
|
43
|
+
"@oclif/plugin-plugins": "^3.3.2",
|
|
44
44
|
"@oclif/core": "^2.9.3",
|
|
45
45
|
"chalk": "^4.1.2",
|
|
46
46
|
"debug": "^4.1.1",
|