@contentstack/cli 1.35.0 → 1.35.2
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 +9 -9
- package/oclif.manifest.json +1 -1
- package/package.json +17 -17
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.35.
|
|
21
|
+
@contentstack/cli/1.35.2 linux-x64 node-v18.20.6
|
|
22
22
|
$ csdx --help [COMMAND]
|
|
23
23
|
USAGE
|
|
24
24
|
$ csdx COMMAND
|
|
@@ -3897,7 +3897,7 @@ EXAMPLES
|
|
|
3897
3897
|
$ csdx plugins
|
|
3898
3898
|
```
|
|
3899
3899
|
|
|
3900
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.
|
|
3900
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.31/src/commands/plugins/index.ts)_
|
|
3901
3901
|
|
|
3902
3902
|
## `csdx plugins:add PLUGIN`
|
|
3903
3903
|
|
|
@@ -3971,7 +3971,7 @@ EXAMPLES
|
|
|
3971
3971
|
$ csdx plugins:inspect myplugin
|
|
3972
3972
|
```
|
|
3973
3973
|
|
|
3974
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.
|
|
3974
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.31/src/commands/plugins/inspect.ts)_
|
|
3975
3975
|
|
|
3976
3976
|
## `csdx plugins:install PLUGIN`
|
|
3977
3977
|
|
|
@@ -4020,7 +4020,7 @@ EXAMPLES
|
|
|
4020
4020
|
$ csdx plugins:install someuser/someplugin
|
|
4021
4021
|
```
|
|
4022
4022
|
|
|
4023
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.
|
|
4023
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.31/src/commands/plugins/install.ts)_
|
|
4024
4024
|
|
|
4025
4025
|
## `csdx plugins:link PATH`
|
|
4026
4026
|
|
|
@@ -4051,7 +4051,7 @@ EXAMPLES
|
|
|
4051
4051
|
$ csdx plugins:link myplugin
|
|
4052
4052
|
```
|
|
4053
4053
|
|
|
4054
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.
|
|
4054
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.31/src/commands/plugins/link.ts)_
|
|
4055
4055
|
|
|
4056
4056
|
## `csdx plugins:remove [PLUGIN]`
|
|
4057
4057
|
|
|
@@ -4092,7 +4092,7 @@ FLAGS
|
|
|
4092
4092
|
--reinstall Reinstall all plugins after uninstalling.
|
|
4093
4093
|
```
|
|
4094
4094
|
|
|
4095
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.
|
|
4095
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.31/src/commands/plugins/reset.ts)_
|
|
4096
4096
|
|
|
4097
4097
|
## `csdx plugins:uninstall [PLUGIN]`
|
|
4098
4098
|
|
|
@@ -4120,7 +4120,7 @@ EXAMPLES
|
|
|
4120
4120
|
$ csdx plugins:uninstall myplugin
|
|
4121
4121
|
```
|
|
4122
4122
|
|
|
4123
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.
|
|
4123
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.31/src/commands/plugins/uninstall.ts)_
|
|
4124
4124
|
|
|
4125
4125
|
## `csdx plugins:unlink [PLUGIN]`
|
|
4126
4126
|
|
|
@@ -4164,7 +4164,7 @@ DESCRIPTION
|
|
|
4164
4164
|
Update installed plugins.
|
|
4165
4165
|
```
|
|
4166
4166
|
|
|
4167
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.
|
|
4167
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.31/src/commands/plugins/update.ts)_
|
|
4168
4168
|
|
|
4169
4169
|
## `csdx tokens`
|
|
4170
4170
|
|
|
@@ -4232,7 +4232,7 @@ EXAMPLES
|
|
|
4232
4232
|
$ csdx tsgen -a "delivery token alias" -o "contentstack/generated.d.ts" --api-type graphql --namespace "GraphQL"
|
|
4233
4233
|
```
|
|
4234
4234
|
|
|
4235
|
-
_See code: [contentstack-cli-tsgen](https://github.com/Contentstack-Solutions/contentstack-cli-tsgen/blob/v3.
|
|
4235
|
+
_See code: [contentstack-cli-tsgen](https://github.com/Contentstack-Solutions/contentstack-cli-tsgen/blob/v3.2.0/src/commands/tsgen.ts)_
|
|
4236
4236
|
|
|
4237
4237
|
## `csdx whoami`
|
|
4238
4238
|
|
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.35.
|
|
4
|
+
"version": "1.35.2",
|
|
5
5
|
"author": "Contentstack",
|
|
6
6
|
"bin": {
|
|
7
7
|
"csdx": "./bin/run.js"
|
|
@@ -22,24 +22,24 @@
|
|
|
22
22
|
"prepack": "pnpm compile && oclif manifest && oclif readme"
|
|
23
23
|
},
|
|
24
24
|
"dependencies": {
|
|
25
|
-
"@contentstack/cli-audit": "~1.7.
|
|
26
|
-
"@contentstack/cli-auth": "~1.3.
|
|
27
|
-
"@contentstack/cli-cm-bootstrap": "~1.13.
|
|
28
|
-
"@contentstack/cli-cm-branches": "~1.2.
|
|
29
|
-
"@contentstack/cli-cm-bulk-publish": "~1.7.
|
|
30
|
-
"@contentstack/cli-cm-clone": "~1.13.
|
|
31
|
-
"@contentstack/cli-cm-export": "~1.14.
|
|
25
|
+
"@contentstack/cli-audit": "~1.7.5",
|
|
26
|
+
"@contentstack/cli-auth": "~1.3.23",
|
|
27
|
+
"@contentstack/cli-cm-bootstrap": "~1.13.1",
|
|
28
|
+
"@contentstack/cli-cm-branches": "~1.2.1",
|
|
29
|
+
"@contentstack/cli-cm-bulk-publish": "~1.7.2",
|
|
30
|
+
"@contentstack/cli-cm-clone": "~1.13.1",
|
|
31
|
+
"@contentstack/cli-cm-export": "~1.14.2",
|
|
32
32
|
"@contentstack/cli-cm-export-to-csv": "~1.7.3",
|
|
33
|
-
"@contentstack/cli-cm-import": "~1.19.
|
|
34
|
-
"@contentstack/cli-cm-import-setup": "1.0.
|
|
35
|
-
"@contentstack/cli-cm-migrate-rte": "~1.4.
|
|
36
|
-
"@contentstack/cli-cm-seed": "~1.10.
|
|
37
|
-
"@contentstack/cli-command": "~1.3.
|
|
38
|
-
"@contentstack/cli-config": "~1.9.
|
|
33
|
+
"@contentstack/cli-cm-import": "~1.19.4",
|
|
34
|
+
"@contentstack/cli-cm-import-setup": "1.0.1",
|
|
35
|
+
"@contentstack/cli-cm-migrate-rte": "~1.4.21",
|
|
36
|
+
"@contentstack/cli-cm-seed": "~1.10.1",
|
|
37
|
+
"@contentstack/cli-command": "~1.3.3",
|
|
38
|
+
"@contentstack/cli-config": "~1.9.1",
|
|
39
39
|
"@contentstack/cli-launch": "^1.4.1",
|
|
40
|
-
"@contentstack/cli-migration": "~1.6.
|
|
41
|
-
"@contentstack/cli-utilities": "~1.8.
|
|
42
|
-
"@contentstack/cli-variants": "~1.1.
|
|
40
|
+
"@contentstack/cli-migration": "~1.6.5",
|
|
41
|
+
"@contentstack/cli-utilities": "~1.8.1",
|
|
42
|
+
"@contentstack/cli-variants": "~1.1.5",
|
|
43
43
|
"@contentstack/management": "~1.18.4",
|
|
44
44
|
"@oclif/core": "^3.27.0",
|
|
45
45
|
"@oclif/plugin-help": "^5.2.20",
|