@@ -52,7 +52,7 @@ Perform audits and find possible errors in the exported Contentstack data
52
52
53
53
```
54
54
USAGE
55
- $ csdx audit [-c <value>] [-d <value>] [--report-path <value>] [--modules
55
+ $ csdx audit [-c <value>] [-d <value>] [-s] [- -report-path <value>] [--modules
56
56
content-types|global-fields|entries|extensions|workflows|custom-roles|assets|field-rules...] [--columns <value>]
57
57
[--sort <value>] [--filter <value>] [--csv] [--no-truncate] [--no-header] [--output csv|json|yaml]
58
58
63
63
--report-path=<value> Path to store the audit reports
64
64
65
65
COMMON 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
+ -s, --show-console-output Display the audit and audit fix result for individual modules
68
69
69
70
TABLE FLAGS
70
71
--columns=<value> Specify columns to display, comma-separated.
@@ -101,7 +102,7 @@ Perform audits and fix possible errors in the exported Contentstack data.
101
102
102
103
```
103
104
USAGE
104
- $ csdx audit:fix [-c <value>] [-d <value>] [--report-path <value>] [--modules
105
+ $ csdx audit:fix [-c <value>] [-d <value>] [-s] [- -report-path <value>] [--modules
105
106
content-types|global-fields|entries|extensions|workflows|custom-roles|assets|field-rules...] [--copy-path <value>
106
107
--copy-dir] [--fix-only reference|global_field|json:rte|json:extension|blocks|group|content_types...] [--columns
107
108
<value>] [--sort <value>] [--filter <value>] [--csv] [--no-truncate] [--no-header] [--output csv|json|yaml]
@@ -117,8 +118,9 @@ FLAGS
117
118
--report-path=<value> Path to store the audit reports
118
119
119
120
COMMON 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
+ -s, --show-console-output Display the audit and audit fix result for individual modules
122
124
123
125
TABLE FLAGS
124
126
--columns=<value> Specify columns to display, comma-separated.
@@ -157,7 +159,7 @@ Perform audits and find possible errors in the exported Contentstack data
157
159
158
160
```
159
161
USAGE
160
- $ csdx cm:stacks:audit [-c <value>] [-d <value>] [--report-path <value>] [--modules
162
+ $ csdx cm:stacks:audit [-c <value>] [-d <value>] [-s] [- -report-path <value>] [--modules
161
163
content-types|global-fields|entries|extensions|workflows|custom-roles|assets|field-rules...] [--columns <value>]
162
164
[--sort <value>] [--filter <value>] [--csv] [--no-truncate] [--no-header] [--output csv|json|yaml]
163
165
@@ -168,8 +170,9 @@ FLAGS
168
170
--report-path=<value> Path to store the audit reports
169
171
170
172
COMMON 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
+ -s, --show-console-output Display the audit and audit fix result for individual modules
173
176
174
177
TABLE FLAGS
175
178
--columns=<value> Specify columns to display, comma-separated.
@@ -208,7 +211,7 @@ Perform audits and fix possible errors in the exported Contentstack data.
208
211
209
212
```
210
213
USAGE
211
- $ csdx cm:stacks:audit:fix [-c <value>] [-d <value>] [--report-path <value>] [--modules
214
+ $ csdx cm:stacks:audit:fix [-c <value>] [-d <value>] [-s] [- -report-path <value>] [--modules
212
215
content-types|global-fields|entries|extensions|workflows|custom-roles|assets|field-rules...] [--copy-path <value>
213
216
--copy-dir] [--fix-only reference|global_field|json:rte|json:extension|blocks|group|content_types...] [--columns
214
217
<value>] [--sort <value>] [--filter <value>] [--csv] [--no-truncate] [--no-header] [--output csv|json|yaml]
@@ -224,8 +227,9 @@ FLAGS
224
227
--report-path=<value> Path to store the audit reports
225
228
226
229
COMMON 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
+ -s, --show-console-output Display the audit and audit fix result for individual modules
229
233
230
234
TABLE FLAGS
231
235
--columns=<value> Specify columns to display, comma-separated.
0 commit comments