@@ -19,7 +19,7 @@ $ npm install -g @contentstack/cli-audit
1919$ csdx COMMAND
2020running command...
2121$ csdx (--version| -v)
22- @contentstack/cli-audit/1.16.2 darwin-arm64 node-v22.13.1
22+ @contentstack/cli-audit/1.17.0 darwin-arm64 node-v22.14.0
2323$ csdx --help [COMMAND]
2424USAGE
2525 $ csdx COMMAND
@@ -53,13 +53,14 @@ Perform audits and find possible errors in the exported Contentstack data
5353```
5454USAGE
5555 $ csdx audit [-c <value>] [-d <value>] [--show-console-output] [--report-path <value>] [--modules
56- content-types|global-fields|entries|extensions|workflows|custom-roles|assets|field-rules...] [--columns <value>]
57- [--sort <value>] [--filter <value>] [--csv] [--no-truncate] [--no-header] [--output csv|json|yaml]
56+ content-types|global-fields|entries|extensions|workflows|custom-roles|assets|field-rules|composable-studio...]
57+ [--columns <value>] [--sort <value>] [--filter <value>] [--csv] [--no-truncate] [--no-header] [--output
58+ csv|json|yaml]
5859
5960FLAGS
6061 --modules=<option>... Provide the list of modules to be audited
61- <options:
62- content-types|global-fields|entries|extensions|workflows|custom-roles|assets|field-rules >
62+ <options: content-types|global-fields|entries|extensions|workflows|custom-roles|assets|field-ru
63+ les|composable-studio >
6364 --report-path=<value> Path to store the audit reports
6465
6566COMMON FLAGS
@@ -103,18 +104,19 @@ Perform audits and fix possible errors in the exported Contentstack data.
103104```
104105USAGE
105106 $ csdx audit:fix [-c <value>] [-d <value>] [--show-console-output] [--report-path <value>] [--modules
106- content-types|global-fields|entries|extensions|workflows|custom-roles|assets|field-rules...] [--copy-path <value>
107- --copy-dir] [--fix-only reference|global_field|json:rte|json:extension|blocks|group|content_types...] [--columns
108- <value>] [--sort <value>] [--filter <value>] [--csv] [--no-truncate] [--no-header] [--output csv|json|yaml]
107+ content-types|global-fields|entries|extensions|workflows|custom-roles|assets|field-rules|composable-studio...]
108+ [--copy-path <value> --copy-dir] [--fix-only
109+ reference|global_field|json:rte|json:extension|blocks|group|content_types...] [--columns <value>] [--sort <value>]
110+ [--filter <value>] [--csv] [--no-truncate] [--no-header] [--output csv|json|yaml]
109111
110112FLAGS
111113 --copy-dir Create backup from the original data.
112114 --copy-path=<value> Provide the path to backup the copied data
113115 --fix-only=<option>... Provide the list of fix options
114116 <options: reference|global_field|json:rte|json:extension|blocks|group|content_types>
115117 --modules=<option>... Provide the list of modules to be audited
116- <options:
117- content-types|global-fields|entries|extensions|workflows|custom-roles|assets|field-rules >
118+ <options: content-types|global-fields|entries|extensions|workflows|custom-roles|assets|field-r
119+ ules|composable-studio >
118120 --report-path=<value> Path to store the audit reports
119121
120122COMMON FLAGS
@@ -160,13 +162,14 @@ Perform audits and find possible errors in the exported Contentstack data
160162```
161163USAGE
162164 $ csdx cm:stacks:audit [-c <value>] [-d <value>] [--show-console-output] [--report-path <value>] [--modules
163- content-types|global-fields|entries|extensions|workflows|custom-roles|assets|field-rules...] [--columns <value>]
164- [--sort <value>] [--filter <value>] [--csv] [--no-truncate] [--no-header] [--output csv|json|yaml]
165+ content-types|global-fields|entries|extensions|workflows|custom-roles|assets|field-rules|composable-studio...]
166+ [--columns <value>] [--sort <value>] [--filter <value>] [--csv] [--no-truncate] [--no-header] [--output
167+ csv|json|yaml]
165168
166169FLAGS
167170 --modules=<option>... Provide the list of modules to be audited
168- <options:
169- content-types|global-fields|entries|extensions|workflows|custom-roles|assets|field-rules >
171+ <options: content-types|global-fields|entries|extensions|workflows|custom-roles|assets|field-ru
172+ les|composable-studio >
170173 --report-path=<value> Path to store the audit reports
171174
172175COMMON FLAGS
@@ -212,18 +215,19 @@ Perform audits and fix possible errors in the exported Contentstack data.
212215```
213216USAGE
214217 $ csdx cm:stacks:audit:fix [-c <value>] [-d <value>] [--show-console-output] [--report-path <value>] [--modules
215- content-types|global-fields|entries|extensions|workflows|custom-roles|assets|field-rules...] [--copy-path <value>
216- --copy-dir] [--fix-only reference|global_field|json:rte|json:extension|blocks|group|content_types...] [--columns
217- <value>] [--sort <value>] [--filter <value>] [--csv] [--no-truncate] [--no-header] [--output csv|json|yaml]
218+ content-types|global-fields|entries|extensions|workflows|custom-roles|assets|field-rules|composable-studio...]
219+ [--copy-path <value> --copy-dir] [--fix-only
220+ reference|global_field|json:rte|json:extension|blocks|group|content_types...] [--columns <value>] [--sort <value>]
221+ [--filter <value>] [--csv] [--no-truncate] [--no-header] [--output csv|json|yaml]
218222
219223FLAGS
220224 --copy-dir Create backup from the original data.
221225 --copy-path=<value> Provide the path to backup the copied data
222226 --fix-only=<option>... Provide the list of fix options
223227 <options: reference|global_field|json:rte|json:extension|blocks|group|content_types>
224228 --modules=<option>... Provide the list of modules to be audited
225- <options:
226- content-types|global-fields|entries|extensions|workflows|custom-roles|assets|field-rules >
229+ <options: content-types|global-fields|entries|extensions|workflows|custom-roles|assets|field-r
230+ ules|composable-studio >
227231 --report-path=<value> Path to store the audit reports
228232
229233COMMON FLAGS
0 commit comments