Skip to content

Commit f720b43

Browse files
committed
lock-file update
1 parent 37e1188 commit f720b43

File tree

3 files changed

+291
-304
lines changed

3 files changed

+291
-304
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
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: 15 additions & 15 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.7.5 darwin-arm64 node-v22.14.0
22+
@contentstack/cli-audit/1.8.0 darwin-arm64 node-v23.6.0
2323
$ csdx --help [COMMAND]
2424
USAGE
2525
$ csdx COMMAND
@@ -53,12 +53,12 @@ Perform audits and find possible errors in the exported Contentstack data
5353
```
5454
USAGE
5555
$ csdx audit [--report-path <value>] [--modules
56-
content-types|global-fields|entries|extensions|workflows|custom-roles] [--columns <value> | ] [--sort <value>]
57-
[--filter <value>] [--csv | --no-truncate]
56+
content-types|global-fields|entries|extensions|workflows|custom-roles|assets] [--columns <value> | ] [--sort
57+
<value>] [--filter <value>] [--csv | --no-truncate]
5858
5959
FLAGS
6060
--modules=<option>... Provide the list of modules to be audited
61-
<options: content-types|global-fields|entries|extensions|workflows|custom-roles>
61+
<options: content-types|global-fields|entries|extensions|workflows|custom-roles|assets>
6262
--report-path=<value> Path to store the audit reports
6363
6464
TABLE FLAGS
@@ -94,17 +94,17 @@ Perform audits and fix possible errors in the exported Contentstack data.
9494
```
9595
USAGE
9696
$ csdx audit:fix [--report-path <value>] [--modules
97-
content-types|global-fields|entries|extensions|workflows|custom-roles] [--copy-path <value> --copy-dir] [--fix-only
98-
reference|global_field|json:rte|json:extension|blocks|group|content_types] [--columns <value> | ] [--sort <value>]
99-
[--filter <value>] [--csv | --no-truncate]
97+
content-types|global-fields|entries|extensions|workflows|custom-roles|assets] [--copy-path <value> --copy-dir]
98+
[--fix-only reference|global_field|json:rte|json:extension|blocks|group|content_types] [--columns <value> | ]
99+
[--sort <value>] [--filter <value>] [--csv | --no-truncate]
100100
101101
FLAGS
102102
--copy-dir Create backup from the original data.
103103
--copy-path=<value> Provide the path to backup the copied data
104104
--fix-only=<option>... Provide the list of fix options
105105
<options: reference|global_field|json:rte|json:extension|blocks|group|content_types>
106106
--modules=<option>... Provide the list of modules to be audited
107-
<options: content-types|global-fields|entries|extensions|workflows|custom-roles>
107+
<options: content-types|global-fields|entries|extensions|workflows|custom-roles|assets>
108108
--report-path=<value> Path to store the audit reports
109109
110110
TABLE FLAGS
@@ -142,12 +142,12 @@ Perform audits and find possible errors in the exported Contentstack data
142142
```
143143
USAGE
144144
$ csdx cm:stacks:audit [--report-path <value>] [--modules
145-
content-types|global-fields|entries|extensions|workflows|custom-roles] [--columns <value> | ] [--sort <value>]
146-
[--filter <value>] [--csv | --no-truncate]
145+
content-types|global-fields|entries|extensions|workflows|custom-roles|assets] [--columns <value> | ] [--sort
146+
<value>] [--filter <value>] [--csv | --no-truncate]
147147
148148
FLAGS
149149
--modules=<option>... Provide the list of modules to be audited
150-
<options: content-types|global-fields|entries|extensions|workflows|custom-roles>
150+
<options: content-types|global-fields|entries|extensions|workflows|custom-roles|assets>
151151
--report-path=<value> Path to store the audit reports
152152
153153
TABLE FLAGS
@@ -185,17 +185,17 @@ Perform audits and fix possible errors in the exported Contentstack data.
185185
```
186186
USAGE
187187
$ csdx cm:stacks:audit:fix [--report-path <value>] [--modules
188-
content-types|global-fields|entries|extensions|workflows|custom-roles] [--copy-path <value> --copy-dir] [--fix-only
189-
reference|global_field|json:rte|json:extension|blocks|group|content_types] [--columns <value> | ] [--sort <value>]
190-
[--filter <value>] [--csv | --no-truncate]
188+
content-types|global-fields|entries|extensions|workflows|custom-roles|assets] [--copy-path <value> --copy-dir]
189+
[--fix-only reference|global_field|json:rte|json:extension|blocks|group|content_types] [--columns <value> | ]
190+
[--sort <value>] [--filter <value>] [--csv | --no-truncate]
191191
192192
FLAGS
193193
--copy-dir Create backup from the original data.
194194
--copy-path=<value> Provide the path to backup the copied data
195195
--fix-only=<option>... Provide the list of fix options
196196
<options: reference|global_field|json:rte|json:extension|blocks|group|content_types>
197197
--modules=<option>... Provide the list of modules to be audited
198-
<options: content-types|global-fields|entries|extensions|workflows|custom-roles>
198+
<options: content-types|global-fields|entries|extensions|workflows|custom-roles|assets>
199199
--report-path=<value> Path to store the audit reports
200200
201201
TABLE FLAGS

0 commit comments

Comments
 (0)