@@ -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>] [-s ] [--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
6565COMMON FLAGS
6666 -c, --config=<value> Path of the external config
6767 -d, --data-dir=<value> Path where the data is stored
68- -s, --show-console-output Display the audit and audit fix result for individual modules
68+ --show-console-output Display the audit and audit fix result for individual modules
6969
7070TABLE FLAGS
7171 --columns=<value> Specify columns to display, comma-separated.
@@ -102,7 +102,7 @@ Perform audits and fix possible errors in the exported Contentstack data.
102102
103103```
104104USAGE
105- $ csdx audit:fix [-c <value>] [-d <value>] [-s ] [--report-path <value>] [--modules
105+ $ csdx audit:fix [-c <value>] [-d <value>] [--show-console-output ] [--report-path <value>] [--modules
106106 content-types|global-fields|entries|extensions|workflows|custom-roles|assets|field-rules...] [--copy-path <value>
107107 --copy-dir] [--fix-only reference|global_field|json:rte|json:extension|blocks|group|content_types...] [--columns
108108 <value>] [--sort <value>] [--filter <value>] [--csv] [--no-truncate] [--no-header] [--output csv|json|yaml]
@@ -120,7 +120,7 @@ FLAGS
120120COMMON FLAGS
121121 -c, --config=<value> Path of the external config
122122 -d, --data-dir=<value> Path where the data is stored
123- -s, --show-console-output Display the audit and audit fix result for individual modules
123+ --show-console-output Display the audit and audit fix result for individual modules
124124
125125TABLE FLAGS
126126 --columns=<value> Specify columns to display, comma-separated.
@@ -159,7 +159,7 @@ Perform audits and find possible errors in the exported Contentstack data
159159
160160```
161161USAGE
162- $ csdx cm:stacks:audit [-c <value>] [-d <value>] [-s ] [--report-path <value>] [--modules
162+ $ csdx cm:stacks:audit [-c <value>] [-d <value>] [--show-console-output ] [--report-path <value>] [--modules
163163 content-types|global-fields|entries|extensions|workflows|custom-roles|assets|field-rules...] [--columns <value>]
164164 [--sort <value>] [--filter <value>] [--csv] [--no-truncate] [--no-header] [--output csv|json|yaml]
165165
@@ -172,7 +172,7 @@ FLAGS
172172COMMON FLAGS
173173 -c, --config=<value> Path of the external config
174174 -d, --data-dir=<value> Path where the data is stored
175- -s, --show-console-output Display the audit and audit fix result for individual modules
175+ --show-console-output Display the audit and audit fix result for individual modules
176176
177177TABLE FLAGS
178178 --columns=<value> Specify columns to display, comma-separated.
@@ -211,7 +211,7 @@ Perform audits and fix possible errors in the exported Contentstack data.
211211
212212```
213213USAGE
214- $ csdx cm:stacks:audit:fix [-c <value>] [-d <value>] [-s ] [--report-path <value>] [--modules
214+ $ csdx cm:stacks:audit:fix [-c <value>] [-d <value>] [--show-console-output ] [--report-path <value>] [--modules
215215 content-types|global-fields|entries|extensions|workflows|custom-roles|assets|field-rules...] [--copy-path <value>
216216 --copy-dir] [--fix-only reference|global_field|json:rte|json:extension|blocks|group|content_types...] [--columns
217217 <value>] [--sort <value>] [--filter <value>] [--csv] [--no-truncate] [--no-header] [--output csv|json|yaml]
@@ -229,7 +229,7 @@ FLAGS
229229COMMON FLAGS
230230 -c, --config=<value> Path of the external config
231231 -d, --data-dir=<value> Path where the data is stored
232- -s, --show-console-output Display the audit and audit fix result for individual modules
232+ --show-console-output Display the audit and audit fix result for individual modules
233233
234234TABLE FLAGS
235235 --columns=<value> Specify columns to display, comma-separated.
0 commit comments