@@ -18,7 +18,7 @@ $ npm install -g @contentstack/cli
1818$ csdx COMMAND
1919running command...
2020$ csdx (--version| -v)
21- @contentstack/cli/1.23 .0 darwin-arm64 node-v22.2.0
21+ @contentstack/cli/1.24 .0 darwin-arm64 node-v22.2.0
2222$ csdx --help [COMMAND]
2323USAGE
2424 $ csdx COMMAND
@@ -3161,18 +3161,23 @@ Set region for CLI
31613161
31623162```
31633163USAGE
3164- $ csdx config:set:region [REGION] [-d <value> -m <value> --ui-host <value> -n <value>]
3164+ $ csdx config:set:region [REGION] [-d <value> -m <value> --ui-host <value> -n <value>] [--developer-hub <value>]
3165+ [--personalize <value>] [--launch <value>]
31653166
31663167ARGUMENTS
31673168 REGION Name for the region
31683169
31693170FLAGS
3170- -d, --cda=<value> Custom host to set for content delivery API, if this flag is added then cma, ui-host and name
3171- flags are required
3172- -m, --cma=<value> Custom host to set for content management API, , if this flag is added then cda, ui-host and
3173- name flags are required
3174- -n, --name=<value> Name for the region, if this flag is added then cda, cma and ui-host flags are required
3175- --ui-host=<value> Custom UI host to set for CLI, if this flag is added then cda, cma and name flags are required
3171+ -d, --cda=<value> Custom host to set for content delivery API, if this flag is added then cma, ui-host and
3172+ name flags are required
3173+ -m, --cma=<value> Custom host to set for content management API, , if this flag is added then cda, ui-host
3174+ and name flags are required
3175+ -n, --name=<value> Name for the region, if this flag is added then cda, cma and ui-host flags are required
3176+ --developer-hub=<value> Custom host to set for developer hub API
3177+ --launch=<value> Custom host to set for launch API
3178+ --personalize=<value> Custom host to set for personalization API
3179+ --ui-host=<value> Custom UI host to set for CLI, if this flag is added then cda, cma and name flags are
3180+ required
31763181
31773182DESCRIPTION
31783183 Set region for CLI
@@ -3191,6 +3196,14 @@ EXAMPLES
31913196 $ csdx config:set:region GCP-NA
31923197
31933198 $ csdx config:set:region --cma <contentstack_cma_endpoint> --cda <contentstack_cda_endpoint> --ui-host <contentstack_ui_host_endpoint> --name "India"
3199+
3200+ $ csdx config:set:region --cma <contentstack_cma_endpoint> --cda <contentstack_cda_endpoint> --ui-host <contentstack_ui_host_endpoint> --name "India" --developer-hub <developer_hub_url>
3201+
3202+ $ csdx config:set:region --cma <contentstack_cma_endpoint> --cda <contentstack_cda_endpoint> --ui-host <contentstack_ui_host_endpoint> --name "India" --personalize <personalize_url>
3203+
3204+ $ csdx config:set:region --cma <contentstack_cma_endpoint> --cda <contentstack_cda_endpoint> --ui-host <contentstack_ui_host_endpoint> --name "India" --launch <launch_url>
3205+
3206+ $ csdx config:set:region --cda <contentstack_cda_endpoint> --cma <contentstack_cma_endpoint> --ui-host <contentstack_ui_host_endpoint> --name "India" --developer-hub <developer_hub_url> --personalize <personalize_url> --launch <launch_url>
31943207```
31953208
31963209_ See code: [ @contentstack/cli-config ] ( https://github.com/contentstack/cli/blob/main/packages/contentstack-config/src/commands/config/set/region.ts ) _
@@ -3510,7 +3523,7 @@ EXAMPLES
35103523 $ csdx plugins
35113524```
35123525
3513- _ See code: [ @oclif/plugin-plugins ] ( https://github.com/oclif/plugin-plugins/blob/v5.4.2 /src/commands/plugins/index.ts ) _
3526+ _ See code: [ @oclif/plugin-plugins ] ( https://github.com/oclif/plugin-plugins/blob/v5.4.4 /src/commands/plugins/index.ts ) _
35143527
35153528## ` csdx plugins:add PLUGIN `
35163529
@@ -3584,7 +3597,7 @@ EXAMPLES
35843597 $ csdx plugins:inspect myplugin
35853598```
35863599
3587- _ See code: [ @oclif/plugin-plugins ] ( https://github.com/oclif/plugin-plugins/blob/v5.4.2 /src/commands/plugins/inspect.ts ) _
3600+ _ See code: [ @oclif/plugin-plugins ] ( https://github.com/oclif/plugin-plugins/blob/v5.4.4 /src/commands/plugins/inspect.ts ) _
35883601
35893602## ` csdx plugins:install PLUGIN `
35903603
@@ -3633,7 +3646,7 @@ EXAMPLES
36333646 $ csdx plugins:install someuser/someplugin
36343647```
36353648
3636- _ See code: [ @oclif/plugin-plugins ] ( https://github.com/oclif/plugin-plugins/blob/v5.4.2 /src/commands/plugins/install.ts ) _
3649+ _ See code: [ @oclif/plugin-plugins ] ( https://github.com/oclif/plugin-plugins/blob/v5.4.4 /src/commands/plugins/install.ts ) _
36373650
36383651## ` csdx plugins:link PATH `
36393652
@@ -3663,7 +3676,7 @@ EXAMPLES
36633676 $ csdx plugins:link myplugin
36643677```
36653678
3666- _ See code: [ @oclif/plugin-plugins ] ( https://github.com/oclif/plugin-plugins/blob/v5.4.2 /src/commands/plugins/link.ts ) _
3679+ _ See code: [ @oclif/plugin-plugins ] ( https://github.com/oclif/plugin-plugins/blob/v5.4.4 /src/commands/plugins/link.ts ) _
36673680
36683681## ` csdx plugins:remove [PLUGIN] `
36693682
@@ -3704,7 +3717,7 @@ FLAGS
37043717 --reinstall Reinstall all plugins after uninstalling.
37053718```
37063719
3707- _ See code: [ @oclif/plugin-plugins ] ( https://github.com/oclif/plugin-plugins/blob/v5.4.2 /src/commands/plugins/reset.ts ) _
3720+ _ See code: [ @oclif/plugin-plugins ] ( https://github.com/oclif/plugin-plugins/blob/v5.4.4 /src/commands/plugins/reset.ts ) _
37083721
37093722## ` csdx plugins:uninstall [PLUGIN] `
37103723
@@ -3732,7 +3745,7 @@ EXAMPLES
37323745 $ csdx plugins:uninstall myplugin
37333746```
37343747
3735- _ See code: [ @oclif/plugin-plugins ] ( https://github.com/oclif/plugin-plugins/blob/v5.4.2 /src/commands/plugins/uninstall.ts ) _
3748+ _ See code: [ @oclif/plugin-plugins ] ( https://github.com/oclif/plugin-plugins/blob/v5.4.4 /src/commands/plugins/uninstall.ts ) _
37363749
37373750## ` csdx plugins:unlink [PLUGIN] `
37383751
@@ -3776,7 +3789,7 @@ DESCRIPTION
37763789 Update installed plugins.
37773790```
37783791
3779- _ See code: [ @oclif/plugin-plugins ] ( https://github.com/oclif/plugin-plugins/blob/v5.4.2 /src/commands/plugins/update.ts ) _
3792+ _ See code: [ @oclif/plugin-plugins ] ( https://github.com/oclif/plugin-plugins/blob/v5.4.4 /src/commands/plugins/update.ts ) _
37803793
37813794## ` csdx tokens `
37823795
0 commit comments