Skip to content

Commit 009724d

Browse files
committed
Lock file update
1 parent c8c7fcc commit 009724d

File tree

10 files changed

+458
-538
lines changed

10 files changed

+458
-538
lines changed

package-lock.json

Lines changed: 188 additions & 270 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: 16 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -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>] [--report-path <value>] [--modules
55+
$ csdx audit [-c <value>] [-d <value>] [-s] [--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
@@ -63,8 +63,9 @@ FLAGS
6363
--report-path=<value> Path to store the audit reports
6464
6565
COMMON FLAGS
66-
-c, --config=<value> Path of the external config
67-
-d, --data-dir=<value> Path where the data is stored
66+
-c, --config=<value> Path of the external config
67+
-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
6869
6970
TABLE FLAGS
7071
--columns=<value> Specify columns to display, comma-separated.
@@ -101,7 +102,7 @@ Perform audits and fix possible errors in the exported Contentstack data.
101102

102103
```
103104
USAGE
104-
$ csdx audit:fix [-c <value>] [-d <value>] [--report-path <value>] [--modules
105+
$ csdx audit:fix [-c <value>] [-d <value>] [-s] [--report-path <value>] [--modules
105106
content-types|global-fields|entries|extensions|workflows|custom-roles|assets|field-rules...] [--copy-path <value>
106107
--copy-dir] [--fix-only reference|global_field|json:rte|json:extension|blocks|group|content_types...] [--columns
107108
<value>] [--sort <value>] [--filter <value>] [--csv] [--no-truncate] [--no-header] [--output csv|json|yaml]
@@ -117,8 +118,9 @@ FLAGS
117118
--report-path=<value> Path to store the audit reports
118119
119120
COMMON FLAGS
120-
-c, --config=<value> Path of the external config
121-
-d, --data-dir=<value> Path where the data is stored
121+
-c, --config=<value> Path of the external config
122+
-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
122124
123125
TABLE FLAGS
124126
--columns=<value> Specify columns to display, comma-separated.
@@ -157,7 +159,7 @@ Perform audits and find possible errors in the exported Contentstack data
157159

158160
```
159161
USAGE
160-
$ csdx cm:stacks:audit [-c <value>] [-d <value>] [--report-path <value>] [--modules
162+
$ csdx cm:stacks:audit [-c <value>] [-d <value>] [-s] [--report-path <value>] [--modules
161163
content-types|global-fields|entries|extensions|workflows|custom-roles|assets|field-rules...] [--columns <value>]
162164
[--sort <value>] [--filter <value>] [--csv] [--no-truncate] [--no-header] [--output csv|json|yaml]
163165
@@ -168,8 +170,9 @@ FLAGS
168170
--report-path=<value> Path to store the audit reports
169171
170172
COMMON FLAGS
171-
-c, --config=<value> Path of the external config
172-
-d, --data-dir=<value> Path where the data is stored
173+
-c, --config=<value> Path of the external config
174+
-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
173176
174177
TABLE FLAGS
175178
--columns=<value> Specify columns to display, comma-separated.
@@ -208,7 +211,7 @@ Perform audits and fix possible errors in the exported Contentstack data.
208211

209212
```
210213
USAGE
211-
$ csdx cm:stacks:audit:fix [-c <value>] [-d <value>] [--report-path <value>] [--modules
214+
$ csdx cm:stacks:audit:fix [-c <value>] [-d <value>] [-s] [--report-path <value>] [--modules
212215
content-types|global-fields|entries|extensions|workflows|custom-roles|assets|field-rules...] [--copy-path <value>
213216
--copy-dir] [--fix-only reference|global_field|json:rte|json:extension|blocks|group|content_types...] [--columns
214217
<value>] [--sort <value>] [--filter <value>] [--csv] [--no-truncate] [--no-header] [--output csv|json|yaml]
@@ -224,8 +227,9 @@ FLAGS
224227
--report-path=<value> Path to store the audit reports
225228
226229
COMMON FLAGS
227-
-c, --config=<value> Path of the external config
228-
-d, --data-dir=<value> Path where the data is stored
230+
-c, --config=<value> Path of the external config
231+
-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
229233
230234
TABLE FLAGS
231235
--columns=<value> Specify columns to display, comma-separated.

packages/contentstack-audit/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@
1919
],
2020
"dependencies": {
2121
"@contentstack/cli-command": "~1.4.0",
22-
"@oclif/plugin-help": "^6.2.25",
22+
"@oclif/plugin-help": "^6.2.27",
2323
"@contentstack/cli-utilities": "~1.10.0",
24-
"@oclif/plugin-plugins": "^5.4.24",
24+
"@oclif/plugin-plugins": "^5.4.36",
2525
"chalk": "^4.1.2",
2626
"fast-csv": "^4.3.6",
2727
"fs-extra": "^11.3.0",
@@ -30,23 +30,23 @@
3030
"winston": "^3.17.0"
3131
},
3232
"devDependencies": {
33-
"@oclif/test": "^4.1.11",
33+
"@oclif/test": "^4.1.12",
3434
"@types/chai": "^4.3.20",
3535
"@types/fs-extra": "^11.0.4",
3636
"@types/mocha": "^10.0.10",
37-
"@types/node": "^20.17.19",
37+
"@types/node": "^20.17.30",
3838
"@types/uuid": "^9.0.8",
3939
"chai": "^4.5.0",
4040
"eslint": "^8.57.1",
41-
"eslint-config-oclif": "^6.0.15",
41+
"eslint-config-oclif": "^6.0.42",
4242
"eslint-config-oclif-typescript": "^3.1.14",
4343
"mocha": "^10.8.2",
4444
"nyc": "^15.1.0",
45-
"oclif": "^4.17.30",
46-
"shx": "^0.3.4",
45+
"oclif": "^4.17.43",
46+
"shx": "^0.4.0",
4747
"sinon": "^19.0.5",
4848
"ts-node": "^10.9.2",
49-
"typescript": "^5.7.3"
49+
"typescript": "^5.8.3"
5050
},
5151
"oclif": {
5252
"bin": "csdx",

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.0",
10+
"@contentstack/cli-cm-import": "~1.21.1",
1111
"@contentstack/cli-command": "~1.4.0",
1212
"@contentstack/cli-utilities": "~1.10.0",
1313
"chalk": "^4.1.2",

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.0 darwin-arm64 node-v22.14.0
50+
@contentstack/cli-cm-import/1.21.1 darwin-arm64 node-v22.14.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.0",
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.0",
8+
"@contentstack/cli-cm-import": "~1.21.1",
99
"@contentstack/cli-command": "~1.4.0",
1010
"@contentstack/cli-utilities": "~1.10.0",
1111
"@contentstack/management": "~1.20.1",

packages/contentstack/README.md

Lines changed: 20 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ Perform audits and find possible errors in the exported Contentstack data
121121

122122
```
123123
USAGE
124-
$ csdx audit [-c <value>] [-d <value>] [--report-path <value>] [--modules
124+
$ csdx audit [-c <value>] [-d <value>] [-s] [--report-path <value>] [--modules
125125
content-types|global-fields|entries|extensions|workflows|custom-roles|assets|field-rules...] [--columns <value>]
126126
[--sort <value>] [--filter <value>] [--csv] [--no-truncate] [--no-header] [--output csv|json|yaml]
127127
@@ -132,8 +132,9 @@ FLAGS
132132
--report-path=<value> Path to store the audit reports
133133
134134
COMMON FLAGS
135-
-c, --config=<value> Path of the external config
136-
-d, --data-dir=<value> Path where the data is stored
135+
-c, --config=<value> Path of the external config
136+
-d, --data-dir=<value> Path where the data is stored
137+
-s, --show-console-output Display the audit and audit fix result for individual modules
137138
138139
TABLE FLAGS
139140
--columns=<value> Specify columns to display, comma-separated.
@@ -170,7 +171,7 @@ Perform audits and fix possible errors in the exported Contentstack data.
170171

171172
```
172173
USAGE
173-
$ csdx audit:fix [-c <value>] [-d <value>] [--report-path <value>] [--modules
174+
$ csdx audit:fix [-c <value>] [-d <value>] [-s] [--report-path <value>] [--modules
174175
content-types|global-fields|entries|extensions|workflows|custom-roles|assets|field-rules...] [--copy-path <value>
175176
--copy-dir] [--fix-only reference|global_field|json:rte|json:extension|blocks|group|content_types...] [--columns
176177
<value>] [--sort <value>] [--filter <value>] [--csv] [--no-truncate] [--no-header] [--output csv|json|yaml]
@@ -186,8 +187,9 @@ FLAGS
186187
--report-path=<value> Path to store the audit reports
187188
188189
COMMON FLAGS
189-
-c, --config=<value> Path of the external config
190-
-d, --data-dir=<value> Path where the data is stored
190+
-c, --config=<value> Path of the external config
191+
-d, --data-dir=<value> Path where the data is stored
192+
-s, --show-console-output Display the audit and audit fix result for individual modules
191193
192194
TABLE FLAGS
193195
--columns=<value> Specify columns to display, comma-separated.
@@ -2617,7 +2619,7 @@ Perform audits and find possible errors in the exported Contentstack data
26172619

26182620
```
26192621
USAGE
2620-
$ csdx cm:stacks:audit [-c <value>] [-d <value>] [--report-path <value>] [--modules
2622+
$ csdx cm:stacks:audit [-c <value>] [-d <value>] [-s] [--report-path <value>] [--modules
26212623
content-types|global-fields|entries|extensions|workflows|custom-roles|assets|field-rules...] [--columns <value>]
26222624
[--sort <value>] [--filter <value>] [--csv] [--no-truncate] [--no-header] [--output csv|json|yaml]
26232625
@@ -2628,8 +2630,9 @@ FLAGS
26282630
--report-path=<value> Path to store the audit reports
26292631
26302632
COMMON FLAGS
2631-
-c, --config=<value> Path of the external config
2632-
-d, --data-dir=<value> Path where the data is stored
2633+
-c, --config=<value> Path of the external config
2634+
-d, --data-dir=<value> Path where the data is stored
2635+
-s, --show-console-output Display the audit and audit fix result for individual modules
26332636
26342637
TABLE FLAGS
26352638
--columns=<value> Specify columns to display, comma-separated.
@@ -2668,7 +2671,7 @@ Perform audits and fix possible errors in the exported Contentstack data.
26682671

26692672
```
26702673
USAGE
2671-
$ csdx cm:stacks:audit:fix [-c <value>] [-d <value>] [--report-path <value>] [--modules
2674+
$ csdx cm:stacks:audit:fix [-c <value>] [-d <value>] [-s] [--report-path <value>] [--modules
26722675
content-types|global-fields|entries|extensions|workflows|custom-roles|assets|field-rules...] [--copy-path <value>
26732676
--copy-dir] [--fix-only reference|global_field|json:rte|json:extension|blocks|group|content_types...] [--columns
26742677
<value>] [--sort <value>] [--filter <value>] [--csv] [--no-truncate] [--no-header] [--output csv|json|yaml]
@@ -2684,8 +2687,9 @@ FLAGS
26842687
--report-path=<value> Path to store the audit reports
26852688
26862689
COMMON FLAGS
2687-
-c, --config=<value> Path of the external config
2688-
-d, --data-dir=<value> Path where the data is stored
2690+
-c, --config=<value> Path of the external config
2691+
-d, --data-dir=<value> Path where the data is stored
2692+
-s, --show-console-output Display the audit and audit fix result for individual modules
26892693
26902694
TABLE FLAGS
26912695
--columns=<value> Specify columns to display, comma-separated.
@@ -3582,6 +3586,10 @@ EXAMPLES
35823586
35833587
$ csdx config:set:region EU
35843588
3589+
$ csdx config:set:region AWS-NA
3590+
3591+
$ csdx config:set:region AWS-EU
3592+
35853593
$ csdx config:set:region AZURE-NA
35863594
35873595
$ csdx config:set:region AZURE-EU

packages/contentstack/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"@contentstack/cli-cm-clone": "~1.14.0",
3131
"@contentstack/cli-cm-export": "~1.16.0",
3232
"@contentstack/cli-cm-export-to-csv": "~1.8.0",
33-
"@contentstack/cli-cm-import": "~1.21.0",
33+
"@contentstack/cli-cm-import": "~1.21.1",
3434
"@contentstack/cli-cm-import-setup": "1.2.0",
3535
"@contentstack/cli-cm-migrate-rte": "~1.5.0",
3636
"@contentstack/cli-cm-seed": "~1.11.0",

0 commit comments

Comments
 (0)