@contentstack/cli 1.12.2 → 1.13.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 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.12.2 linux-x64 node-v18.19.0
21
+ @contentstack/cli/1.13.0 linux-x64 node-v18.19.0
22
22
  $ csdx --help [COMMAND]
23
23
  USAGE
24
24
  $ csdx COMMAND
@@ -3515,7 +3515,7 @@ EXAMPLES
3515
3515
  $ csdx plugins
3516
3516
  ```
3517
3517
 
3518
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v4.1.10/src/commands/plugins/index.ts)_
3518
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v4.1.17/src/commands/plugins/index.ts)_
3519
3519
 
3520
3520
  ## `csdx plugins:install PLUGIN...`
3521
3521
 
@@ -3584,7 +3584,7 @@ EXAMPLES
3584
3584
  $ csdx plugins:inspect myplugin
3585
3585
  ```
3586
3586
 
3587
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v4.1.10/src/commands/plugins/inspect.ts)_
3587
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v4.1.17/src/commands/plugins/inspect.ts)_
3588
3588
 
3589
3589
  ## `csdx plugins:install PLUGIN...`
3590
3590
 
@@ -3628,7 +3628,7 @@ EXAMPLES
3628
3628
  $ csdx plugins:install someuser/someplugin
3629
3629
  ```
3630
3630
 
3631
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v4.1.10/src/commands/plugins/install.ts)_
3631
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v4.1.17/src/commands/plugins/install.ts)_
3632
3632
 
3633
3633
  ## `csdx plugins:link PLUGIN`
3634
3634
 
@@ -3658,7 +3658,7 @@ EXAMPLES
3658
3658
  $ csdx plugins:link myplugin
3659
3659
  ```
3660
3660
 
3661
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v4.1.10/src/commands/plugins/link.ts)_
3661
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v4.1.17/src/commands/plugins/link.ts)_
3662
3662
 
3663
3663
  ## `csdx plugins:uninstall PLUGIN...`
3664
3664
 
@@ -3695,7 +3695,7 @@ USAGE
3695
3695
  $ csdx plugins:reset
3696
3696
  ```
3697
3697
 
3698
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v4.1.10/src/commands/plugins/reset.ts)_
3698
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v4.1.17/src/commands/plugins/reset.ts)_
3699
3699
 
3700
3700
  ## `csdx plugins:uninstall PLUGIN...`
3701
3701
 
@@ -3723,7 +3723,7 @@ EXAMPLES
3723
3723
  $ csdx plugins:uninstall myplugin
3724
3724
  ```
3725
3725
 
3726
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v4.1.10/src/commands/plugins/uninstall.ts)_
3726
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v4.1.17/src/commands/plugins/uninstall.ts)_
3727
3727
 
3728
3728
  ## `csdx plugins:uninstall PLUGIN...`
3729
3729
 
@@ -3767,7 +3767,7 @@ DESCRIPTION
3767
3767
  Update installed plugins.
3768
3768
  ```
3769
3769
 
3770
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v4.1.10/src/commands/plugins/update.ts)_
3770
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v4.1.17/src/commands/plugins/update.ts)_
3771
3771
 
3772
3772
  ## `csdx tokens`
3773
3773
 
@@ -1,4 +1,4 @@
1
1
  {
2
- "version": "1.12.2",
2
+ "version": "1.13.0",
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.12.2",
4
+ "version": "1.13.0",
5
5
  "author": "Contentstack",
6
6
  "bin": {
7
7
  "csdx": "./bin/run"
@@ -22,22 +22,22 @@
22
22
  "prepack": "pnpm compile && oclif manifest && oclif readme"
23
23
  },
24
24
  "dependencies": {
25
- "@contentstack/cli-audit": "~1.3.3",
25
+ "@contentstack/cli-audit": "~1.3.4",
26
26
  "@contentstack/cli-auth": "~1.3.17",
27
27
  "@contentstack/cli-cm-bootstrap": "~1.7.1",
28
- "@contentstack/cli-cm-branches": "~1.0.21",
28
+ "@contentstack/cli-cm-branches": "~1.0.22",
29
29
  "@contentstack/cli-cm-bulk-publish": "~1.4.0",
30
30
  "@contentstack/cli-cm-clone": "~1.9.0",
31
- "@contentstack/cli-cm-export": "~1.10.2",
31
+ "@contentstack/cli-cm-export": "~1.10.4",
32
32
  "@contentstack/cli-cm-export-to-csv": "~1.6.2",
33
- "@contentstack/cli-cm-import": "~1.13.1",
33
+ "@contentstack/cli-cm-import": "~1.13.2",
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",
37
- "@contentstack/cli-config": "~1.5.1",
37
+ "@contentstack/cli-config": "~1.6.0",
38
38
  "@contentstack/cli-launch": "~1.0.15",
39
39
  "@contentstack/cli-migration": "~1.4.2",
40
- "@contentstack/cli-utilities": "~1.5.10",
40
+ "@contentstack/cli-utilities": "~1.5.11",
41
41
  "@contentstack/management": "~1.13.0",
42
42
  "@oclif/core": "^2.9.3",
43
43
  "@oclif/plugin-help": "^5",
@@ -160,4 +160,4 @@
160
160
  }
161
161
  },
162
162
  "repository": "https://github.com/contentstack/cli"
163
- }
163
+ }