@contentstack/cli 1.15.0 → 1.15.1
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 +13 -9
- 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.15.
|
|
21
|
+
@contentstack/cli/1.15.1 linux-x64 node-v18.19.1
|
|
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/v4.1
|
|
3521
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v4.3.1/src/commands/plugins/index.ts)_
|
|
3522
3522
|
|
|
3523
3523
|
## `csdx plugins:install PLUGIN...`
|
|
3524
3524
|
|
|
@@ -3587,7 +3587,7 @@ EXAMPLES
|
|
|
3587
3587
|
$ csdx plugins:inspect myplugin
|
|
3588
3588
|
```
|
|
3589
3589
|
|
|
3590
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v4.1
|
|
3590
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v4.3.1/src/commands/plugins/inspect.ts)_
|
|
3591
3591
|
|
|
3592
3592
|
## `csdx plugins:install PLUGIN...`
|
|
3593
3593
|
|
|
@@ -3631,7 +3631,7 @@ EXAMPLES
|
|
|
3631
3631
|
$ csdx plugins:install someuser/someplugin
|
|
3632
3632
|
```
|
|
3633
3633
|
|
|
3634
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v4.1
|
|
3634
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v4.3.1/src/commands/plugins/install.ts)_
|
|
3635
3635
|
|
|
3636
3636
|
## `csdx plugins:link PLUGIN`
|
|
3637
3637
|
|
|
@@ -3661,7 +3661,7 @@ EXAMPLES
|
|
|
3661
3661
|
$ csdx plugins:link myplugin
|
|
3662
3662
|
```
|
|
3663
3663
|
|
|
3664
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v4.1
|
|
3664
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v4.3.1/src/commands/plugins/link.ts)_
|
|
3665
3665
|
|
|
3666
3666
|
## `csdx plugins:uninstall PLUGIN...`
|
|
3667
3667
|
|
|
@@ -3695,10 +3695,14 @@ Remove all user-installed and linked plugins.
|
|
|
3695
3695
|
|
|
3696
3696
|
```
|
|
3697
3697
|
USAGE
|
|
3698
|
-
$ csdx plugins:reset
|
|
3698
|
+
$ csdx plugins:reset [--hard] [--reinstall]
|
|
3699
|
+
|
|
3700
|
+
FLAGS
|
|
3701
|
+
--hard Delete node_modules and package manager related files in addition to uninstalling plugins.
|
|
3702
|
+
--reinstall Reinstall all plugins after uninstalling.
|
|
3699
3703
|
```
|
|
3700
3704
|
|
|
3701
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v4.1
|
|
3705
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v4.3.1/src/commands/plugins/reset.ts)_
|
|
3702
3706
|
|
|
3703
3707
|
## `csdx plugins:uninstall PLUGIN...`
|
|
3704
3708
|
|
|
@@ -3726,7 +3730,7 @@ EXAMPLES
|
|
|
3726
3730
|
$ csdx plugins:uninstall myplugin
|
|
3727
3731
|
```
|
|
3728
3732
|
|
|
3729
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v4.1
|
|
3733
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v4.3.1/src/commands/plugins/uninstall.ts)_
|
|
3730
3734
|
|
|
3731
3735
|
## `csdx plugins:uninstall PLUGIN...`
|
|
3732
3736
|
|
|
@@ -3770,7 +3774,7 @@ DESCRIPTION
|
|
|
3770
3774
|
Update installed plugins.
|
|
3771
3775
|
```
|
|
3772
3776
|
|
|
3773
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v4.1
|
|
3777
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v4.3.1/src/commands/plugins/update.ts)_
|
|
3774
3778
|
|
|
3775
3779
|
## `csdx tokens`
|
|
3776
3780
|
|
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.15.
|
|
4
|
+
"version": "1.15.1",
|
|
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.4.
|
|
25
|
+
"@contentstack/cli-audit": "~1.4.1",
|
|
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.22",
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"@contentstack/cli-cm-export": "~1.11.0",
|
|
31
31
|
"@contentstack/cli-cm-clone": "~1.10.1",
|
|
32
32
|
"@contentstack/cli-cm-export-to-csv": "~1.7.0",
|
|
33
|
-
"@contentstack/cli-cm-import": "~1.14.
|
|
33
|
+
"@contentstack/cli-cm-import": "~1.14.1",
|
|
34
34
|
"@contentstack/cli-cm-migrate-rte": "~1.4.15",
|
|
35
35
|
"@contentstack/cli-cm-seed": "~1.7.1",
|
|
36
36
|
"@contentstack/cli-command": "~1.2.17",
|