Skip to content

Commit 7e20f8d

Browse files
Merge pull request #1874 from contentstack/fix/development
Version Bump
2 parents eff6458 + 07257b3 commit 7e20f8d

File tree

12 files changed

+422
-441
lines changed

12 files changed

+422
-441
lines changed

package-lock.json

Lines changed: 166 additions & 166 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/contentstack-audit/README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ $ npm install -g @contentstack/cli-audit
1919
$ csdx COMMAND
2020
running command...
2121
$ csdx (--version|-v)
22-
@contentstack/cli-audit/1.11.0 darwin-arm64 node-v22.14.0
22+
@contentstack/cli-audit/1.12.0 darwin-arm64 node-v23.6.0
2323
$ csdx --help [COMMAND]
2424
USAGE
2525
$ csdx COMMAND
@@ -52,7 +52,7 @@ Perform audits and find possible errors in the exported Contentstack data
5252

5353
```
5454
USAGE
55-
$ csdx audit [-c <value>] [-d <value>] [-s] [--report-path <value>] [--modules
55+
$ csdx audit [-c <value>] [-d <value>] [--show-console-output] [--report-path <value>] [--modules
5656
content-types|global-fields|entries|extensions|workflows|custom-roles|assets|field-rules...] [--columns <value>]
5757
[--sort <value>] [--filter <value>] [--csv] [--no-truncate] [--no-header] [--output csv|json|yaml]
5858
@@ -65,7 +65,7 @@ FLAGS
6565
COMMON FLAGS
6666
-c, --config=<value> Path of the external config
6767
-d, --data-dir=<value> Path where the data is stored
68-
-s, --show-console-output Display the audit and audit fix result for individual modules
68+
--show-console-output Display the audit and audit fix result for individual modules
6969
7070
TABLE FLAGS
7171
--columns=<value> Specify columns to display, comma-separated.
@@ -102,7 +102,7 @@ Perform audits and fix possible errors in the exported Contentstack data.
102102

103103
```
104104
USAGE
105-
$ csdx audit:fix [-c <value>] [-d <value>] [-s] [--report-path <value>] [--modules
105+
$ csdx audit:fix [-c <value>] [-d <value>] [--show-console-output] [--report-path <value>] [--modules
106106
content-types|global-fields|entries|extensions|workflows|custom-roles|assets|field-rules...] [--copy-path <value>
107107
--copy-dir] [--fix-only reference|global_field|json:rte|json:extension|blocks|group|content_types...] [--columns
108108
<value>] [--sort <value>] [--filter <value>] [--csv] [--no-truncate] [--no-header] [--output csv|json|yaml]
@@ -120,7 +120,7 @@ FLAGS
120120
COMMON FLAGS
121121
-c, --config=<value> Path of the external config
122122
-d, --data-dir=<value> Path where the data is stored
123-
-s, --show-console-output Display the audit and audit fix result for individual modules
123+
--show-console-output Display the audit and audit fix result for individual modules
124124
125125
TABLE FLAGS
126126
--columns=<value> Specify columns to display, comma-separated.
@@ -159,7 +159,7 @@ Perform audits and find possible errors in the exported Contentstack data
159159

160160
```
161161
USAGE
162-
$ csdx cm:stacks:audit [-c <value>] [-d <value>] [-s] [--report-path <value>] [--modules
162+
$ csdx cm:stacks:audit [-c <value>] [-d <value>] [--show-console-output] [--report-path <value>] [--modules
163163
content-types|global-fields|entries|extensions|workflows|custom-roles|assets|field-rules...] [--columns <value>]
164164
[--sort <value>] [--filter <value>] [--csv] [--no-truncate] [--no-header] [--output csv|json|yaml]
165165
@@ -172,7 +172,7 @@ FLAGS
172172
COMMON FLAGS
173173
-c, --config=<value> Path of the external config
174174
-d, --data-dir=<value> Path where the data is stored
175-
-s, --show-console-output Display the audit and audit fix result for individual modules
175+
--show-console-output Display the audit and audit fix result for individual modules
176176
177177
TABLE FLAGS
178178
--columns=<value> Specify columns to display, comma-separated.
@@ -211,7 +211,7 @@ Perform audits and fix possible errors in the exported Contentstack data.
211211

212212
```
213213
USAGE
214-
$ csdx cm:stacks:audit:fix [-c <value>] [-d <value>] [-s] [--report-path <value>] [--modules
214+
$ csdx cm:stacks:audit:fix [-c <value>] [-d <value>] [--show-console-output] [--report-path <value>] [--modules
215215
content-types|global-fields|entries|extensions|workflows|custom-roles|assets|field-rules...] [--copy-path <value>
216216
--copy-dir] [--fix-only reference|global_field|json:rte|json:extension|blocks|group|content_types...] [--columns
217217
<value>] [--sort <value>] [--filter <value>] [--csv] [--no-truncate] [--no-header] [--output csv|json|yaml]
@@ -229,7 +229,7 @@ FLAGS
229229
COMMON FLAGS
230230
-c, --config=<value> Path of the external config
231231
-d, --data-dir=<value> Path where the data is stored
232-
-s, --show-console-output Display the audit and audit fix result for individual modules
232+
--show-console-output Display the audit and audit fix result for individual modules
233233
234234
TABLE FLAGS
235235
--columns=<value> Specify columns to display, comma-separated.

packages/contentstack-clone/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"dependencies": {
88
"@colors/colors": "^1.6.0",
99
"@contentstack/cli-cm-export": "~1.16.0",
10-
"@contentstack/cli-cm-import": "~1.21.2",
10+
"@contentstack/cli-cm-import": "~1.21.1",
1111
"@contentstack/cli-command": "~1.5.0",
1212
"@contentstack/cli-utilities": "~1.11.0",
1313
"chalk": "^4.1.2",

packages/contentstack-config/README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ $ npm install -g @contentstack/cli-config
1818
$ csdx COMMAND
1919
running command...
2020
$ csdx (--version)
21-
@contentstack/cli-config/1.11.0 darwin-arm64 node-v22.14.0
21+
@contentstack/cli-config/1.11.1 darwin-arm64 node-v23.6.0
2222
$ csdx --help [COMMAND]
2323
USAGE
2424
$ csdx COMMAND
@@ -362,6 +362,10 @@ EXAMPLES
362362
363363
$ csdx config:set:region EU
364364
365+
$ csdx config:set:region AWS-NA
366+
367+
$ csdx config:set:region AWS-EU
368+
365369
$ csdx config:set:region AZURE-NA
366370
367371
$ csdx config:set:region AZURE-EU

packages/contentstack-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@contentstack/cli-config",
33
"description": "Contentstack CLI plugin for configuration",
4-
"version": "1.11.0",
4+
"version": "1.11.1",
55
"author": "Contentstack",
66
"scripts": {
77
"build": "npm run clean && npm run compile",

packages/contentstack-export/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
},
2323
"devDependencies": {
2424
"@contentstack/cli-auth": "~1.4.0",
25-
"@contentstack/cli-config": "~1.11.0",
25+
"@contentstack/cli-config": "~1.11.1",
2626
"@contentstack/cli-dev-dependencies": "~1.3.0",
2727
"@oclif/plugin-help": "^6.2.25",
2828
"@oclif/test": "^4.1.6",

packages/contentstack-import/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ $ npm install -g @contentstack/cli-cm-import
4747
$ csdx COMMAND
4848
running command...
4949
$ csdx (--version)
50-
@contentstack/cli-cm-import/1.21.1 darwin-arm64 node-v22.14.0
50+
@contentstack/cli-cm-import/1.21.1 darwin-arm64 node-v23.6.0
5151
$ csdx --help [COMMAND]
5252
USAGE
5353
$ csdx COMMAND

packages/contentstack-import/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@contentstack/cli-cm-import",
33
"description": "Contentstack CLI plugin to import content into stack",
4-
"version": "1.21.2",
4+
"version": "1.21.1",
55
"author": "Contentstack",
66
"bugs": "https://github.com/contentstack/cli/issues",
77
"dependencies": {

packages/contentstack-seed/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"author": "Contentstack",
66
"bugs": "https://github.com/contentstack/cli/issues",
77
"dependencies": {
8-
"@contentstack/cli-cm-import": "~1.21.2",
8+
"@contentstack/cli-cm-import": "~1.21.1",
99
"@contentstack/cli-command": "~1.5.0",
1010
"@contentstack/cli-utilities": "~1.11.0",
1111
"@contentstack/management": "~1.20.2",

packages/contentstack/README.md

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ $ npm install -g @contentstack/cli
1818
$ csdx COMMAND
1919
running command...
2020
$ csdx (--version|-v)
21-
@contentstack/cli/1.39.0 darwin-arm64 node-v22.14.0
21+
@contentstack/cli/1.40.0 darwin-arm64 node-v23.6.0
2222
$ csdx --help [COMMAND]
2323
USAGE
2424
$ csdx COMMAND
@@ -127,7 +127,7 @@ Perform audits and find possible errors in the exported Contentstack data
127127

128128
```
129129
USAGE
130-
$ csdx audit [-c <value>] [-d <value>] [-s] [--report-path <value>] [--modules
130+
$ csdx audit [-c <value>] [-d <value>] [--show-console-output] [--report-path <value>] [--modules
131131
content-types|global-fields|entries|extensions|workflows|custom-roles|assets|field-rules...] [--columns <value>]
132132
[--sort <value>] [--filter <value>] [--csv] [--no-truncate] [--no-header] [--output csv|json|yaml]
133133
@@ -140,7 +140,7 @@ FLAGS
140140
COMMON FLAGS
141141
-c, --config=<value> Path of the external config
142142
-d, --data-dir=<value> Path where the data is stored
143-
-s, --show-console-output Display the audit and audit fix result for individual modules
143+
--show-console-output Display the audit and audit fix result for individual modules
144144
145145
TABLE FLAGS
146146
--columns=<value> Specify columns to display, comma-separated.
@@ -177,7 +177,7 @@ Perform audits and fix possible errors in the exported Contentstack data.
177177

178178
```
179179
USAGE
180-
$ csdx audit:fix [-c <value>] [-d <value>] [-s] [--report-path <value>] [--modules
180+
$ csdx audit:fix [-c <value>] [-d <value>] [--show-console-output] [--report-path <value>] [--modules
181181
content-types|global-fields|entries|extensions|workflows|custom-roles|assets|field-rules...] [--copy-path <value>
182182
--copy-dir] [--fix-only reference|global_field|json:rte|json:extension|blocks|group|content_types...] [--columns
183183
<value>] [--sort <value>] [--filter <value>] [--csv] [--no-truncate] [--no-header] [--output csv|json|yaml]
@@ -195,7 +195,7 @@ FLAGS
195195
COMMON FLAGS
196196
-c, --config=<value> Path of the external config
197197
-d, --data-dir=<value> Path where the data is stored
198-
-s, --show-console-output Display the audit and audit fix result for individual modules
198+
--show-console-output Display the audit and audit fix result for individual modules
199199
200200
TABLE FLAGS
201201
--columns=<value> Specify columns to display, comma-separated.
@@ -2625,7 +2625,7 @@ Perform audits and find possible errors in the exported Contentstack data
26252625

26262626
```
26272627
USAGE
2628-
$ csdx cm:stacks:audit [-c <value>] [-d <value>] [-s] [--report-path <value>] [--modules
2628+
$ csdx cm:stacks:audit [-c <value>] [-d <value>] [--show-console-output] [--report-path <value>] [--modules
26292629
content-types|global-fields|entries|extensions|workflows|custom-roles|assets|field-rules...] [--columns <value>]
26302630
[--sort <value>] [--filter <value>] [--csv] [--no-truncate] [--no-header] [--output csv|json|yaml]
26312631
@@ -2638,7 +2638,7 @@ FLAGS
26382638
COMMON FLAGS
26392639
-c, --config=<value> Path of the external config
26402640
-d, --data-dir=<value> Path where the data is stored
2641-
-s, --show-console-output Display the audit and audit fix result for individual modules
2641+
--show-console-output Display the audit and audit fix result for individual modules
26422642
26432643
TABLE FLAGS
26442644
--columns=<value> Specify columns to display, comma-separated.
@@ -2677,7 +2677,7 @@ Perform audits and fix possible errors in the exported Contentstack data.
26772677

26782678
```
26792679
USAGE
2680-
$ csdx cm:stacks:audit:fix [-c <value>] [-d <value>] [-s] [--report-path <value>] [--modules
2680+
$ csdx cm:stacks:audit:fix [-c <value>] [-d <value>] [--show-console-output] [--report-path <value>] [--modules
26812681
content-types|global-fields|entries|extensions|workflows|custom-roles|assets|field-rules...] [--copy-path <value>
26822682
--copy-dir] [--fix-only reference|global_field|json:rte|json:extension|blocks|group|content_types...] [--columns
26832683
<value>] [--sort <value>] [--filter <value>] [--csv] [--no-truncate] [--no-header] [--output csv|json|yaml]
@@ -2695,7 +2695,7 @@ FLAGS
26952695
COMMON FLAGS
26962696
-c, --config=<value> Path of the external config
26972697
-d, --data-dir=<value> Path where the data is stored
2698-
-s, --show-console-output Display the audit and audit fix result for individual modules
2698+
--show-console-output Display the audit and audit fix result for individual modules
26992699
27002700
TABLE FLAGS
27012701
--columns=<value> Specify columns to display, comma-separated.
@@ -3775,8 +3775,7 @@ USAGE
37753775
$ csdx launch:functions [-p <value>] [-d <value>]
37763776
37773777
FLAGS
3778-
-d, --data-dir=<value> [default: /Users/aman.kumar/Documents/cli-repo/cli/packages/contentstack] Current working
3779-
directory
3778+
-d, --data-dir=<value> [default: /Users/raj.pandey/fuckyouFuck/cli/packages/contentstack] Current working directory
37803779
-p, --port=<value> [default: 3000] Port number
37813780
37823781
DESCRIPTION

0 commit comments

Comments
 (0)