@contentstack/cli 1.53.0 → 1.53.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 +17 -18
- package/oclif.manifest.json +1 -1
- package/package.json +4 -4
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.53.
|
|
21
|
+
@contentstack/cli/1.53.1 linux-x64 node-v22.21.1
|
|
22
22
|
$ csdx --help [COMMAND]
|
|
23
23
|
USAGE
|
|
24
24
|
$ csdx COMMAND
|
|
@@ -2201,7 +2201,7 @@ FLAGS
|
|
|
2201
2201
|
-m, --module=<value> [optional] Specific module name. If not specified, the export command will export all
|
|
2202
2202
|
the modules to the stack. The available modules are assets, content-types, entries,
|
|
2203
2203
|
environments, extensions, marketplace-apps, global-fields, labels, locales, webhooks,
|
|
2204
|
-
workflows, custom-roles, taxonomies, and
|
|
2204
|
+
workflows, custom-roles, taxonomies, and studio.
|
|
2205
2205
|
-t, --content-types=<value>... [optional] The UID of the content type(s) whose content you want to export. In case
|
|
2206
2206
|
of multiple content types, specify the IDs separated by spaces.
|
|
2207
2207
|
-y, --yes [optional] Force override all Marketplace prompts.
|
|
@@ -2880,7 +2880,7 @@ FLAGS
|
|
|
2880
2880
|
-m, --module=<value> [optional] Specific module name. If not specified, the export command will export all
|
|
2881
2881
|
the modules to the stack. The available modules are assets, content-types, entries,
|
|
2882
2882
|
environments, extensions, marketplace-apps, global-fields, labels, locales, webhooks,
|
|
2883
|
-
workflows, custom-roles, taxonomies, and
|
|
2883
|
+
workflows, custom-roles, taxonomies, and studio.
|
|
2884
2884
|
-t, --content-types=<value>... [optional] The UID of the content type(s) whose content you want to export. In case
|
|
2885
2885
|
of multiple content types, specify the IDs separated by spaces.
|
|
2886
2886
|
-y, --yes [optional] Force override all Marketplace prompts.
|
|
@@ -3728,24 +3728,23 @@ Set region for CLI
|
|
|
3728
3728
|
```
|
|
3729
3729
|
USAGE
|
|
3730
3730
|
$ csdx config:set:region [REGION] [-d <value> -m <value> --ui-host <value> -n <value>] [--developer-hub <value>]
|
|
3731
|
-
[--personalize <value>] [--launch <value>] [--
|
|
3731
|
+
[--personalize <value>] [--launch <value>] [--studio <value>]
|
|
3732
3732
|
|
|
3733
3733
|
ARGUMENTS
|
|
3734
3734
|
[REGION] Name for the region
|
|
3735
3735
|
|
|
3736
3736
|
FLAGS
|
|
3737
|
-
-d, --cda=<value>
|
|
3738
|
-
|
|
3739
|
-
-m, --cma=<value>
|
|
3740
|
-
|
|
3741
|
-
-n, --name=<value>
|
|
3742
|
-
|
|
3743
|
-
--
|
|
3744
|
-
--
|
|
3745
|
-
--
|
|
3746
|
-
--
|
|
3747
|
-
|
|
3748
|
-
required
|
|
3737
|
+
-d, --cda=<value> Custom host to set for content delivery API, if this flag is added then cma, ui-host and
|
|
3738
|
+
name flags are required
|
|
3739
|
+
-m, --cma=<value> Custom host to set for content management API, , if this flag is added then cda, ui-host
|
|
3740
|
+
and name flags are required
|
|
3741
|
+
-n, --name=<value> Name for the region, if this flag is added then cda, cma and ui-host flags are required
|
|
3742
|
+
--developer-hub=<value> Custom host to set for Developer hub API
|
|
3743
|
+
--launch=<value> Custom host to set for Launch API
|
|
3744
|
+
--personalize=<value> Custom host to set for Personalize API
|
|
3745
|
+
--studio=<value> Custom host to set for Studio API
|
|
3746
|
+
--ui-host=<value> Custom UI host to set for CLI, if this flag is added then cda, cma and name flags are
|
|
3747
|
+
required
|
|
3749
3748
|
|
|
3750
3749
|
DESCRIPTION
|
|
3751
3750
|
Set region for CLI
|
|
@@ -3775,9 +3774,9 @@ EXAMPLES
|
|
|
3775
3774
|
|
|
3776
3775
|
$ csdx config:set:region --cma <custom_cma_host_url> --cda <custom_cda_host_url> --ui-host <custom_ui_host_url> --name "India" --launch <custom_launch_url>
|
|
3777
3776
|
|
|
3778
|
-
$ csdx config:set:region --cma <custom_cma_host_url> --cda <custom_cda_host_url> --ui-host <custom_ui_host_url> --name "India" --
|
|
3777
|
+
$ csdx config:set:region --cma <custom_cma_host_url> --cda <custom_cda_host_url> --ui-host <custom_ui_host_url> --name "India" --studio <custom_studio_url>
|
|
3779
3778
|
|
|
3780
|
-
$ csdx config:set:region --cda <custom_cda_host_url> --cma <custom_cma_host_url> --ui-host <custom_ui_host_url> --name "India" --developer-hub <custom_developer_hub_url> --launch <custom_launch_url> --personalize <custom_personalize_url> --
|
|
3779
|
+
$ csdx config:set:region --cda <custom_cda_host_url> --cma <custom_cma_host_url> --ui-host <custom_ui_host_url> --name "India" --developer-hub <custom_developer_hub_url> --launch <custom_launch_url> --personalize <custom_personalize_url> --studio <custom_studio_url>
|
|
3781
3780
|
```
|
|
3782
3781
|
|
|
3783
3782
|
_See code: [@contentstack/cli-config](https://github.com/contentstack/cli/blob/main/packages/contentstack-config/src/commands/config/set/region.ts)_
|
package/oclif.manifest.json
CHANGED
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.53.
|
|
4
|
+
"version": "1.53.1",
|
|
5
5
|
"author": "Contentstack",
|
|
6
6
|
"bin": {
|
|
7
7
|
"csdx": "./bin/run.js"
|
|
@@ -23,8 +23,8 @@
|
|
|
23
23
|
},
|
|
24
24
|
"dependencies": {
|
|
25
25
|
"@contentstack/cli-audit": "~1.16.1",
|
|
26
|
-
"@contentstack/cli-cm-export": "~1.22.
|
|
27
|
-
"@contentstack/cli-cm-import": "~1.30.
|
|
26
|
+
"@contentstack/cli-cm-export": "~1.22.1",
|
|
27
|
+
"@contentstack/cli-cm-import": "~1.30.1",
|
|
28
28
|
"@contentstack/cli-auth": "~1.6.2",
|
|
29
29
|
"@contentstack/cli-cm-bootstrap": "~1.17.1",
|
|
30
30
|
"@contentstack/cli-cm-branches": "~1.6.1",
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
"@contentstack/cli-cm-migrate-rte": "~1.6.2",
|
|
36
36
|
"@contentstack/cli-cm-seed": "~1.13.1",
|
|
37
37
|
"@contentstack/cli-command": "~1.7.0",
|
|
38
|
-
"@contentstack/cli-config": "~1.16.
|
|
38
|
+
"@contentstack/cli-config": "~1.16.1",
|
|
39
39
|
"@contentstack/cli-launch": "^1.9.2",
|
|
40
40
|
"@contentstack/cli-migration": "~1.10.1",
|
|
41
41
|
"@contentstack/cli-utilities": "~1.15.0",
|