@@ -18,7 +18,7 @@ $ npm install -g @contentstack/cli
1818$ csdx COMMAND
1919running command...
2020$ csdx (--version| -v)
21- @contentstack/cli/1.21.1 darwin-arm64 node-v22.2.0
21+ @contentstack/cli/1.21.2 darwin-arm64 node-v22.2.0
2222$ csdx --help [COMMAND]
2323USAGE
2424 $ csdx COMMAND
@@ -3222,20 +3222,27 @@ Launch related operations
32223222USAGE
32233223 $ csdx launch [--type GitHub|FileUpload] [--framework Gatsby|NextJs|CRA (Create React App)|CSR
32243224 (Client-Side Rendered)|Angular|VueJs|Other] [--org <value>] [-n <value>] [-e <value>] [--branch <value>]
3225- [--build-command <value>] [--out-dir <value>]
3226-
3227- FLAGS
3228- -e, --environment=<value> [Optional] Environment name for the Launch project
3229- -n, --name=<value> [Optional] Name of the project
3230- --branch=<value> [Optional] GitHub branch name
3231- --build-command=<value> [Optional] Build Command
3232- --framework=<option> [Optional] Type of framework
3233- <options: Gatsby|NextJs|CRA (Create React App)|CSR (Client-Side
3234- Rendered)|Angular|VueJs|Other>
3235- --org=<value> [Optional] Provide the organization UID to create a new project or deployment
3236- --out-dir=<value> [Optional] Output Directory
3237- --type=<option> [Optional] Choose the type of adapters
3238- <options: GitHub|FileUpload>
3225+ [--build-command <value>] [--out-dir <value>] [--variable-type Import variables from a stack|Manually add custom
3226+ variables to the list|Import variables from the local env file] [-a <value>] [--env-variables <value>]
3227+
3228+ FLAGS
3229+ -a, --alias=<value> [Optional] Alias(name) for the delivery token
3230+ -e, --environment=<value> [Optional] Environment name for the Launch project
3231+ -n, --name=<value> [Optional] Name of the project
3232+ --branch=<value> [Optional] GitHub branch name
3233+ --build-command=<value> [Optional] Build Command
3234+ --env-variables=<value> [Optional] Provide the environment variables in the key:value format, separated by comma
3235+ Ex:APP_ENV:prod, TEST_ENV:testVal
3236+ --framework=<option> [Optional] Type of framework
3237+ <options: Gatsby|NextJs|CRA (Create React App)|CSR (Client-Side
3238+ Rendered)|Angular|VueJs|Other>
3239+ --org=<value> [Optional] Provide the organization UID to create a new project or deployment
3240+ --out-dir=<value> [Optional] Output Directory
3241+ --type=<option> [Optional] Choose the type of adapters
3242+ <options: GitHub|FileUpload>
3243+ --variable-type=<option> [Optional] Provide a variable type.
3244+ <options: Import variables from a stack|Manually add custom variables to the list|Import
3245+ variables from the local env file>
32393246
32403247DESCRIPTION
32413248 Launch related operations
@@ -3254,6 +3261,10 @@ EXAMPLES
32543261 $ csdx launch --config <path/to/launch/config/file> --type <options: GitHub|FileUpload>
32553262
32563263 $ 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>
3264+
3265+ $ 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="Import variables from a stack" --alias=<value>
3266+
3267+ $ 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"
32573268```
32583269
32593270_ See code: [ @contentstack/cli-launch ] ( https://github.com/contentstack/cli/blob/main/packages/contentstack-launch/src/commands/launch/index.ts ) _
@@ -3498,7 +3509,7 @@ EXAMPLES
34983509 $ csdx plugins
34993510```
35003511
3501- _ See code: [ @oclif/plugin-plugins ] ( https://github.com/oclif/plugin-plugins/blob/v5.3.9 /src/commands/plugins/index.ts ) _
3512+ _ See code: [ @oclif/plugin-plugins ] ( https://github.com/oclif/plugin-plugins/blob/v5.4.2 /src/commands/plugins/index.ts ) _
35023513
35033514## ` csdx plugins:add PLUGIN `
35043515
@@ -3572,7 +3583,7 @@ EXAMPLES
35723583 $ csdx plugins:inspect myplugin
35733584```
35743585
3575- _ See code: [ @oclif/plugin-plugins ] ( https://github.com/oclif/plugin-plugins/blob/v5.3.9 /src/commands/plugins/inspect.ts ) _
3586+ _ See code: [ @oclif/plugin-plugins ] ( https://github.com/oclif/plugin-plugins/blob/v5.4.2 /src/commands/plugins/inspect.ts ) _
35763587
35773588## ` csdx plugins:install PLUGIN `
35783589
@@ -3621,7 +3632,7 @@ EXAMPLES
36213632 $ csdx plugins:install someuser/someplugin
36223633```
36233634
3624- _ See code: [ @oclif/plugin-plugins ] ( https://github.com/oclif/plugin-plugins/blob/v5.3.9 /src/commands/plugins/install.ts ) _
3635+ _ See code: [ @oclif/plugin-plugins ] ( https://github.com/oclif/plugin-plugins/blob/v5.4.2 /src/commands/plugins/install.ts ) _
36253636
36263637## ` csdx plugins:link PATH `
36273638
@@ -3651,7 +3662,7 @@ EXAMPLES
36513662 $ csdx plugins:link myplugin
36523663```
36533664
3654- _ See code: [ @oclif/plugin-plugins ] ( https://github.com/oclif/plugin-plugins/blob/v5.3.9 /src/commands/plugins/link.ts ) _
3665+ _ See code: [ @oclif/plugin-plugins ] ( https://github.com/oclif/plugin-plugins/blob/v5.4.2 /src/commands/plugins/link.ts ) _
36553666
36563667## ` csdx plugins:remove [PLUGIN] `
36573668
@@ -3692,7 +3703,7 @@ FLAGS
36923703 --reinstall Reinstall all plugins after uninstalling.
36933704```
36943705
3695- _ See code: [ @oclif/plugin-plugins ] ( https://github.com/oclif/plugin-plugins/blob/v5.3.9 /src/commands/plugins/reset.ts ) _
3706+ _ See code: [ @oclif/plugin-plugins ] ( https://github.com/oclif/plugin-plugins/blob/v5.4.2 /src/commands/plugins/reset.ts ) _
36963707
36973708## ` csdx plugins:uninstall [PLUGIN] `
36983709
@@ -3720,7 +3731,7 @@ EXAMPLES
37203731 $ csdx plugins:uninstall myplugin
37213732```
37223733
3723- _ See code: [ @oclif/plugin-plugins ] ( https://github.com/oclif/plugin-plugins/blob/v5.3.9 /src/commands/plugins/uninstall.ts ) _
3734+ _ See code: [ @oclif/plugin-plugins ] ( https://github.com/oclif/plugin-plugins/blob/v5.4.2 /src/commands/plugins/uninstall.ts ) _
37243735
37253736## ` csdx plugins:unlink [PLUGIN] `
37263737
@@ -3764,7 +3775,7 @@ DESCRIPTION
37643775 Update installed plugins.
37653776```
37663777
3767- _ See code: [ @oclif/plugin-plugins ] ( https://github.com/oclif/plugin-plugins/blob/v5.3.9 /src/commands/plugins/update.ts ) _
3778+ _ See code: [ @oclif/plugin-plugins ] ( https://github.com/oclif/plugin-plugins/blob/v5.4.2 /src/commands/plugins/update.ts ) _
37683779
37693780## ` csdx tokens `
37703781
0 commit comments