@contentstack/cli 1.26.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 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.26.0 linux-x64 node-v18.20.4
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.9/src/commands/plugins/index.ts)_
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.9/src/commands/plugins/inspect.ts)_
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.9/src/commands/plugins/install.ts)_
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.9/src/commands/plugins/link.ts)_
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.9/src/commands/plugins/reset.ts)_
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.9/src/commands/plugins/uninstall.ts)_
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.9/src/commands/plugins/update.ts)_
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
 
@@ -1,4 +1,4 @@
1
1
  {
2
- "version": "1.26.0",
2
+ "version": "1.27.1",
3
3
  "commands": {}
4
4
  }
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.26.0",
4
+ "version": "1.27.1",
5
5
  "author": "Contentstack",
6
6
  "bin": {
7
7
  "csdx": "./bin/run.js"
@@ -22,23 +22,24 @@
22
22
  "prepack": "pnpm compile && oclif manifest && oclif readme"
23
23
  },
24
24
  "dependencies": {
25
- "@contentstack/cli-audit": "~1.7.1",
26
- "@contentstack/cli-auth": "~1.3.21",
27
- "@contentstack/cli-cm-bootstrap": "~1.12.0",
28
- "@contentstack/cli-cm-branches": "~1.1.3",
29
- "@contentstack/cli-cm-bulk-publish": "~1.4.8",
30
- "@contentstack/cli-cm-export": "~1.13.0",
31
- "@contentstack/cli-cm-clone": "~1.12.0",
32
- "@contentstack/cli-cm-export-to-csv": "~1.7.2",
33
- "@contentstack/cli-cm-import": "~1.18.0",
34
- "@contentstack/cli-cm-migrate-rte": "~1.4.19",
35
- "@contentstack/cli-cm-seed": "~1.9.0",
36
- "@contentstack/cli-command": "~1.3.1",
37
- "@contentstack/cli-config": "~1.7.1",
38
- "@contentstack/cli-launch": "~1.2.2",
39
- "@contentstack/cli-migration": "~1.6.1",
40
- "@contentstack/cli-utilities": "~1.7.3",
25
+ "@contentstack/cli-audit": "~1.7.2",
26
+ "@contentstack/cli-auth": "~1.3.22",
27
+ "@contentstack/cli-cm-bootstrap": "~1.13.0",
28
+ "@contentstack/cli-cm-branches": "~1.1.4",
29
+ "@contentstack/cli-cm-bulk-publish": "~1.4.9",
30
+ "@contentstack/cli-cm-export": "~1.14.0",
31
+ "@contentstack/cli-cm-clone": "~1.13.0",
32
+ "@contentstack/cli-cm-export-to-csv": "~1.7.3",
33
+ "@contentstack/cli-cm-import": "~1.19.0",
34
+ "@contentstack/cli-cm-migrate-rte": "~1.4.20",
35
+ "@contentstack/cli-cm-seed": "~1.10.0",
36
+ "@contentstack/cli-command": "~1.3.2",
37
+ "@contentstack/cli-config": "~1.7.3",
38
+ "@contentstack/cli-launch": "~1.2.3",
39
+ "@contentstack/cli-migration": "~1.6.3",
40
+ "@contentstack/cli-utilities": "~1.8.0",
41
41
  "@contentstack/management": "~1.17.0",
42
+ "@contentstack/cli-variants": "~1.1.0",
42
43
  "@oclif/core": "^3.26.5",
43
44
  "@oclif/plugin-help": "^5",
44
45
  "@oclif/plugin-not-found": "^2.4.0",