@contentstack/cli 1.23.0 → 1.24.0
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 +28 -15
- package/oclif.manifest.json +1 -1
- package/package.json +6 -6
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.
|
|
21
|
+
@contentstack/cli/1.24.0 linux-x64 node-v18.20.4
|
|
22
22
|
$ csdx --help [COMMAND]
|
|
23
23
|
USAGE
|
|
24
24
|
$ csdx COMMAND
|
|
@@ -3161,18 +3161,23 @@ Set region for CLI
|
|
|
3161
3161
|
|
|
3162
3162
|
```
|
|
3163
3163
|
USAGE
|
|
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>]
|
|
3165
3166
|
|
|
3166
3167
|
ARGUMENTS
|
|
3167
3168
|
REGION Name for the region
|
|
3168
3169
|
|
|
3169
3170
|
FLAGS
|
|
3170
|
-
-d, --cda=<value>
|
|
3171
|
-
|
|
3172
|
-
-m, --cma=<value>
|
|
3173
|
-
|
|
3174
|
-
-n, --name=<value>
|
|
3175
|
-
--
|
|
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 Personalize 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
|
|
3176
3181
|
|
|
3177
3182
|
DESCRIPTION
|
|
3178
3183
|
Set region for CLI
|
|
@@ -3191,6 +3196,14 @@ EXAMPLES
|
|
|
3191
3196
|
$ csdx config:set:region GCP-NA
|
|
3192
3197
|
|
|
3193
3198
|
$ 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>
|
|
3194
3207
|
```
|
|
3195
3208
|
|
|
3196
3209
|
_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
|
|
|
3510
3523
|
$ csdx plugins
|
|
3511
3524
|
```
|
|
3512
3525
|
|
|
3513
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.
|
|
3526
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.4/src/commands/plugins/index.ts)_
|
|
3514
3527
|
|
|
3515
3528
|
## `csdx plugins:add PLUGIN`
|
|
3516
3529
|
|
|
@@ -3584,7 +3597,7 @@ EXAMPLES
|
|
|
3584
3597
|
$ csdx plugins:inspect myplugin
|
|
3585
3598
|
```
|
|
3586
3599
|
|
|
3587
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.
|
|
3600
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.4/src/commands/plugins/inspect.ts)_
|
|
3588
3601
|
|
|
3589
3602
|
## `csdx plugins:install PLUGIN`
|
|
3590
3603
|
|
|
@@ -3633,7 +3646,7 @@ EXAMPLES
|
|
|
3633
3646
|
$ csdx plugins:install someuser/someplugin
|
|
3634
3647
|
```
|
|
3635
3648
|
|
|
3636
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.
|
|
3649
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.4/src/commands/plugins/install.ts)_
|
|
3637
3650
|
|
|
3638
3651
|
## `csdx plugins:link PATH`
|
|
3639
3652
|
|
|
@@ -3663,7 +3676,7 @@ EXAMPLES
|
|
|
3663
3676
|
$ csdx plugins:link myplugin
|
|
3664
3677
|
```
|
|
3665
3678
|
|
|
3666
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.
|
|
3679
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.4/src/commands/plugins/link.ts)_
|
|
3667
3680
|
|
|
3668
3681
|
## `csdx plugins:remove [PLUGIN]`
|
|
3669
3682
|
|
|
@@ -3704,7 +3717,7 @@ FLAGS
|
|
|
3704
3717
|
--reinstall Reinstall all plugins after uninstalling.
|
|
3705
3718
|
```
|
|
3706
3719
|
|
|
3707
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.
|
|
3720
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.4/src/commands/plugins/reset.ts)_
|
|
3708
3721
|
|
|
3709
3722
|
## `csdx plugins:uninstall [PLUGIN]`
|
|
3710
3723
|
|
|
@@ -3732,7 +3745,7 @@ EXAMPLES
|
|
|
3732
3745
|
$ csdx plugins:uninstall myplugin
|
|
3733
3746
|
```
|
|
3734
3747
|
|
|
3735
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.
|
|
3748
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.4/src/commands/plugins/uninstall.ts)_
|
|
3736
3749
|
|
|
3737
3750
|
## `csdx plugins:unlink [PLUGIN]`
|
|
3738
3751
|
|
|
@@ -3776,7 +3789,7 @@ DESCRIPTION
|
|
|
3776
3789
|
Update installed plugins.
|
|
3777
3790
|
```
|
|
3778
3791
|
|
|
3779
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.
|
|
3792
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.4/src/commands/plugins/update.ts)_
|
|
3780
3793
|
|
|
3781
3794
|
## `csdx tokens`
|
|
3782
3795
|
|
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.
|
|
4
|
+
"version": "1.24.0",
|
|
5
5
|
"author": "Contentstack",
|
|
6
6
|
"bin": {
|
|
7
7
|
"csdx": "./bin/run.js"
|
|
@@ -27,15 +27,15 @@
|
|
|
27
27
|
"@contentstack/cli-cm-bootstrap": "~1.10.0",
|
|
28
28
|
"@contentstack/cli-cm-branches": "~1.1.2",
|
|
29
29
|
"@contentstack/cli-cm-bulk-publish": "~1.4.8",
|
|
30
|
-
"@contentstack/cli-cm-export": "~1.11.
|
|
30
|
+
"@contentstack/cli-cm-export": "~1.11.7",
|
|
31
31
|
"@contentstack/cli-cm-clone": "~1.10.7",
|
|
32
32
|
"@contentstack/cli-cm-export-to-csv": "~1.7.2",
|
|
33
|
-
"@contentstack/cli-cm-import": "~1.16.
|
|
33
|
+
"@contentstack/cli-cm-import": "~1.16.6",
|
|
34
34
|
"@contentstack/cli-cm-migrate-rte": "~1.4.18",
|
|
35
35
|
"@contentstack/cli-cm-seed": "~1.7.8",
|
|
36
|
-
"@contentstack/cli-command": "~1.
|
|
37
|
-
"@contentstack/cli-config": "~1.
|
|
38
|
-
"@contentstack/cli-launch": "~1.2.
|
|
36
|
+
"@contentstack/cli-command": "~1.3.0",
|
|
37
|
+
"@contentstack/cli-config": "~1.7.0",
|
|
38
|
+
"@contentstack/cli-launch": "~1.2.1",
|
|
39
39
|
"@contentstack/cli-migration": "~1.6.1",
|
|
40
40
|
"@contentstack/cli-utilities": "~1.7.1",
|
|
41
41
|
"@contentstack/management": "~1.17.0",
|