@contentstack/cli 1.49.0 → 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 +8 -8
- package/oclif.manifest.json +1 -1
- package/package.json +9 -7
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
|
|
@@ -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.49/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.49/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.49/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.49/src/commands/plugins/link.ts)_
|
|
4189
4189
|
|
|
4190
4190
|
## `csdx plugins:remove [PLUGIN]`
|
|
4191
4191
|
|
|
@@ -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.49/src/commands/plugins/reset.ts)_
|
|
4230
4230
|
|
|
4231
4231
|
## `csdx plugins:uninstall [PLUGIN]`
|
|
4232
4232
|
|
|
@@ -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.49/src/commands/plugins/uninstall.ts)_
|
|
4258
4258
|
|
|
4259
4259
|
## `csdx plugins:unlink [PLUGIN]`
|
|
4260
4260
|
|
|
@@ -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.49/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": "
|
|
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": "~
|
|
33
|
+
"@contentstack/cli-cm-import": "~2.0.0-beta",
|
|
34
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",
|