@@ -19,7 +19,7 @@ $ npm install -g @contentstack/cli-audit
1919$ csdx COMMAND
2020running 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]
2424USAGE
2525 $ csdx COMMAND
@@ -53,12 +53,12 @@ Perform audits and find possible errors in the exported Contentstack data
5353```
5454USAGE
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
5959FLAGS
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
6464TABLE FLAGS
@@ -94,17 +94,17 @@ Perform audits and fix possible errors in the exported Contentstack data.
9494```
9595USAGE
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
101101FLAGS
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
110110TABLE FLAGS
@@ -142,12 +142,12 @@ Perform audits and find possible errors in the exported Contentstack data
142142```
143143USAGE
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
148148FLAGS
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
153153TABLE FLAGS
@@ -185,17 +185,17 @@ Perform audits and fix possible errors in the exported Contentstack data.
185185```
186186USAGE
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
192192FLAGS
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
201201TABLE FLAGS
0 commit comments