@contentstack/cli 1.17.4 → 1.18.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 +3 -3
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.18.0 linux-x64 node-v18.20.2
|
|
22
22
|
$ csdx --help [COMMAND]
|
|
23
23
|
USAGE
|
|
24
24
|
$ csdx COMMAND
|
|
@@ -3518,7 +3518,7 @@ EXAMPLES
|
|
|
3518
3518
|
$ csdx plugins
|
|
3519
3519
|
```
|
|
3520
3520
|
|
|
3521
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.0.
|
|
3521
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.0.19/src/commands/plugins/index.ts)_
|
|
3522
3522
|
|
|
3523
3523
|
## `csdx plugins:add PLUGIN`
|
|
3524
3524
|
|
|
@@ -3592,7 +3592,7 @@ EXAMPLES
|
|
|
3592
3592
|
$ csdx plugins:inspect myplugin
|
|
3593
3593
|
```
|
|
3594
3594
|
|
|
3595
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.0.
|
|
3595
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.0.19/src/commands/plugins/inspect.ts)_
|
|
3596
3596
|
|
|
3597
3597
|
## `csdx plugins:install PLUGIN`
|
|
3598
3598
|
|
|
@@ -3641,7 +3641,7 @@ EXAMPLES
|
|
|
3641
3641
|
$ csdx plugins:install someuser/someplugin
|
|
3642
3642
|
```
|
|
3643
3643
|
|
|
3644
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.0.
|
|
3644
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.0.19/src/commands/plugins/install.ts)_
|
|
3645
3645
|
|
|
3646
3646
|
## `csdx plugins:link PATH`
|
|
3647
3647
|
|
|
@@ -3671,7 +3671,7 @@ EXAMPLES
|
|
|
3671
3671
|
$ csdx plugins:link myplugin
|
|
3672
3672
|
```
|
|
3673
3673
|
|
|
3674
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.0.
|
|
3674
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.0.19/src/commands/plugins/link.ts)_
|
|
3675
3675
|
|
|
3676
3676
|
## `csdx plugins:remove [PLUGIN]`
|
|
3677
3677
|
|
|
@@ -3712,7 +3712,7 @@ FLAGS
|
|
|
3712
3712
|
--reinstall Reinstall all plugins after uninstalling.
|
|
3713
3713
|
```
|
|
3714
3714
|
|
|
3715
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.0.
|
|
3715
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.0.19/src/commands/plugins/reset.ts)_
|
|
3716
3716
|
|
|
3717
3717
|
## `csdx plugins:uninstall [PLUGIN]`
|
|
3718
3718
|
|
|
@@ -3740,7 +3740,7 @@ EXAMPLES
|
|
|
3740
3740
|
$ csdx plugins:uninstall myplugin
|
|
3741
3741
|
```
|
|
3742
3742
|
|
|
3743
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.0.
|
|
3743
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.0.19/src/commands/plugins/uninstall.ts)_
|
|
3744
3744
|
|
|
3745
3745
|
## `csdx plugins:unlink [PLUGIN]`
|
|
3746
3746
|
|
|
@@ -3784,7 +3784,7 @@ DESCRIPTION
|
|
|
3784
3784
|
Update installed plugins.
|
|
3785
3785
|
```
|
|
3786
3786
|
|
|
3787
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.0.
|
|
3787
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.0.19/src/commands/plugins/update.ts)_
|
|
3788
3788
|
|
|
3789
3789
|
## `csdx tokens`
|
|
3790
3790
|
|
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.18.0",
|
|
5
5
|
"author": "Contentstack",
|
|
6
6
|
"bin": {
|
|
7
7
|
"csdx": "./bin/run"
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"prepack": "pnpm compile && oclif manifest && oclif readme"
|
|
23
23
|
},
|
|
24
24
|
"dependencies": {
|
|
25
|
-
"@contentstack/cli-audit": "~1.
|
|
25
|
+
"@contentstack/cli-audit": "~1.6.0",
|
|
26
26
|
"@contentstack/cli-auth": "~1.3.17",
|
|
27
27
|
"@contentstack/cli-cm-bootstrap": "~1.9.0",
|
|
28
28
|
"@contentstack/cli-cm-branches": "~1.0.24",
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"@contentstack/cli-cm-export": "~1.11.2",
|
|
31
31
|
"@contentstack/cli-cm-clone": "~1.10.3",
|
|
32
32
|
"@contentstack/cli-cm-export-to-csv": "~1.7.0",
|
|
33
|
-
"@contentstack/cli-cm-import": "~1.15.
|
|
33
|
+
"@contentstack/cli-cm-import": "~1.15.4",
|
|
34
34
|
"@contentstack/cli-cm-migrate-rte": "~1.4.15",
|
|
35
35
|
"@contentstack/cli-cm-seed": "~1.7.3",
|
|
36
36
|
"@contentstack/cli-command": "~1.2.17",
|