@contentstack/cli 1.8.4 → 1.8.5

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.8.4 linux-x64 node-v18.17.1
21
+ @contentstack/cli/1.8.5 linux-x64 node-v18.17.1
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/v2.4.7/src/commands/plugins/index.ts)_
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/v2.4.7/src/commands/plugins/inspect.ts)_
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/v2.4.7/src/commands/plugins/install.ts)_
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/v2.4.7/src/commands/plugins/link.ts)_
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/v2.4.7/src/commands/plugins/uninstall.ts)_
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/v2.4.7/src/commands/plugins/update.ts)_
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
 
@@ -1,4 +1,4 @@
1
1
  {
2
- "version": "1.8.4",
2
+ "version": "1.8.5",
3
3
  "commands": {}
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.8.4",
4
+ "version": "1.8.5",
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.4.15",
26
+ "@contentstack/cli-cm-bootstrap": "~1.4.16",
27
27
  "@contentstack/cli-cm-bulk-publish": "~1.3.11",
28
- "@contentstack/cli-cm-clone": "~1.4.16",
29
- "@contentstack/cli-cm-export": "~1.8.1",
30
- "@contentstack/cli-cm-export-to-csv": "~1.4.1",
31
- "@contentstack/cli-cm-import": "~1.8.3",
28
+ "@contentstack/cli-cm-clone": "~1.4.17",
29
+ "@contentstack/cli-cm-export": "~1.8.2",
30
+ "@contentstack/cli-cm-import": "~1.8.4",
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.4.15",
33
+ "@contentstack/cli-cm-seed": "~1.4.16",
34
34
  "@contentstack/cli-command": "~1.2.12",
35
35
  "@contentstack/cli-config": "~1.4.11",
36
- "@contentstack/cli-launch": "~1.0.11",
37
- "@contentstack/cli-migration": "~1.3.12",
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.12",
40
+ "@contentstack/cli-cm-branches": "~1.0.13",
41
41
  "@oclif/plugin-help": "^5",
42
- "@oclif/plugin-not-found": "^2.3.9",
43
- "@oclif/plugin-plugins": "^2.1.7",
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",
@@ -158,4 +158,4 @@
158
158
  }
159
159
  },
160
160
  "repository": "https://github.com/contentstack/cli"
161
- }
161
+ }