@@ -18,7 +18,7 @@ $ npm install -g @contentstack/cli
1818$ csdx COMMAND
1919running command...
2020$ csdx (--version| -v)
21- @contentstack/cli/1.44.2 darwin-arm64 node-v22.18 .0
21+ @contentstack/cli/1.46.0 darwin-arm64 node-v22.14 .0
2222$ csdx --help [COMMAND]
2323USAGE
2424 $ csdx COMMAND
@@ -2187,6 +2187,7 @@ FLAGS
21872187 mention the branch name, then by default the content will be exported from all the
21882188 branches of your stack.
21892189 -a, --alias=<value> The management token alias of the source stack from which you will export content.
2190+ -b, --branch-alias=<value> (Optional) The alias of the branch from which you want to export content.
21902191 -c, --config=<value> [optional] Path of the config
21912192 -d, --data-dir=<value> The path or the location in your file system to store the exported content. For e.g.,
21922193 ./content
@@ -2360,6 +2361,9 @@ FLAGS
23602361 extensions, marketplace-apps, global-fields, labels, locales, webhooks,
23612362 workflows, custom-roles, personalize projects, and taxonomies.
23622363 -y, --yes [optional] Force override all Marketplace prompts.
2364+ --branch-alias=<value> The alias of the branch where you want to import your content. If you don't
2365+ mention the branch alias, then by default the content will be imported to the
2366+ main branch.
23632367 --exclude-global-modules Excludes the branch-independent module from the import operation.
23642368 --import-webhook-status=<option> [default: disable] [default: disable] (optional) This webhook state keeps the
23652369 same state of webhooks as the source stack. <options: disable|current>
@@ -2593,9 +2597,11 @@ FLAGS
25932597 --skip-audit (optional) Skips the audit fix that occurs during an import
25942598 operation.
25952599 --source-branch=<value> Branch of the source stack.
2600+ --source-branch-alias=<value> Alias of Branch of the source stack.
25962601 --source-management-token-alias=<value> Source management token alias.
25972602 --source-stack-api-key=<value> Source stack API key
25982603 --target-branch=<value> Branch of the target stack.
2604+ --target-branch-alias=<value> Alias of Branch of the target stack.
25992605 --type=<option> Type of data to clone. You can select option a or b.
26002606 a) Structure (all modules except entries & assets).
26012607 b) Structure with content (all modules including entries & assets).
@@ -2757,9 +2763,11 @@ FLAGS
27572763 --skip-audit (optional) Skips the audit fix that occurs during an import
27582764 operation.
27592765 --source-branch=<value> Branch of the source stack.
2766+ --source-branch-alias=<value> Alias of Branch of the source stack.
27602767 --source-management-token-alias=<value> Source management token alias.
27612768 --source-stack-api-key=<value> Source stack API key
27622769 --target-branch=<value> Branch of the target stack.
2770+ --target-branch-alias=<value> Alias of Branch of the target stack.
27632771 --type=<option> Type of data to clone. You can select option a or b.
27642772 a) Structure (all modules except entries & assets).
27652773 b) Structure with content (all modules including entries & assets).
@@ -2804,6 +2812,7 @@ FLAGS
28042812 mention the branch name, then by default the content will be exported from all the
28052813 branches of your stack.
28062814 -a, --alias=<value> The management token alias of the source stack from which you will export content.
2815+ -b, --branch-alias=<value> (Optional) The alias of the branch from which you want to export content.
28072816 -c, --config=<value> [optional] Path of the config
28082817 -d, --data-dir=<value> The path or the location in your file system to store the exported content. For e.g.,
28092818 ./content
@@ -2871,6 +2880,9 @@ FLAGS
28712880 extensions, marketplace-apps, global-fields, labels, locales, webhooks,
28722881 workflows, custom-roles, personalize projects, and taxonomies.
28732882 -y, --yes [optional] Force override all Marketplace prompts.
2883+ --branch-alias=<value> The alias of the branch where you want to import your content. If you don't
2884+ mention the branch alias, then by default the content will be imported to the
2885+ main branch.
28742886 --exclude-global-modules Excludes the branch-independent module from the import operation.
28752887 --import-webhook-status=<option> [default: disable] [default: disable] (optional) This webhook state keeps the
28762888 same state of webhooks as the source stack. <options: disable|current>
@@ -3682,7 +3694,7 @@ DESCRIPTION
36823694 Display help for csdx.
36833695```
36843696
3685- _ See code: [ @oclif/plugin-help ] ( https://github.com/oclif/plugin-help/blob/v6.2.29 /src/commands/help.ts ) _
3697+ _ See code: [ @oclif/plugin-help ] ( https://github.com/oclif/plugin-help/blob/v6.2.32 /src/commands/help.ts ) _
36863698
36873699## ` csdx launch `
36883700
@@ -3691,10 +3703,10 @@ Launch related operations
36913703```
36923704USAGE
36933705 $ csdx launch [-d <value>] [-c <value>] [--type GitHub|FileUpload] [--framework Gatsby|NextJs|CRA (Create
3694- React App)|CSR (Client-Side Rendered)|Angular|VueJs|Other] [--org <value>] [-n <value>] [-e <value>] [--branch
3695- <value>] [--build-command <value>] [--out-dir <value>] [--server-command <value>] [--variable-type Import variables
3696- from a stack|Manually add custom variables to the list|Import variables from the .env.local file|Skip adding
3697- environment variables] [-a <value>] [--env-variables <value>] [--redeploy-latest] [--redeploy-last-upload]
3706+ React App)|CSR (Client-Side Rendered)|Angular|Nuxt| VueJs|Remix| Other] [--org <value>] [-n <value>] [-e <value>]
3707+ [--branch <value>] [--build-command <value>] [--out-dir <value>] [--server-command <value>] [--variable-type Import
3708+ variables from a stack|Manually add custom variables to the list|Import variables from the .env.local file|Skip
3709+ adding environment variables] [-a <value>] [--env-variables <value>] [--redeploy-latest] [--redeploy-last-upload]
36983710
36993711FLAGS
37003712 -a, --alias=<value> [optional] Alias (name) for the delivery token.
@@ -3708,7 +3720,7 @@ FLAGS
37083720 comma. For example: APP_ENV:prod, TEST_ENV:testVal.
37093721 --framework=<option> [optional] Type of framework. <options: Gatsby|NextJS|Other>
37103722 <options: Gatsby|NextJs|CRA (Create React App)|CSR (Client-Side
3711- Rendered)|Angular|VueJs|Other>
3723+ Rendered)|Angular|Nuxt| VueJs|Remix |Other>
37123724 --org=<value> [optional] Provide the organization UID to create a new project or deployment.
37133725 --out-dir=<value> [optional] Output Directory.
37143726 --redeploy-last-upload [optional] Redeploy with last file upload
@@ -3823,7 +3835,7 @@ USAGE
38233835 $ csdx launch:functions [-p <value>] [-d <value>]
38243836
38253837FLAGS
3826- -d, --data-dir=<value> [default: /Users/tim.benniks/Websites/ cli/packages/contentstack] Current working directory
3838+ -d, --data-dir=<value> [default: /cli/packages/contentstack] Current working directory
38273839 -p, --port=<value> [default: 3000] Port number
38283840
38293841DESCRIPTION
@@ -3999,7 +4011,7 @@ EXAMPLES
39994011 $ csdx plugins
40004012```
40014013
4002- _ See code: [ @oclif/plugin-plugins ] ( https://github.com/oclif/plugin-plugins/blob/v5.4.43 /src/commands/plugins/index.ts ) _
4014+ _ See code: [ @oclif/plugin-plugins ] ( https://github.com/oclif/plugin-plugins/blob/v5.4.46 /src/commands/plugins/index.ts ) _
40034015
40044016## ` csdx plugins:add PLUGIN `
40054017
@@ -4073,7 +4085,7 @@ EXAMPLES
40734085 $ csdx plugins:inspect myplugin
40744086```
40754087
4076- _ See code: [ @oclif/plugin-plugins ] ( https://github.com/oclif/plugin-plugins/blob/v5.4.43 /src/commands/plugins/inspect.ts ) _
4088+ _ See code: [ @oclif/plugin-plugins ] ( https://github.com/oclif/plugin-plugins/blob/v5.4.46 /src/commands/plugins/inspect.ts ) _
40774089
40784090## ` csdx plugins:install PLUGIN `
40794091
@@ -4122,7 +4134,7 @@ EXAMPLES
41224134 $ csdx plugins:install someuser/someplugin
41234135```
41244136
4125- _ See code: [ @oclif/plugin-plugins ] ( https://github.com/oclif/plugin-plugins/blob/v5.4.43 /src/commands/plugins/install.ts ) _
4137+ _ See code: [ @oclif/plugin-plugins ] ( https://github.com/oclif/plugin-plugins/blob/v5.4.46 /src/commands/plugins/install.ts ) _
41264138
41274139## ` csdx plugins:link PATH `
41284140
@@ -4153,7 +4165,7 @@ EXAMPLES
41534165 $ csdx plugins:link myplugin
41544166```
41554167
4156- _ See code: [ @oclif/plugin-plugins ] ( https://github.com/oclif/plugin-plugins/blob/v5.4.43 /src/commands/plugins/link.ts ) _
4168+ _ See code: [ @oclif/plugin-plugins ] ( https://github.com/oclif/plugin-plugins/blob/v5.4.46 /src/commands/plugins/link.ts ) _
41574169
41584170## ` csdx plugins:remove [PLUGIN] `
41594171
@@ -4194,7 +4206,7 @@ FLAGS
41944206 --reinstall Reinstall all plugins after uninstalling.
41954207```
41964208
4197- _ See code: [ @oclif/plugin-plugins ] ( https://github.com/oclif/plugin-plugins/blob/v5.4.43 /src/commands/plugins/reset.ts ) _
4209+ _ See code: [ @oclif/plugin-plugins ] ( https://github.com/oclif/plugin-plugins/blob/v5.4.46 /src/commands/plugins/reset.ts ) _
41984210
41994211## ` csdx plugins:uninstall [PLUGIN] `
42004212
@@ -4222,7 +4234,7 @@ EXAMPLES
42224234 $ csdx plugins:uninstall myplugin
42234235```
42244236
4225- _ See code: [ @oclif/plugin-plugins ] ( https://github.com/oclif/plugin-plugins/blob/v5.4.43 /src/commands/plugins/uninstall.ts ) _
4237+ _ See code: [ @oclif/plugin-plugins ] ( https://github.com/oclif/plugin-plugins/blob/v5.4.46 /src/commands/plugins/uninstall.ts ) _
42264238
42274239## ` csdx plugins:unlink [PLUGIN] `
42284240
@@ -4266,7 +4278,7 @@ DESCRIPTION
42664278 Update installed plugins.
42674279```
42684280
4269- _ See code: [ @oclif/plugin-plugins ] ( https://github.com/oclif/plugin-plugins/blob/v5.4.43 /src/commands/plugins/update.ts ) _
4281+ _ See code: [ @oclif/plugin-plugins ] ( https://github.com/oclif/plugin-plugins/blob/v5.4.46 /src/commands/plugins/update.ts ) _
42704282
42714283## ` csdx tokens `
42724284
0 commit comments