@@ -19,7 +19,7 @@ $ npm install -g @contentstack/cli-audit
1919$ csdx COMMAND
2020running command...
2121$ csdx (--version| -v)
22- @contentstack/cli-audit/1.10.0 darwin-arm64 node-v22.13.1
22+ @contentstack/cli-audit/1.10.0 darwin-arm64 node-v22.14.0
2323$ csdx --help [COMMAND]
2424USAGE
2525 $ csdx COMMAND
@@ -53,12 +53,13 @@ Perform audits and find possible errors in the exported Contentstack data
5353```
5454USAGE
5555 $ csdx audit [-c <value>] [-d <value>] [--report-path <value>] [--modules
56- content-types|global-fields|entries|extensions|workflows|custom-roles|assets...] [--columns <value>] [--sort
57- <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 ...] [--columns <value>]
57+ [--sort <value>] [--filter <value>] [--csv] [--no-truncate] [--no-header] [--output csv|json|yaml]
5858
5959FLAGS
6060 --modules=<option>... Provide the list of modules to be audited
61- <options: content-types|global-fields|entries|extensions|workflows|custom-roles|assets>
61+ <options:
62+ content-types|global-fields|entries|extensions|workflows|custom-roles|assets|field-rules>
6263 --report-path=<value> Path to store the audit reports
6364
6465COMMON FLAGS
@@ -101,17 +102,18 @@ Perform audits and fix possible errors in the exported Contentstack data.
101102```
102103USAGE
103104 $ csdx audit:fix [-c <value>] [-d <value>] [--report-path <value>] [--modules
104- content-types|global-fields|entries|extensions|workflows|custom-roles|assets...] [--copy-path <value> --copy-dir]
105- [--fix-only reference|global_field|json:rte|json:extension|blocks|group|content_types...] [--columns <value>]
106- [--sort <value>] [--filter <value>] [--csv] [--no-truncate] [--no-header] [--output csv|json|yaml]
105+ content-types|global-fields|entries|extensions|workflows|custom-roles|assets|field-rules ...] [--copy-path <value>
106+ --copy-dir] [--fix-only reference|global_field|json:rte|json:extension|blocks|group|content_types...] [--columns
107+ <value>] [--sort <value>] [--filter <value>] [--csv] [--no-truncate] [--no-header] [--output csv|json|yaml]
107108
108109FLAGS
109110 --copy-dir Create backup from the original data.
110111 --copy-path=<value> Provide the path to backup the copied data
111112 --fix-only=<option>... Provide the list of fix options
112113 <options: reference|global_field|json:rte|json:extension|blocks|group|content_types>
113114 --modules=<option>... Provide the list of modules to be audited
114- <options: content-types|global-fields|entries|extensions|workflows|custom-roles|assets>
115+ <options:
116+ content-types|global-fields|entries|extensions|workflows|custom-roles|assets|field-rules>
115117 --report-path=<value> Path to store the audit reports
116118
117119COMMON FLAGS
@@ -156,12 +158,13 @@ Perform audits and find possible errors in the exported Contentstack data
156158```
157159USAGE
158160 $ csdx cm:stacks:audit [-c <value>] [-d <value>] [--report-path <value>] [--modules
159- content-types|global-fields|entries|extensions|workflows|custom-roles|assets...] [--columns <value>] [--sort
160- <value>] [--filter <value>] [--csv] [--no-truncate] [--no-header] [--output csv|json|yaml]
161+ content-types|global-fields|entries|extensions|workflows|custom-roles|assets|field-rules ...] [--columns <value>]
162+ [--sort <value>] [--filter <value>] [--csv] [--no-truncate] [--no-header] [--output csv|json|yaml]
161163
162164FLAGS
163165 --modules=<option>... Provide the list of modules to be audited
164- <options: content-types|global-fields|entries|extensions|workflows|custom-roles|assets>
166+ <options:
167+ content-types|global-fields|entries|extensions|workflows|custom-roles|assets|field-rules>
165168 --report-path=<value> Path to store the audit reports
166169
167170COMMON FLAGS
@@ -206,17 +209,18 @@ Perform audits and fix possible errors in the exported Contentstack data.
206209```
207210USAGE
208211 $ csdx cm:stacks:audit:fix [-c <value>] [-d <value>] [--report-path <value>] [--modules
209- content-types|global-fields|entries|extensions|workflows|custom-roles|assets...] [--copy-path <value> --copy-dir]
210- [--fix-only reference|global_field|json:rte|json:extension|blocks|group|content_types...] [--columns <value>]
211- [--sort <value>] [--filter <value>] [--csv] [--no-truncate] [--no-header] [--output csv|json|yaml]
212+ content-types|global-fields|entries|extensions|workflows|custom-roles|assets|field-rules ...] [--copy-path <value>
213+ --copy-dir] [--fix-only reference|global_field|json:rte|json:extension|blocks|group|content_types...] [--columns
214+ <value>] [--sort <value>] [--filter <value>] [--csv] [--no-truncate] [--no-header] [--output csv|json|yaml]
212215
213216FLAGS
214217 --copy-dir Create backup from the original data.
215218 --copy-path=<value> Provide the path to backup the copied data
216219 --fix-only=<option>... Provide the list of fix options
217220 <options: reference|global_field|json:rte|json:extension|blocks|group|content_types>
218221 --modules=<option>... Provide the list of modules to be audited
219- <options: content-types|global-fields|entries|extensions|workflows|custom-roles|assets>
222+ <options:
223+ content-types|global-fields|entries|extensions|workflows|custom-roles|assets|field-rules>
220224 --report-path=<value> Path to store the audit reports
221225
222226COMMON FLAGS
0 commit comments