@contentstack/cli 1.48.1 → 2.0.0-beta
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 +16 -14
- package/oclif.manifest.json +1 -1
- package/package.json +10 -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/
|
|
21
|
+
@contentstack/cli/2.0.0-beta linux-x64 node-v22.20.0
|
|
22
22
|
$ csdx --help [COMMAND]
|
|
23
23
|
USAGE
|
|
24
24
|
$ csdx COMMAND
|
|
@@ -2368,9 +2368,8 @@ FLAGS
|
|
|
2368
2368
|
extensions, marketplace-apps, global-fields, labels, locales, webhooks,
|
|
2369
2369
|
workflows, custom-roles, personalize projects, and taxonomies.
|
|
2370
2370
|
-y, --yes [optional] Force override all Marketplace prompts.
|
|
2371
|
-
--branch-alias=<value>
|
|
2372
|
-
|
|
2373
|
-
main branch.
|
|
2371
|
+
--branch-alias=<value> Specify the branch alias where you want to import your content. If not
|
|
2372
|
+
specified, the content is imported into the main branch by default.
|
|
2374
2373
|
--exclude-global-modules Excludes the branch-independent module from the import operation.
|
|
2375
2374
|
--import-webhook-status=<option> [default: disable] [default: disable] (optional) This webhook state keeps the
|
|
2376
2375
|
same state of webhooks as the source stack. <options: disable|current>
|
|
@@ -2424,6 +2423,8 @@ FLAGS
|
|
|
2424
2423
|
branches involved, then the path should point till the particular branch. For example,
|
|
2425
2424
|
“-d "C:\Users\Name\Desktop\cli\content\branch_name"
|
|
2426
2425
|
-k, --stack-api-key=<value> API key of the target stack
|
|
2426
|
+
--branch-alias=<value> Specify the branch alias where you want to import your content. If not specified, the
|
|
2427
|
+
content is imported into the main branch by default.
|
|
2427
2428
|
--module=<option>... [optional] Specify the modules/module to import into the target stack. currently options
|
|
2428
2429
|
are global-fields, content-types, entries
|
|
2429
2430
|
<options: global-fields|content-types|entries>
|
|
@@ -2887,9 +2888,8 @@ FLAGS
|
|
|
2887
2888
|
extensions, marketplace-apps, global-fields, labels, locales, webhooks,
|
|
2888
2889
|
workflows, custom-roles, personalize projects, and taxonomies.
|
|
2889
2890
|
-y, --yes [optional] Force override all Marketplace prompts.
|
|
2890
|
-
--branch-alias=<value>
|
|
2891
|
-
|
|
2892
|
-
main branch.
|
|
2891
|
+
--branch-alias=<value> Specify the branch alias where you want to import your content. If not
|
|
2892
|
+
specified, the content is imported into the main branch by default.
|
|
2893
2893
|
--exclude-global-modules Excludes the branch-independent module from the import operation.
|
|
2894
2894
|
--import-webhook-status=<option> [default: disable] [default: disable] (optional) This webhook state keeps the
|
|
2895
2895
|
same state of webhooks as the source stack. <options: disable|current>
|
|
@@ -2945,6 +2945,8 @@ FLAGS
|
|
|
2945
2945
|
branches involved, then the path should point till the particular branch. For example,
|
|
2946
2946
|
“-d "C:\Users\Name\Desktop\cli\content\branch_name"
|
|
2947
2947
|
-k, --stack-api-key=<value> API key of the target stack
|
|
2948
|
+
--branch-alias=<value> Specify the branch alias where you want to import your content. If not specified, the
|
|
2949
|
+
content is imported into the main branch by default.
|
|
2948
2950
|
--module=<option>... [optional] Specify the modules/module to import into the target stack. currently options
|
|
2949
2951
|
are global-fields, content-types, entries
|
|
2950
2952
|
<options: global-fields|content-types|entries>
|
|
@@ -4029,7 +4031,7 @@ EXAMPLES
|
|
|
4029
4031
|
$ csdx plugins
|
|
4030
4032
|
```
|
|
4031
4033
|
|
|
4032
|
-
_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.49/src/commands/plugins/index.ts)_
|
|
4033
4035
|
|
|
4034
4036
|
## `csdx plugins:add PLUGIN`
|
|
4035
4037
|
|
|
@@ -4103,7 +4105,7 @@ EXAMPLES
|
|
|
4103
4105
|
$ csdx plugins:inspect myplugin
|
|
4104
4106
|
```
|
|
4105
4107
|
|
|
4106
|
-
_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.49/src/commands/plugins/inspect.ts)_
|
|
4107
4109
|
|
|
4108
4110
|
## `csdx plugins:install PLUGIN`
|
|
4109
4111
|
|
|
@@ -4152,7 +4154,7 @@ EXAMPLES
|
|
|
4152
4154
|
$ csdx plugins:install someuser/someplugin
|
|
4153
4155
|
```
|
|
4154
4156
|
|
|
4155
|
-
_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.49/src/commands/plugins/install.ts)_
|
|
4156
4158
|
|
|
4157
4159
|
## `csdx plugins:link PATH`
|
|
4158
4160
|
|
|
@@ -4183,7 +4185,7 @@ EXAMPLES
|
|
|
4183
4185
|
$ csdx plugins:link myplugin
|
|
4184
4186
|
```
|
|
4185
4187
|
|
|
4186
|
-
_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.49/src/commands/plugins/link.ts)_
|
|
4187
4189
|
|
|
4188
4190
|
## `csdx plugins:remove [PLUGIN]`
|
|
4189
4191
|
|
|
@@ -4224,7 +4226,7 @@ FLAGS
|
|
|
4224
4226
|
--reinstall Reinstall all plugins after uninstalling.
|
|
4225
4227
|
```
|
|
4226
4228
|
|
|
4227
|
-
_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.49/src/commands/plugins/reset.ts)_
|
|
4228
4230
|
|
|
4229
4231
|
## `csdx plugins:uninstall [PLUGIN]`
|
|
4230
4232
|
|
|
@@ -4252,7 +4254,7 @@ EXAMPLES
|
|
|
4252
4254
|
$ csdx plugins:uninstall myplugin
|
|
4253
4255
|
```
|
|
4254
4256
|
|
|
4255
|
-
_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.49/src/commands/plugins/uninstall.ts)_
|
|
4256
4258
|
|
|
4257
4259
|
## `csdx plugins:unlink [PLUGIN]`
|
|
4258
4260
|
|
|
@@ -4296,7 +4298,7 @@ DESCRIPTION
|
|
|
4296
4298
|
Update installed plugins.
|
|
4297
4299
|
```
|
|
4298
4300
|
|
|
4299
|
-
_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.49/src/commands/plugins/update.ts)_
|
|
4300
4302
|
|
|
4301
4303
|
## `csdx tokens`
|
|
4302
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": "
|
|
4
|
+
"version": "2.0.0-beta",
|
|
5
5
|
"author": "Contentstack",
|
|
6
6
|
"bin": {
|
|
7
7
|
"csdx": "./bin/run.js"
|
|
@@ -24,33 +24,35 @@
|
|
|
24
24
|
"dependencies": {
|
|
25
25
|
"@contentstack/cli-audit": "~1.14.1",
|
|
26
26
|
"@contentstack/cli-auth": "~1.6.1",
|
|
27
|
-
"@contentstack/cli-cm-bootstrap": "~
|
|
27
|
+
"@contentstack/cli-cm-bootstrap": "~2.0.0-beta",
|
|
28
28
|
"@contentstack/cli-cm-branches": "~1.6.0",
|
|
29
29
|
"@contentstack/cli-cm-bulk-publish": "~1.10.0",
|
|
30
|
-
"@contentstack/cli-cm-clone": "~
|
|
31
|
-
"@contentstack/cli-cm-export": "~
|
|
30
|
+
"@contentstack/cli-cm-clone": "~2.0.0-beta",
|
|
31
|
+
"@contentstack/cli-cm-export": "~2.0.0-beta",
|
|
32
32
|
"@contentstack/cli-cm-export-to-csv": "~1.9.1",
|
|
33
|
-
"@contentstack/cli-cm-import": "~
|
|
34
|
-
"@contentstack/cli-cm-import-setup": "1.
|
|
33
|
+
"@contentstack/cli-cm-import": "~2.0.0-beta",
|
|
34
|
+
"@contentstack/cli-cm-import-setup": "1.6.0",
|
|
35
35
|
"@contentstack/cli-cm-migrate-rte": "~1.6.1",
|
|
36
|
-
"@contentstack/cli-cm-seed": "~
|
|
36
|
+
"@contentstack/cli-cm-seed": "~2.0.0-beta",
|
|
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
40
|
"@contentstack/cli-migration": "~1.8.1",
|
|
41
41
|
"@contentstack/cli-utilities": "~1.14.3",
|
|
42
|
-
"@contentstack/cli-variants": "~
|
|
42
|
+
"@contentstack/cli-variants": "~2.0.0-beta",
|
|
43
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",
|
|
47
47
|
"@oclif/plugin-plugins": "^5.4.38",
|
|
48
48
|
"chalk": "^4.1.2",
|
|
49
|
+
"cli-progress": "^3.12.0",
|
|
49
50
|
"debug": "^4.4.1",
|
|
50
51
|
"figlet": "1.8.1",
|
|
51
52
|
"inquirer": "8.2.6",
|
|
52
53
|
"node-machine-id": "^1.1.12",
|
|
53
54
|
"open": "^8.4.2",
|
|
55
|
+
"ora": "^8.2.0",
|
|
54
56
|
"semver": "^7.7.2",
|
|
55
57
|
"short-uuid": "^4.2.2",
|
|
56
58
|
"uuid": "^9.0.1",
|