@contentstack/cli 1.33.0 → 1.34.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.33.0 linux-x64 node-v18.20.5
21
+ @contentstack/cli/1.34.0 linux-x64 node-v18.20.5
22
22
  $ csdx --help [COMMAND]
23
23
  USAGE
24
24
  $ csdx COMMAND
@@ -3627,7 +3627,7 @@ EXAMPLES
3627
3627
  $ csdx launch --config <path/to/launch/config/file> --type <options: GitHub|FileUpload> --name=<value> --environment=<value> --branch=<value> --build-command=<value> --framework=<option> --org=<value> --out-dir=<value> --variable-type="Manually add custom variables to the list" --env-variables="APP_ENV:prod, TEST_ENV:testVal"
3628
3628
  ```
3629
3629
 
3630
- _See code: [@contentstack/cli-launch](https://github.com/contentstack/cli/blob/main/packages/contentstack-launch/src/commands/launch/index.ts)_
3630
+ _See code: [@contentstack/cli-launch](https://github.com/contentstack/launch-cli/blob/main/packages/contentstack-launch/src/commands/launch/index.ts)_
3631
3631
 
3632
3632
  ## `csdx launch:deployments`
3633
3633
 
@@ -3655,7 +3655,7 @@ EXAMPLES
3655
3655
  $ csdx launch:deployments -e "environment number or uid" --org=<org UID> --project=<Project UID>
3656
3656
  ```
3657
3657
 
3658
- _See code: [@contentstack/cli-launch](https://github.com/contentstack/cli/blob/main/packages/contentstack-launch/src/commands/launch/deployments.ts)_
3658
+ _See code: [@contentstack/cli-launch](https://github.com/contentstack/launch-cli/blob/main/packages/contentstack-launch/src/commands/launch/deployments.ts)_
3659
3659
 
3660
3660
  ## `csdx launch:environments`
3661
3661
 
@@ -3682,7 +3682,7 @@ EXAMPLES
3682
3682
  $ csdx launch:environments --org=<org UID> --project=<Project UID>
3683
3683
  ```
3684
3684
 
3685
- _See code: [@contentstack/cli-launch](https://github.com/contentstack/cli/blob/main/packages/contentstack-launch/src/commands/launch/environments.ts)_
3685
+ _See code: [@contentstack/cli-launch](https://github.com/contentstack/launch-cli/blob/main/packages/contentstack-launch/src/commands/launch/environments.ts)_
3686
3686
 
3687
3687
  ## `csdx launch:functions`
3688
3688
 
@@ -3712,7 +3712,7 @@ EXAMPLES
3712
3712
  $ csdx launch:functions --config <path/to/launch/config/file> --port=port
3713
3713
  ```
3714
3714
 
3715
- _See code: [@contentstack/cli-launch](https://github.com/contentstack/cli/blob/main/packages/contentstack-launch/src/commands/launch/functions.ts)_
3715
+ _See code: [@contentstack/cli-launch](https://github.com/contentstack/launch-cli/blob/main/packages/contentstack-launch/src/commands/launch/functions.ts)_
3716
3716
 
3717
3717
  ## `csdx launch:logs`
3718
3718
 
@@ -3756,7 +3756,7 @@ EXAMPLES
3756
3756
  $ csdx launch:logs --environment=environment --config <path/to/launch/config/file> --deployment=deployment
3757
3757
  ```
3758
3758
 
3759
- _See code: [@contentstack/cli-launch](https://github.com/contentstack/cli/blob/main/packages/contentstack-launch/src/commands/launch/logs.ts)_
3759
+ _See code: [@contentstack/cli-launch](https://github.com/contentstack/launch-cli/blob/main/packages/contentstack-launch/src/commands/launch/logs.ts)_
3760
3760
 
3761
3761
  ## `csdx launch:open`
3762
3762
 
@@ -3788,7 +3788,7 @@ EXAMPLES
3788
3788
  $ csdx launch:open --environment=environment --data-dir <path/of/current/working/dir>
3789
3789
  ```
3790
3790
 
3791
- _See code: [@contentstack/cli-launch](https://github.com/contentstack/cli/blob/main/packages/contentstack-launch/src/commands/launch/open.ts)_
3791
+ _See code: [@contentstack/cli-launch](https://github.com/contentstack/launch-cli/blob/main/packages/contentstack-launch/src/commands/launch/open.ts)_
3792
3792
 
3793
3793
  ## `csdx login`
3794
3794
 
@@ -3867,7 +3867,7 @@ EXAMPLES
3867
3867
  $ csdx plugins
3868
3868
  ```
3869
3869
 
3870
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.24/src/commands/plugins/index.ts)_
3870
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.26/src/commands/plugins/index.ts)_
3871
3871
 
3872
3872
  ## `csdx plugins:add PLUGIN`
3873
3873
 
@@ -3941,7 +3941,7 @@ EXAMPLES
3941
3941
  $ csdx plugins:inspect myplugin
3942
3942
  ```
3943
3943
 
3944
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.24/src/commands/plugins/inspect.ts)_
3944
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.26/src/commands/plugins/inspect.ts)_
3945
3945
 
3946
3946
  ## `csdx plugins:install PLUGIN`
3947
3947
 
@@ -3990,7 +3990,7 @@ EXAMPLES
3990
3990
  $ csdx plugins:install someuser/someplugin
3991
3991
  ```
3992
3992
 
3993
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.24/src/commands/plugins/install.ts)_
3993
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.26/src/commands/plugins/install.ts)_
3994
3994
 
3995
3995
  ## `csdx plugins:link PATH`
3996
3996
 
@@ -4021,7 +4021,7 @@ EXAMPLES
4021
4021
  $ csdx plugins:link myplugin
4022
4022
  ```
4023
4023
 
4024
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.24/src/commands/plugins/link.ts)_
4024
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.26/src/commands/plugins/link.ts)_
4025
4025
 
4026
4026
  ## `csdx plugins:remove [PLUGIN]`
4027
4027
 
@@ -4062,7 +4062,7 @@ FLAGS
4062
4062
  --reinstall Reinstall all plugins after uninstalling.
4063
4063
  ```
4064
4064
 
4065
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.24/src/commands/plugins/reset.ts)_
4065
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.26/src/commands/plugins/reset.ts)_
4066
4066
 
4067
4067
  ## `csdx plugins:uninstall [PLUGIN]`
4068
4068
 
@@ -4090,7 +4090,7 @@ EXAMPLES
4090
4090
  $ csdx plugins:uninstall myplugin
4091
4091
  ```
4092
4092
 
4093
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.24/src/commands/plugins/uninstall.ts)_
4093
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.26/src/commands/plugins/uninstall.ts)_
4094
4094
 
4095
4095
  ## `csdx plugins:unlink [PLUGIN]`
4096
4096
 
@@ -4134,7 +4134,7 @@ DESCRIPTION
4134
4134
  Update installed plugins.
4135
4135
  ```
4136
4136
 
4137
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.24/src/commands/plugins/update.ts)_
4137
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.26/src/commands/plugins/update.ts)_
4138
4138
 
4139
4139
  ## `csdx tokens`
4140
4140
 
@@ -4168,7 +4168,7 @@ EXAMPLES
4168
4168
 
4169
4169
  ## `csdx tsgen`
4170
4170
 
4171
- generate TypeScript typings from a Stack
4171
+ Generate TypeScript typings from a Stack
4172
4172
 
4173
4173
  ```
4174
4174
  USAGE
@@ -4188,7 +4188,7 @@ FLAGS
4188
4188
  types.
4189
4189
 
4190
4190
  DESCRIPTION
4191
- generate TypeScript typings from a Stack
4191
+ Generate TypeScript typings from a Stack
4192
4192
 
4193
4193
  EXAMPLES
4194
4194
  $ csdx tsgen -a "delivery token alias" -o "contentstack/generated.d.ts"
@@ -4202,7 +4202,7 @@ EXAMPLES
4202
4202
  $ csdx tsgen -a "delivery token alias" -o "contentstack/generated.d.ts" --api-type graphql --namespace "GraphQL"
4203
4203
  ```
4204
4204
 
4205
- _See code: [contentstack-cli-tsgen](https://github.com/Contentstack-Solutions/contentstack-cli-tsgen/blob/v3.0.1/src/commands/tsgen.ts)_
4205
+ _See code: [contentstack-cli-tsgen](https://github.com/Contentstack-Solutions/contentstack-cli-tsgen/blob/v3.1.0/src/commands/tsgen.ts)_
4206
4206
 
4207
4207
  ## `csdx whoami`
4208
4208
 
@@ -1,4 +1,4 @@
1
1
  {
2
- "version": "1.33.0",
2
+ "version": "1.34.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.33.0",
4
+ "version": "1.34.0",
5
5
  "author": "Contentstack",
6
6
  "bin": {
7
7
  "csdx": "./bin/run.js"
@@ -36,7 +36,7 @@
36
36
  "@contentstack/cli-cm-seed": "~1.10.0",
37
37
  "@contentstack/cli-command": "~1.3.2",
38
38
  "@contentstack/cli-config": "~1.9.0",
39
- "@contentstack/cli-launch": "~1.3.1",
39
+ "@contentstack/cli-launch": "^1.4.1",
40
40
  "@contentstack/cli-migration": "~1.6.4",
41
41
  "@contentstack/cli-utilities": "~1.8.0",
42
42
  "@contentstack/cli-variants": "~1.1.4",