@@ -19,7 +19,7 @@ $ npm install -g @contentstack/cli-audit
19
19
$ csdx COMMAND
20
20
running command...
21
21
$ 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
23
23
$ csdx --help [COMMAND]
24
24
USAGE
25
25
$ csdx COMMAND
@@ -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>] [-s ] [--report-path <value>] [--modules
55
+ $ csdx audit [-c <value>] [-d <value>] [--show-console-output ] [--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
65
65
COMMON FLAGS
66
66
-c, --config=<value> Path of the external config
67
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
+ --show-console-output Display the audit and audit fix result for individual modules
69
69
70
70
TABLE FLAGS
71
71
--columns=<value> Specify columns to display, comma-separated.
@@ -102,7 +102,7 @@ Perform audits and fix possible errors in the exported Contentstack data.
102
102
103
103
```
104
104
USAGE
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
106
106
content-types|global-fields|entries|extensions|workflows|custom-roles|assets|field-rules...] [--copy-path <value>
107
107
--copy-dir] [--fix-only reference|global_field|json:rte|json:extension|blocks|group|content_types...] [--columns
108
108
<value>] [--sort <value>] [--filter <value>] [--csv] [--no-truncate] [--no-header] [--output csv|json|yaml]
@@ -120,7 +120,7 @@ FLAGS
120
120
COMMON FLAGS
121
121
-c, --config=<value> Path of the external config
122
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
123
+ --show-console-output Display the audit and audit fix result for individual modules
124
124
125
125
TABLE FLAGS
126
126
--columns=<value> Specify columns to display, comma-separated.
@@ -159,7 +159,7 @@ Perform audits and find possible errors in the exported Contentstack data
159
159
160
160
```
161
161
USAGE
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
163
163
content-types|global-fields|entries|extensions|workflows|custom-roles|assets|field-rules...] [--columns <value>]
164
164
[--sort <value>] [--filter <value>] [--csv] [--no-truncate] [--no-header] [--output csv|json|yaml]
165
165
@@ -172,7 +172,7 @@ FLAGS
172
172
COMMON FLAGS
173
173
-c, --config=<value> Path of the external config
174
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
175
+ --show-console-output Display the audit and audit fix result for individual modules
176
176
177
177
TABLE FLAGS
178
178
--columns=<value> Specify columns to display, comma-separated.
@@ -211,7 +211,7 @@ Perform audits and fix possible errors in the exported Contentstack data.
211
211
212
212
```
213
213
USAGE
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
215
215
content-types|global-fields|entries|extensions|workflows|custom-roles|assets|field-rules...] [--copy-path <value>
216
216
--copy-dir] [--fix-only reference|global_field|json:rte|json:extension|blocks|group|content_types...] [--columns
217
217
<value>] [--sort <value>] [--filter <value>] [--csv] [--no-truncate] [--no-header] [--output csv|json|yaml]
@@ -229,7 +229,7 @@ FLAGS
229
229
COMMON FLAGS
230
230
-c, --config=<value> Path of the external config
231
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
232
+ --show-console-output Display the audit and audit fix result for individual modules
233
233
234
234
TABLE FLAGS
235
235
--columns=<value> Specify columns to display, comma-separated.
0 commit comments