@contentstack/cli 2.0.0-beta.11 → 2.0.0-beta.13
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 -13
- package/oclif.manifest.json +1 -1
- package/package.json +16 -16
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/2.0.0-beta.
|
|
21
|
+
@contentstack/cli/2.0.0-beta.13 linux-x64 node-v22.22.0
|
|
22
22
|
$ csdx --help [COMMAND]
|
|
23
23
|
USAGE
|
|
24
24
|
$ csdx COMMAND
|
|
@@ -1470,23 +1470,25 @@ Set region for CLI
|
|
|
1470
1470
|
```
|
|
1471
1471
|
USAGE
|
|
1472
1472
|
$ csdx config:set:region [REGION] [--cda <value> --cma <value> --ui-host <value> -n <value>] [--developer-hub
|
|
1473
|
-
<value>] [--personalize <value>] [--launch <value>] [--studio <value>]
|
|
1473
|
+
<value>] [--personalize <value>] [--launch <value>] [--studio <value>] [--asset-management <value>]
|
|
1474
1474
|
|
|
1475
1475
|
ARGUMENTS
|
|
1476
1476
|
[REGION] Name for the region
|
|
1477
1477
|
|
|
1478
1478
|
FLAGS
|
|
1479
|
-
-n, --name=<value>
|
|
1480
|
-
|
|
1481
|
-
|
|
1482
|
-
--
|
|
1483
|
-
|
|
1484
|
-
--
|
|
1485
|
-
|
|
1486
|
-
--
|
|
1487
|
-
--
|
|
1488
|
-
--
|
|
1489
|
-
|
|
1479
|
+
-n, --name=<value> Name for the region, if this flag is added then cda, cma and ui-host flags are
|
|
1480
|
+
required
|
|
1481
|
+
--asset-management=<value> Custom host to set for Asset Management API
|
|
1482
|
+
--cda=<value> Custom host to set for content delivery API, if this flag is added then cma, ui-host
|
|
1483
|
+
and name flags are required
|
|
1484
|
+
--cma=<value> Custom host to set for content management API, , if this flag is added then cda,
|
|
1485
|
+
ui-host and name flags are required
|
|
1486
|
+
--developer-hub=<value> Custom host to set for Developer hub API
|
|
1487
|
+
--launch=<value> Custom host to set for Launch API
|
|
1488
|
+
--personalize=<value> Custom host to set for Personalize API
|
|
1489
|
+
--studio=<value> Custom host to set for Studio API
|
|
1490
|
+
--ui-host=<value> Custom UI host to set for CLI, if this flag is added then cda, cma and name flags are
|
|
1491
|
+
required
|
|
1490
1492
|
|
|
1491
1493
|
DESCRIPTION
|
|
1492
1494
|
Set region for CLI
|
|
@@ -1518,6 +1520,8 @@ EXAMPLES
|
|
|
1518
1520
|
|
|
1519
1521
|
$ 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>
|
|
1520
1522
|
|
|
1523
|
+
$ csdx config:set:region --cma <custom_cma_host_url> --cda <custom_cda_host_url> --ui-host <custom_ui_host_url> --name "India" --asset-management <asset_management_url>
|
|
1524
|
+
|
|
1521
1525
|
$ 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>
|
|
1522
1526
|
```
|
|
1523
1527
|
|
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": "2.0.0-beta.
|
|
4
|
+
"version": "2.0.0-beta.13",
|
|
5
5
|
"author": "Contentstack",
|
|
6
6
|
"bin": {
|
|
7
7
|
"csdx": "./bin/run.js"
|
|
@@ -22,24 +22,24 @@
|
|
|
22
22
|
"prepack": "pnpm compile && oclif manifest && oclif readme"
|
|
23
23
|
},
|
|
24
24
|
"dependencies": {
|
|
25
|
-
"@contentstack/cli-audit": "~2.0.0-beta.
|
|
26
|
-
"@contentstack/cli-cm-export": "~2.0.0-beta.
|
|
27
|
-
"@contentstack/cli-cm-import": "~2.0.0-beta.
|
|
28
|
-
"@contentstack/cli-auth": "~2.0.0-beta.
|
|
25
|
+
"@contentstack/cli-audit": "~2.0.0-beta.5",
|
|
26
|
+
"@contentstack/cli-cm-export": "~2.0.0-beta.10",
|
|
27
|
+
"@contentstack/cli-cm-import": "~2.0.0-beta.10",
|
|
28
|
+
"@contentstack/cli-auth": "~2.0.0-beta.6",
|
|
29
29
|
"@contentstack/cli-bulk-operations": "^1.0.0-beta",
|
|
30
|
-
"@contentstack/cli-cm-bootstrap": "~2.0.0-beta.
|
|
31
|
-
"@contentstack/cli-cm-branches": "~2.0.0-beta",
|
|
32
|
-
"@contentstack/cli-cm-clone": "~2.0.0-beta.
|
|
33
|
-
"@contentstack/cli-cm-export-to-csv": "~2.0.0-beta",
|
|
34
|
-
"@contentstack/cli-cm-import-setup": "~2.0.0-beta.
|
|
35
|
-
"@contentstack/cli-cm-seed": "~2.0.0-beta.
|
|
30
|
+
"@contentstack/cli-cm-bootstrap": "~2.0.0-beta.10",
|
|
31
|
+
"@contentstack/cli-cm-branches": "~2.0.0-beta.1",
|
|
32
|
+
"@contentstack/cli-cm-clone": "~2.0.0-beta.11",
|
|
33
|
+
"@contentstack/cli-cm-export-to-csv": "~2.0.0-beta.1",
|
|
34
|
+
"@contentstack/cli-cm-import-setup": "~2.0.0-beta.5",
|
|
35
|
+
"@contentstack/cli-cm-seed": "~2.0.0-beta.9",
|
|
36
36
|
"@contentstack/cli-command": "~2.0.0-beta",
|
|
37
|
-
"@contentstack/cli-config": "~2.0.0-beta.
|
|
37
|
+
"@contentstack/cli-config": "~2.0.0-beta.2",
|
|
38
38
|
"@contentstack/cli-launch": "^1.9.6",
|
|
39
|
-
"@contentstack/cli-migration": "~2.0.0-beta.
|
|
40
|
-
"@contentstack/cli-utilities": "~2.0.0-beta",
|
|
41
|
-
"@contentstack/cli-variants": "~2.0.0-beta.
|
|
42
|
-
"@contentstack/management": "~1.27.
|
|
39
|
+
"@contentstack/cli-migration": "~2.0.0-beta.6",
|
|
40
|
+
"@contentstack/cli-utilities": "~2.0.0-beta.1",
|
|
41
|
+
"@contentstack/cli-variants": "~2.0.0-beta.7",
|
|
42
|
+
"@contentstack/management": "~1.27.6",
|
|
43
43
|
"@contentstack/utils": "~1.7.0",
|
|
44
44
|
"@oclif/core": "^4.8.0",
|
|
45
45
|
"@oclif/plugin-help": "^6.2.37",
|