@@ -19,7 +19,7 @@ $ npm install -g @contentstack/cli-audit
1919$ csdx COMMAND
2020running command...
2121$ csdx (--version| -v)
22- @contentstack/cli-audit/1.11 .0 darwin-arm64 node-v22.14 .0
22+ @contentstack/cli-audit/1.12 .0 darwin-arm64 node-v23.6 .0
2323$ csdx --help [COMMAND]
2424USAGE
2525 $ csdx COMMAND
@@ -52,7 +52,7 @@ Perform audits and find possible errors in the exported Contentstack data
5252
5353```
5454USAGE
55- $ csdx audit [-c <value>] [-d <value>] [--report-path <value>] [--modules
55+ $ csdx audit [-c <value>] [-d <value>] [--show-console-output] [-- 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
6363 --report-path=<value> Path to store the audit reports
6464
6565COMMON 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+ --show-console-output Display the audit and audit fix result for individual modules
6869
6970TABLE 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```
103104USAGE
104- $ csdx audit:fix [-c <value>] [-d <value>] [--report-path <value>] [--modules
105+ $ csdx audit:fix [-c <value>] [-d <value>] [--show-console-output] [-- 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
119120COMMON 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+ --show-console-output Display the audit and audit fix result for individual modules
122124
123125TABLE 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```
159161USAGE
160- $ csdx cm:stacks:audit [-c <value>] [-d <value>] [--report-path <value>] [--modules
162+ $ csdx cm:stacks:audit [-c <value>] [-d <value>] [--show-console-output] [-- 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
170172COMMON 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+ --show-console-output Display the audit and audit fix result for individual modules
173176
174177TABLE 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```
210213USAGE
211- $ csdx cm:stacks:audit:fix [-c <value>] [-d <value>] [--report-path <value>] [--modules
214+ $ csdx cm:stacks:audit:fix [-c <value>] [-d <value>] [--show-console-output] [-- 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
226229COMMON 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+ --show-console-output Display the audit and audit fix result for individual modules
229233
230234TABLE FLAGS
231235 --columns=<value> Specify columns to display, comma-separated.
0 commit comments