@contentstack/cli 1.20.1 → 1.21.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.20.1 linux-x64 node-v18.20.4
21
+ @contentstack/cli/1.21.1 linux-x64 node-v18.20.4
22
22
  $ csdx --help [COMMAND]
23
23
  USAGE
24
24
  $ csdx COMMAND
@@ -3220,8 +3220,9 @@ Launch related operations
3220
3220
 
3221
3221
  ```
3222
3222
  USAGE
3223
- $ csdx launch [--type GitHub|FileUpload] [--framework Gatsby|NextJs|Other] [--org <value>] [-n <value>]
3224
- [-e <value>] [--branch <value>] [--build-command <value>] [--out-dir <value>]
3223
+ $ csdx launch [--type GitHub|FileUpload] [--framework Gatsby|NextJs|CRA (Create React App)|CSR
3224
+ (Client-Side Rendered)|Angular|VueJs|Other] [--org <value>] [-n <value>] [-e <value>] [--branch <value>]
3225
+ [--build-command <value>] [--out-dir <value>]
3225
3226
 
3226
3227
  FLAGS
3227
3228
  -e, --environment=<value> [Optional] Environment name for the Launch project
@@ -3229,7 +3230,8 @@ FLAGS
3229
3230
  --branch=<value> [Optional] GitHub branch name
3230
3231
  --build-command=<value> [Optional] Build Command
3231
3232
  --framework=<option> [Optional] Type of framework
3232
- <options: Gatsby|NextJs|Other>
3233
+ <options: Gatsby|NextJs|CRA (Create React App)|CSR (Client-Side
3234
+ Rendered)|Angular|VueJs|Other>
3233
3235
  --org=<value> [Optional] Provide the organization UID to create a new project or deployment
3234
3236
  --out-dir=<value> [Optional] Output Directory
3235
3237
  --type=<option> [Optional] Choose the type of adapters
@@ -3496,7 +3498,7 @@ EXAMPLES
3496
3498
  $ csdx plugins
3497
3499
  ```
3498
3500
 
3499
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.3.3/src/commands/plugins/index.ts)_
3501
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.3.9/src/commands/plugins/index.ts)_
3500
3502
 
3501
3503
  ## `csdx plugins:add PLUGIN`
3502
3504
 
@@ -3570,7 +3572,7 @@ EXAMPLES
3570
3572
  $ csdx plugins:inspect myplugin
3571
3573
  ```
3572
3574
 
3573
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.3.3/src/commands/plugins/inspect.ts)_
3575
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.3.9/src/commands/plugins/inspect.ts)_
3574
3576
 
3575
3577
  ## `csdx plugins:install PLUGIN`
3576
3578
 
@@ -3619,7 +3621,7 @@ EXAMPLES
3619
3621
  $ csdx plugins:install someuser/someplugin
3620
3622
  ```
3621
3623
 
3622
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.3.3/src/commands/plugins/install.ts)_
3624
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.3.9/src/commands/plugins/install.ts)_
3623
3625
 
3624
3626
  ## `csdx plugins:link PATH`
3625
3627
 
@@ -3649,7 +3651,7 @@ EXAMPLES
3649
3651
  $ csdx plugins:link myplugin
3650
3652
  ```
3651
3653
 
3652
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.3.3/src/commands/plugins/link.ts)_
3654
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.3.9/src/commands/plugins/link.ts)_
3653
3655
 
3654
3656
  ## `csdx plugins:remove [PLUGIN]`
3655
3657
 
@@ -3690,7 +3692,7 @@ FLAGS
3690
3692
  --reinstall Reinstall all plugins after uninstalling.
3691
3693
  ```
3692
3694
 
3693
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.3.3/src/commands/plugins/reset.ts)_
3695
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.3.9/src/commands/plugins/reset.ts)_
3694
3696
 
3695
3697
  ## `csdx plugins:uninstall [PLUGIN]`
3696
3698
 
@@ -3718,7 +3720,7 @@ EXAMPLES
3718
3720
  $ csdx plugins:uninstall myplugin
3719
3721
  ```
3720
3722
 
3721
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.3.3/src/commands/plugins/uninstall.ts)_
3723
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.3.9/src/commands/plugins/uninstall.ts)_
3722
3724
 
3723
3725
  ## `csdx plugins:unlink [PLUGIN]`
3724
3726
 
@@ -3762,7 +3764,7 @@ DESCRIPTION
3762
3764
  Update installed plugins.
3763
3765
  ```
3764
3766
 
3765
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.3.3/src/commands/plugins/update.ts)_
3767
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.3.9/src/commands/plugins/update.ts)_
3766
3768
 
3767
3769
  ## `csdx tokens`
3768
3770
 
@@ -1,4 +1,4 @@
1
1
  {
2
- "version": "1.20.1",
2
+ "version": "1.21.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.20.1",
4
+ "version": "1.21.1",
5
5
  "author": "Contentstack",
6
6
  "bin": {
7
7
  "csdx": "./bin/run.js"
@@ -22,22 +22,22 @@
22
22
  "prepack": "pnpm compile && oclif manifest && oclif readme"
23
23
  },
24
24
  "dependencies": {
25
- "@contentstack/cli-audit": "~1.6.3",
26
- "@contentstack/cli-auth": "~1.3.19",
27
- "@contentstack/cli-cm-bootstrap": "~1.9.3",
28
- "@contentstack/cli-cm-branches": "~1.1.1",
29
- "@contentstack/cli-cm-bulk-publish": "~1.4.7",
30
- "@contentstack/cli-cm-export": "~1.11.5",
31
- "@contentstack/cli-cm-clone": "~1.10.6",
32
- "@contentstack/cli-cm-export-to-csv": "~1.7.1",
33
- "@contentstack/cli-cm-import": "~1.16.1",
34
- "@contentstack/cli-cm-migrate-rte": "~1.4.17",
35
- "@contentstack/cli-cm-seed": "~1.7.6",
36
- "@contentstack/cli-command": "~1.2.18",
37
- "@contentstack/cli-config": "~1.6.4",
38
- "@contentstack/cli-launch": "~1.0.18",
39
- "@contentstack/cli-migration": "~1.5.6",
40
- "@contentstack/cli-utilities": "~1.6.3",
25
+ "@contentstack/cli-audit": "~1.6.4",
26
+ "@contentstack/cli-auth": "~1.3.20",
27
+ "@contentstack/cli-cm-bootstrap": "~1.9.4",
28
+ "@contentstack/cli-cm-branches": "~1.1.2",
29
+ "@contentstack/cli-cm-bulk-publish": "~1.4.8",
30
+ "@contentstack/cli-cm-export": "~1.11.6",
31
+ "@contentstack/cli-cm-clone": "~1.10.7",
32
+ "@contentstack/cli-cm-export-to-csv": "~1.7.2",
33
+ "@contentstack/cli-cm-import": "~1.16.3",
34
+ "@contentstack/cli-cm-migrate-rte": "~1.4.18",
35
+ "@contentstack/cli-cm-seed": "~1.7.7",
36
+ "@contentstack/cli-command": "~1.2.19",
37
+ "@contentstack/cli-config": "~1.6.5",
38
+ "@contentstack/cli-launch": "~1.0.19",
39
+ "@contentstack/cli-migration": "~1.6.0",
40
+ "@contentstack/cli-utilities": "~1.7.0",
41
41
  "@contentstack/management": "~1.15.3",
42
42
  "@oclif/core": "^3.26.5",
43
43
  "@oclif/plugin-help": "^5",
@@ -50,7 +50,7 @@
50
50
  "node-machine-id": "^1.1.12",
51
51
  "open": "^8.4.2",
52
52
  "short-uuid": "^4.2.2",
53
- "uuid": "^9.0.0",
53
+ "uuid": "^9.0.1",
54
54
  "winston": "^3.7.2"
55
55
  },
56
56
  "devDependencies": {