@contentstack/cli 1.16.0 → 1.16.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.16.0 linux-x64 node-v18.19.1
21
+ @contentstack/cli/1.16.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.3.2/src/commands/plugins/index.ts)_
3521
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v4.3.8/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.3.2/src/commands/plugins/inspect.ts)_
3590
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v4.3.8/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.3.2/src/commands/plugins/install.ts)_
3634
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v4.3.8/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.3.2/src/commands/plugins/link.ts)_
3664
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v4.3.8/src/commands/plugins/link.ts)_
3665
3665
 
3666
3666
  ## `csdx plugins:uninstall PLUGIN...`
3667
3667
 
@@ -3702,7 +3702,7 @@ FLAGS
3702
3702
  --reinstall Reinstall all plugins after uninstalling.
3703
3703
  ```
3704
3704
 
3705
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v4.3.2/src/commands/plugins/reset.ts)_
3705
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v4.3.8/src/commands/plugins/reset.ts)_
3706
3706
 
3707
3707
  ## `csdx plugins:uninstall PLUGIN...`
3708
3708
 
@@ -3730,7 +3730,7 @@ EXAMPLES
3730
3730
  $ csdx plugins:uninstall myplugin
3731
3731
  ```
3732
3732
 
3733
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v4.3.2/src/commands/plugins/uninstall.ts)_
3733
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v4.3.8/src/commands/plugins/uninstall.ts)_
3734
3734
 
3735
3735
  ## `csdx plugins:uninstall PLUGIN...`
3736
3736
 
@@ -3774,7 +3774,7 @@ DESCRIPTION
3774
3774
  Update installed plugins.
3775
3775
  ```
3776
3776
 
3777
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v4.3.2/src/commands/plugins/update.ts)_
3777
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v4.3.8/src/commands/plugins/update.ts)_
3778
3778
 
3779
3779
  ## `csdx tokens`
3780
3780
 
@@ -1,4 +1,4 @@
1
1
  {
2
- "version": "1.16.0",
2
+ "version": "1.16.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.16.0",
4
+ "version": "1.16.1",
5
5
  "author": "Contentstack",
6
6
  "bin": {
7
7
  "csdx": "./bin/run"
@@ -30,7 +30,7 @@
30
30
  "@contentstack/cli-cm-export": "~1.11.1",
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.2",
33
+ "@contentstack/cli-cm-import": "~1.14.3",
34
34
  "@contentstack/cli-cm-migrate-rte": "~1.4.15",
35
35
  "@contentstack/cli-cm-seed": "~1.7.2",
36
36
  "@contentstack/cli-command": "~1.2.17",