@contentstack/cli 1.30.0 → 1.31.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 +8 -8
- package/oclif.manifest.json +1 -1
- package/package.json +6 -6
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.31.0 linux-x64 node-v18.20.4
|
|
22
22
|
$ csdx --help [COMMAND]
|
|
23
23
|
USAGE
|
|
24
24
|
$ csdx COMMAND
|
|
@@ -3812,7 +3812,7 @@ EXAMPLES
|
|
|
3812
3812
|
$ csdx plugins
|
|
3813
3813
|
```
|
|
3814
3814
|
|
|
3815
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.
|
|
3815
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.17/src/commands/plugins/index.ts)_
|
|
3816
3816
|
|
|
3817
3817
|
## `csdx plugins:add PLUGIN`
|
|
3818
3818
|
|
|
@@ -3886,7 +3886,7 @@ EXAMPLES
|
|
|
3886
3886
|
$ csdx plugins:inspect myplugin
|
|
3887
3887
|
```
|
|
3888
3888
|
|
|
3889
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.
|
|
3889
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.17/src/commands/plugins/inspect.ts)_
|
|
3890
3890
|
|
|
3891
3891
|
## `csdx plugins:install PLUGIN`
|
|
3892
3892
|
|
|
@@ -3935,7 +3935,7 @@ EXAMPLES
|
|
|
3935
3935
|
$ csdx plugins:install someuser/someplugin
|
|
3936
3936
|
```
|
|
3937
3937
|
|
|
3938
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.
|
|
3938
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.17/src/commands/plugins/install.ts)_
|
|
3939
3939
|
|
|
3940
3940
|
## `csdx plugins:link PATH`
|
|
3941
3941
|
|
|
@@ -3966,7 +3966,7 @@ EXAMPLES
|
|
|
3966
3966
|
$ csdx plugins:link myplugin
|
|
3967
3967
|
```
|
|
3968
3968
|
|
|
3969
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.
|
|
3969
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.17/src/commands/plugins/link.ts)_
|
|
3970
3970
|
|
|
3971
3971
|
## `csdx plugins:remove [PLUGIN]`
|
|
3972
3972
|
|
|
@@ -4007,7 +4007,7 @@ FLAGS
|
|
|
4007
4007
|
--reinstall Reinstall all plugins after uninstalling.
|
|
4008
4008
|
```
|
|
4009
4009
|
|
|
4010
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.
|
|
4010
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.17/src/commands/plugins/reset.ts)_
|
|
4011
4011
|
|
|
4012
4012
|
## `csdx plugins:uninstall [PLUGIN]`
|
|
4013
4013
|
|
|
@@ -4035,7 +4035,7 @@ EXAMPLES
|
|
|
4035
4035
|
$ csdx plugins:uninstall myplugin
|
|
4036
4036
|
```
|
|
4037
4037
|
|
|
4038
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.
|
|
4038
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.17/src/commands/plugins/uninstall.ts)_
|
|
4039
4039
|
|
|
4040
4040
|
## `csdx plugins:unlink [PLUGIN]`
|
|
4041
4041
|
|
|
@@ -4079,7 +4079,7 @@ DESCRIPTION
|
|
|
4079
4079
|
Update installed plugins.
|
|
4080
4080
|
```
|
|
4081
4081
|
|
|
4082
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.
|
|
4082
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.17/src/commands/plugins/update.ts)_
|
|
4083
4083
|
|
|
4084
4084
|
## `csdx tokens`
|
|
4085
4085
|
|
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.31.0",
|
|
5
5
|
"author": "Contentstack",
|
|
6
6
|
"bin": {
|
|
7
7
|
"csdx": "./bin/run.js"
|
|
@@ -34,16 +34,16 @@
|
|
|
34
34
|
"@contentstack/cli-cm-migrate-rte": "~1.4.20",
|
|
35
35
|
"@contentstack/cli-cm-seed": "~1.10.0",
|
|
36
36
|
"@contentstack/cli-command": "~1.3.2",
|
|
37
|
-
"@contentstack/cli-config": "~1.
|
|
38
|
-
"@contentstack/cli-launch": "~1.
|
|
39
|
-
"@contentstack/cli-migration": "~1.6.
|
|
37
|
+
"@contentstack/cli-config": "~1.9.0",
|
|
38
|
+
"@contentstack/cli-launch": "~1.3.0",
|
|
39
|
+
"@contentstack/cli-migration": "~1.6.4",
|
|
40
40
|
"@contentstack/cli-utilities": "~1.8.0",
|
|
41
41
|
"@contentstack/management": "~1.18.3",
|
|
42
42
|
"@contentstack/cli-variants": "~1.1.2",
|
|
43
43
|
"@oclif/core": "^3.27.0",
|
|
44
44
|
"@oclif/plugin-help": "^5",
|
|
45
45
|
"@oclif/plugin-not-found": "^2.4.3",
|
|
46
|
-
"@oclif/plugin-plugins": "^5.4.
|
|
46
|
+
"@oclif/plugin-plugins": "^5.4.17",
|
|
47
47
|
"chalk": "^4.1.2",
|
|
48
48
|
"debug": "^4.3.7",
|
|
49
49
|
"figlet": "^1.8.0",
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
"winston": "^3.17.0"
|
|
56
56
|
},
|
|
57
57
|
"devDependencies": {
|
|
58
|
-
"@oclif/test": "^4.1.
|
|
58
|
+
"@oclif/test": "^4.1.2",
|
|
59
59
|
"@types/chai": "^4.3.20",
|
|
60
60
|
"@types/inquirer": "^9.0.7",
|
|
61
61
|
"@types/mkdirp": "^1.0.2",
|