@contentstack/cli 1.12.0 → 1.12.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/LICENSE +1 -1
- package/README.md +19 -15
- package/oclif.manifest.json +1 -1
- package/package.json +11 -11
package/LICENSE
CHANGED
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.12.
|
|
21
|
+
@contentstack/cli/1.12.1 linux-x64 node-v18.19.0
|
|
22
22
|
$ csdx --help [COMMAND]
|
|
23
23
|
USAGE
|
|
24
24
|
$ csdx COMMAND
|
|
@@ -2161,6 +2161,7 @@ FLAGS
|
|
|
2161
2161
|
<options: disable|current>
|
|
2162
2162
|
--replace-existing Replaces the existing module in the target stack.
|
|
2163
2163
|
--skip-app-recreation [optional] Skip private apps recreation if already exist
|
|
2164
|
+
--skip-audit Skips the audit fix.
|
|
2164
2165
|
--skip-existing Skips the module exists warning messages.
|
|
2165
2166
|
|
|
2166
2167
|
DESCRIPTION
|
|
@@ -2184,7 +2185,7 @@ EXAMPLES
|
|
|
2184
2185
|
|
|
2185
2186
|
$ csdx cm:stacks:import --alias <management_token_alias> --config <path/of/config/file>
|
|
2186
2187
|
|
|
2187
|
-
$ csdx cm:stacks:import --branch <branch name> --yes
|
|
2188
|
+
$ csdx cm:stacks:import --branch <branch name> --yes --skip-audit
|
|
2188
2189
|
```
|
|
2189
2190
|
|
|
2190
2191
|
## `csdx cm:migrate-rte`
|
|
@@ -2337,6 +2338,7 @@ FLAGS
|
|
|
2337
2338
|
--destination-stack-api-key=<value> Destination stack API Key
|
|
2338
2339
|
--import-webhook-status=<option> [default: disable] [Optional] Webhook state
|
|
2339
2340
|
<options: disable|current>
|
|
2341
|
+
--skip-audit Skips the audit fix.
|
|
2340
2342
|
--source-branch=<value> Branch of the source stack.
|
|
2341
2343
|
--source-management-token-alias=<value> Source API key of the target stack token alias.
|
|
2342
2344
|
--source-stack-api-key=<value> Source stack API Key
|
|
@@ -2487,6 +2489,7 @@ FLAGS
|
|
|
2487
2489
|
--destination-stack-api-key=<value> Destination stack API Key
|
|
2488
2490
|
--import-webhook-status=<option> [default: disable] [Optional] Webhook state
|
|
2489
2491
|
<options: disable|current>
|
|
2492
|
+
--skip-audit Skips the audit fix.
|
|
2490
2493
|
--source-branch=<value> Branch of the source stack.
|
|
2491
2494
|
--source-management-token-alias=<value> Source API key of the target stack token alias.
|
|
2492
2495
|
--source-stack-api-key=<value> Source stack API Key
|
|
@@ -2587,6 +2590,7 @@ FLAGS
|
|
|
2587
2590
|
<options: disable|current>
|
|
2588
2591
|
--replace-existing Replaces the existing module in the target stack.
|
|
2589
2592
|
--skip-app-recreation [optional] Skip private apps recreation if already exist
|
|
2593
|
+
--skip-audit Skips the audit fix.
|
|
2590
2594
|
--skip-existing Skips the module exists warning messages.
|
|
2591
2595
|
|
|
2592
2596
|
DESCRIPTION
|
|
@@ -2610,7 +2614,7 @@ EXAMPLES
|
|
|
2610
2614
|
|
|
2611
2615
|
$ csdx cm:stacks:import --alias <management_token_alias> --config <path/of/config/file>
|
|
2612
2616
|
|
|
2613
|
-
$ csdx cm:stacks:import --branch <branch name> --yes
|
|
2617
|
+
$ csdx cm:stacks:import --branch <branch name> --yes --skip-audit
|
|
2614
2618
|
```
|
|
2615
2619
|
|
|
2616
2620
|
_See code: [@contentstack/cli-cm-import](https://github.com/contentstack/cli/blob/main/packages/contentstack-import/src/commands/cm/stacks/import.ts)_
|
|
@@ -2958,14 +2962,14 @@ _See code: [@contentstack/cli-config](https://github.com/contentstack/cli/blob/m
|
|
|
2958
2962
|
|
|
2959
2963
|
## `csdx config:get:ea-header`
|
|
2960
2964
|
|
|
2961
|
-
Display Early Access
|
|
2965
|
+
Display Early Access headers
|
|
2962
2966
|
|
|
2963
2967
|
```
|
|
2964
2968
|
USAGE
|
|
2965
2969
|
$ csdx config:get:ea-header
|
|
2966
2970
|
|
|
2967
2971
|
DESCRIPTION
|
|
2968
|
-
Display Early Access
|
|
2972
|
+
Display Early Access headers
|
|
2969
2973
|
|
|
2970
2974
|
ALIASES
|
|
2971
2975
|
$ csdx config:get:ea-header
|
|
@@ -2976,14 +2980,14 @@ EXAMPLES
|
|
|
2976
2980
|
|
|
2977
2981
|
## `csdx config:get:early-access-header`
|
|
2978
2982
|
|
|
2979
|
-
Display Early Access
|
|
2983
|
+
Display Early Access headers
|
|
2980
2984
|
|
|
2981
2985
|
```
|
|
2982
2986
|
USAGE
|
|
2983
2987
|
$ csdx config:get:early-access-header
|
|
2984
2988
|
|
|
2985
2989
|
DESCRIPTION
|
|
2986
|
-
Display Early Access
|
|
2990
|
+
Display Early Access headers
|
|
2987
2991
|
|
|
2988
2992
|
ALIASES
|
|
2989
2993
|
$ csdx config:get:ea-header
|
|
@@ -3036,7 +3040,7 @@ _See code: [@contentstack/cli-config](https://github.com/contentstack/cli/blob/m
|
|
|
3036
3040
|
|
|
3037
3041
|
## `csdx config:remove:ea-header`
|
|
3038
3042
|
|
|
3039
|
-
Remove Early Access
|
|
3043
|
+
Remove Early Access header
|
|
3040
3044
|
|
|
3041
3045
|
```
|
|
3042
3046
|
USAGE
|
|
@@ -3047,7 +3051,7 @@ FLAGS
|
|
|
3047
3051
|
--header-alias=<value> Early access header alias
|
|
3048
3052
|
|
|
3049
3053
|
DESCRIPTION
|
|
3050
|
-
Remove Early Access
|
|
3054
|
+
Remove Early Access header
|
|
3051
3055
|
|
|
3052
3056
|
ALIASES
|
|
3053
3057
|
$ csdx config:remove:ea-header
|
|
@@ -3060,7 +3064,7 @@ EXAMPLES
|
|
|
3060
3064
|
|
|
3061
3065
|
## `csdx config:remove:early-access-header`
|
|
3062
3066
|
|
|
3063
|
-
Remove Early Access
|
|
3067
|
+
Remove Early Access header
|
|
3064
3068
|
|
|
3065
3069
|
```
|
|
3066
3070
|
USAGE
|
|
@@ -3071,7 +3075,7 @@ FLAGS
|
|
|
3071
3075
|
--header-alias=<value> Early access header alias
|
|
3072
3076
|
|
|
3073
3077
|
DESCRIPTION
|
|
3074
|
-
Remove Early Access
|
|
3078
|
+
Remove Early Access header
|
|
3075
3079
|
|
|
3076
3080
|
ALIASES
|
|
3077
3081
|
$ csdx config:remove:ea-header
|
|
@@ -3109,7 +3113,7 @@ _See code: [@contentstack/cli-config](https://github.com/contentstack/cli/blob/m
|
|
|
3109
3113
|
|
|
3110
3114
|
## `csdx config:set:ea-header`
|
|
3111
3115
|
|
|
3112
|
-
Set Early Access
|
|
3116
|
+
Set Early Access header
|
|
3113
3117
|
|
|
3114
3118
|
```
|
|
3115
3119
|
USAGE
|
|
@@ -3120,7 +3124,7 @@ FLAGS
|
|
|
3120
3124
|
--header-alias=<value> Early access header alias
|
|
3121
3125
|
|
|
3122
3126
|
DESCRIPTION
|
|
3123
|
-
Set Early Access
|
|
3127
|
+
Set Early Access header
|
|
3124
3128
|
|
|
3125
3129
|
ALIASES
|
|
3126
3130
|
$ csdx config:set:ea-header
|
|
@@ -3133,7 +3137,7 @@ EXAMPLES
|
|
|
3133
3137
|
|
|
3134
3138
|
## `csdx config:set:early-access-header`
|
|
3135
3139
|
|
|
3136
|
-
Set Early Access
|
|
3140
|
+
Set Early Access header
|
|
3137
3141
|
|
|
3138
3142
|
```
|
|
3139
3143
|
USAGE
|
|
@@ -3144,7 +3148,7 @@ FLAGS
|
|
|
3144
3148
|
--header-alias=<value> Early access header alias
|
|
3145
3149
|
|
|
3146
3150
|
DESCRIPTION
|
|
3147
|
-
Set Early Access
|
|
3151
|
+
Set Early Access header
|
|
3148
3152
|
|
|
3149
3153
|
ALIASES
|
|
3150
3154
|
$ csdx config:set:ea-header
|
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.12.
|
|
4
|
+
"version": "1.12.1",
|
|
5
5
|
"author": "Contentstack",
|
|
6
6
|
"bin": {
|
|
7
7
|
"csdx": "./bin/run"
|
|
@@ -22,22 +22,22 @@
|
|
|
22
22
|
"prepack": "pnpm compile && oclif manifest && oclif readme"
|
|
23
23
|
},
|
|
24
24
|
"dependencies": {
|
|
25
|
-
"@contentstack/cli-audit": "~1.3.
|
|
25
|
+
"@contentstack/cli-audit": "~1.3.2",
|
|
26
26
|
"@contentstack/cli-auth": "~1.3.17",
|
|
27
27
|
"@contentstack/cli-cm-bootstrap": "~1.7.1",
|
|
28
|
-
"@contentstack/cli-cm-branches": "~1.0.
|
|
29
|
-
"@contentstack/cli-cm-bulk-publish": "~1.
|
|
30
|
-
"@contentstack/cli-cm-clone": "~1.
|
|
28
|
+
"@contentstack/cli-cm-branches": "~1.0.20",
|
|
29
|
+
"@contentstack/cli-cm-bulk-publish": "~1.4.0",
|
|
30
|
+
"@contentstack/cli-cm-clone": "~1.9.0",
|
|
31
31
|
"@contentstack/cli-cm-export": "~1.10.2",
|
|
32
32
|
"@contentstack/cli-cm-export-to-csv": "~1.6.2",
|
|
33
|
-
"@contentstack/cli-cm-import": "~1.
|
|
33
|
+
"@contentstack/cli-cm-import": "~1.13.0",
|
|
34
34
|
"@contentstack/cli-cm-migrate-rte": "~1.4.15",
|
|
35
|
-
"@contentstack/cli-cm-seed": "~1.7.
|
|
36
|
-
"@contentstack/cli-command": "~1.2.
|
|
37
|
-
"@contentstack/cli-config": "~1.5.
|
|
35
|
+
"@contentstack/cli-cm-seed": "~1.7.1",
|
|
36
|
+
"@contentstack/cli-command": "~1.2.17",
|
|
37
|
+
"@contentstack/cli-config": "~1.5.1",
|
|
38
38
|
"@contentstack/cli-launch": "~1.0.15",
|
|
39
39
|
"@contentstack/cli-migration": "~1.4.2",
|
|
40
|
-
"@contentstack/cli-utilities": "~1.5.
|
|
40
|
+
"@contentstack/cli-utilities": "~1.5.10",
|
|
41
41
|
"@contentstack/management": "~1.13.0",
|
|
42
42
|
"@oclif/core": "^2.9.3",
|
|
43
43
|
"@oclif/plugin-help": "^5",
|
|
@@ -160,4 +160,4 @@
|
|
|
160
160
|
}
|
|
161
161
|
},
|
|
162
162
|
"repository": "https://github.com/contentstack/cli"
|
|
163
|
-
}
|
|
163
|
+
}
|