@contentstack/cli 1.27.0 → 1.27.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 +9 -8
- package/oclif.manifest.json +1 -1
- package/package.json +2 -2
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.27.
|
|
21
|
+
@contentstack/cli/1.27.1 linux-x64 node-v18.20.4
|
|
22
22
|
$ csdx --help [COMMAND]
|
|
23
23
|
USAGE
|
|
24
24
|
$ csdx COMMAND
|
|
@@ -3525,7 +3525,7 @@ EXAMPLES
|
|
|
3525
3525
|
$ csdx plugins
|
|
3526
3526
|
```
|
|
3527
3527
|
|
|
3528
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.
|
|
3528
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.14/src/commands/plugins/index.ts)_
|
|
3529
3529
|
|
|
3530
3530
|
## `csdx plugins:add PLUGIN`
|
|
3531
3531
|
|
|
@@ -3599,7 +3599,7 @@ EXAMPLES
|
|
|
3599
3599
|
$ csdx plugins:inspect myplugin
|
|
3600
3600
|
```
|
|
3601
3601
|
|
|
3602
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.
|
|
3602
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.14/src/commands/plugins/inspect.ts)_
|
|
3603
3603
|
|
|
3604
3604
|
## `csdx plugins:install PLUGIN`
|
|
3605
3605
|
|
|
@@ -3648,7 +3648,7 @@ EXAMPLES
|
|
|
3648
3648
|
$ csdx plugins:install someuser/someplugin
|
|
3649
3649
|
```
|
|
3650
3650
|
|
|
3651
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.
|
|
3651
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.14/src/commands/plugins/install.ts)_
|
|
3652
3652
|
|
|
3653
3653
|
## `csdx plugins:link PATH`
|
|
3654
3654
|
|
|
@@ -3668,6 +3668,7 @@ FLAGS
|
|
|
3668
3668
|
|
|
3669
3669
|
DESCRIPTION
|
|
3670
3670
|
Links a plugin into the CLI for development.
|
|
3671
|
+
|
|
3671
3672
|
Installation of a linked plugin will override a user-installed or core plugin.
|
|
3672
3673
|
|
|
3673
3674
|
e.g. If you have a user-installed or core plugin that has a 'hello' command, installing a linked plugin with a 'hello'
|
|
@@ -3678,7 +3679,7 @@ EXAMPLES
|
|
|
3678
3679
|
$ csdx plugins:link myplugin
|
|
3679
3680
|
```
|
|
3680
3681
|
|
|
3681
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.
|
|
3682
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.14/src/commands/plugins/link.ts)_
|
|
3682
3683
|
|
|
3683
3684
|
## `csdx plugins:remove [PLUGIN]`
|
|
3684
3685
|
|
|
@@ -3719,7 +3720,7 @@ FLAGS
|
|
|
3719
3720
|
--reinstall Reinstall all plugins after uninstalling.
|
|
3720
3721
|
```
|
|
3721
3722
|
|
|
3722
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.
|
|
3723
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.14/src/commands/plugins/reset.ts)_
|
|
3723
3724
|
|
|
3724
3725
|
## `csdx plugins:uninstall [PLUGIN]`
|
|
3725
3726
|
|
|
@@ -3747,7 +3748,7 @@ EXAMPLES
|
|
|
3747
3748
|
$ csdx plugins:uninstall myplugin
|
|
3748
3749
|
```
|
|
3749
3750
|
|
|
3750
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.
|
|
3751
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.14/src/commands/plugins/uninstall.ts)_
|
|
3751
3752
|
|
|
3752
3753
|
## `csdx plugins:unlink [PLUGIN]`
|
|
3753
3754
|
|
|
@@ -3791,7 +3792,7 @@ DESCRIPTION
|
|
|
3791
3792
|
Update installed plugins.
|
|
3792
3793
|
```
|
|
3793
3794
|
|
|
3794
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.
|
|
3795
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.14/src/commands/plugins/update.ts)_
|
|
3795
3796
|
|
|
3796
3797
|
## `csdx tokens`
|
|
3797
3798
|
|
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.27.
|
|
4
|
+
"version": "1.27.1",
|
|
5
5
|
"author": "Contentstack",
|
|
6
6
|
"bin": {
|
|
7
7
|
"csdx": "./bin/run.js"
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
"@contentstack/cli-command": "~1.3.2",
|
|
37
37
|
"@contentstack/cli-config": "~1.7.3",
|
|
38
38
|
"@contentstack/cli-launch": "~1.2.3",
|
|
39
|
-
"@contentstack/cli-migration": "~1.6.
|
|
39
|
+
"@contentstack/cli-migration": "~1.6.3",
|
|
40
40
|
"@contentstack/cli-utilities": "~1.8.0",
|
|
41
41
|
"@contentstack/management": "~1.17.0",
|
|
42
42
|
"@contentstack/cli-variants": "~1.1.0",
|