@@ -121,7 +121,7 @@ Perform audits and find possible errors in the exported Contentstack data
121121
122122```
123123USAGE
124- $ csdx audit [-c <value>] [-d <value>] [--report-path <value>] [--modules
124+ $ csdx audit [-c <value>] [-d <value>] [-s] [- -report-path <value>] [--modules
125125 content-types|global-fields|entries|extensions|workflows|custom-roles|assets|field-rules...] [--columns <value>]
126126 [--sort <value>] [--filter <value>] [--csv] [--no-truncate] [--no-header] [--output csv|json|yaml]
127127
@@ -132,8 +132,9 @@ FLAGS
132132 --report-path=<value> Path to store the audit reports
133133
134134COMMON FLAGS
135- -c, --config=<value> Path of the external config
136- -d, --data-dir=<value> Path where the data is stored
135+ -c, --config=<value> Path of the external config
136+ -d, --data-dir=<value> Path where the data is stored
137+ -s, --show-console-output Display the audit and audit fix result for individual modules
137138
138139TABLE FLAGS
139140 --columns=<value> Specify columns to display, comma-separated.
@@ -170,7 +171,7 @@ Perform audits and fix possible errors in the exported Contentstack data.
170171
171172```
172173USAGE
173- $ csdx audit:fix [-c <value>] [-d <value>] [--report-path <value>] [--modules
174+ $ csdx audit:fix [-c <value>] [-d <value>] [-s] [- -report-path <value>] [--modules
174175 content-types|global-fields|entries|extensions|workflows|custom-roles|assets|field-rules...] [--copy-path <value>
175176 --copy-dir] [--fix-only reference|global_field|json:rte|json:extension|blocks|group|content_types...] [--columns
176177 <value>] [--sort <value>] [--filter <value>] [--csv] [--no-truncate] [--no-header] [--output csv|json|yaml]
@@ -186,8 +187,9 @@ FLAGS
186187 --report-path=<value> Path to store the audit reports
187188
188189COMMON FLAGS
189- -c, --config=<value> Path of the external config
190- -d, --data-dir=<value> Path where the data is stored
190+ -c, --config=<value> Path of the external config
191+ -d, --data-dir=<value> Path where the data is stored
192+ -s, --show-console-output Display the audit and audit fix result for individual modules
191193
192194TABLE FLAGS
193195 --columns=<value> Specify columns to display, comma-separated.
@@ -2617,7 +2619,7 @@ Perform audits and find possible errors in the exported Contentstack data
26172619
26182620```
26192621USAGE
2620- $ csdx cm:stacks:audit [-c <value>] [-d <value>] [--report-path <value>] [--modules
2622+ $ csdx cm:stacks:audit [-c <value>] [-d <value>] [-s] [- -report-path <value>] [--modules
26212623 content-types|global-fields|entries|extensions|workflows|custom-roles|assets|field-rules...] [--columns <value>]
26222624 [--sort <value>] [--filter <value>] [--csv] [--no-truncate] [--no-header] [--output csv|json|yaml]
26232625
@@ -2628,8 +2630,9 @@ FLAGS
26282630 --report-path=<value> Path to store the audit reports
26292631
26302632COMMON FLAGS
2631- -c, --config=<value> Path of the external config
2632- -d, --data-dir=<value> Path where the data is stored
2633+ -c, --config=<value> Path of the external config
2634+ -d, --data-dir=<value> Path where the data is stored
2635+ -s, --show-console-output Display the audit and audit fix result for individual modules
26332636
26342637TABLE FLAGS
26352638 --columns=<value> Specify columns to display, comma-separated.
@@ -2668,7 +2671,7 @@ Perform audits and fix possible errors in the exported Contentstack data.
26682671
26692672```
26702673USAGE
2671- $ csdx cm:stacks:audit:fix [-c <value>] [-d <value>] [--report-path <value>] [--modules
2674+ $ csdx cm:stacks:audit:fix [-c <value>] [-d <value>] [-s] [- -report-path <value>] [--modules
26722675 content-types|global-fields|entries|extensions|workflows|custom-roles|assets|field-rules...] [--copy-path <value>
26732676 --copy-dir] [--fix-only reference|global_field|json:rte|json:extension|blocks|group|content_types...] [--columns
26742677 <value>] [--sort <value>] [--filter <value>] [--csv] [--no-truncate] [--no-header] [--output csv|json|yaml]
@@ -2684,8 +2687,9 @@ FLAGS
26842687 --report-path=<value> Path to store the audit reports
26852688
26862689COMMON FLAGS
2687- -c, --config=<value> Path of the external config
2688- -d, --data-dir=<value> Path where the data is stored
2690+ -c, --config=<value> Path of the external config
2691+ -d, --data-dir=<value> Path where the data is stored
2692+ -s, --show-console-output Display the audit and audit fix result for individual modules
26892693
26902694TABLE FLAGS
26912695 --columns=<value> Specify columns to display, comma-separated.
@@ -3582,6 +3586,10 @@ EXAMPLES
35823586
35833587 $ csdx config:set:region EU
35843588
3589+ $ csdx config:set:region AWS-NA
3590+
3591+ $ csdx config:set:region AWS-EU
3592+
35853593 $ csdx config:set:region AZURE-NA
35863594
35873595 $ csdx config:set:region AZURE-EU
0 commit comments