@@ -19,7 +19,7 @@ $ npm install -g @contentstack/cli-audit
1919$ csdx COMMAND
2020running command...
2121$ csdx (--version| -v)
22- @contentstack/cli-audit/1.9.1 darwin-arm64 node-v22.14.0
22+ @contentstack/cli-audit/1.10.0 darwin-arm64 node-v22.13.1
2323$ csdx --help [COMMAND]
2424USAGE
2525 $ csdx COMMAND
3434* [ ` csdx audit:fix ` ] ( #csdx-auditfix )
3535* [ ` csdx cm:stacks:audit ` ] ( #csdx-cmstacksaudit )
3636* [ ` csdx cm:stacks:audit:fix ` ] ( #csdx-cmstacksauditfix )
37- * [ ` csdx help [COMMANDS ] ` ] ( #csdx-help-commands )
37+ * [ ` csdx help [COMMAND ] ` ] ( #csdx-help-command )
3838* [ ` csdx plugins ` ] ( #csdx-plugins )
3939* [ ` csdx plugins:add PLUGIN ` ] ( #csdx-pluginsadd-plugin )
4040* [ ` csdx plugins:inspect PLUGIN... ` ] ( #csdx-pluginsinspect-plugin )
@@ -52,21 +52,28 @@ Perform audits and find possible errors in the exported Contentstack data
5252
5353```
5454USAGE
55- $ csdx audit [--report-path <value>] [--modules
56- content-types|global-fields|entries|extensions|workflows|custom-roles|assets] [--columns <value> | ] [--sort
57- <value>] [--filter <value>] [--csv | --no-truncate]
55+ $ csdx audit [-c <value>] [-d <value>] [- -report-path <value>] [--modules
56+ content-types|global-fields|entries|extensions|workflows|custom-roles|assets... ] [--columns <value>] [--sort
57+ <value>] [--filter <value>] [--csv] [ --no-truncate] [--no-header] [--output csv|json|yaml ]
5858
5959FLAGS
6060 --modules=<option>... Provide the list of modules to be audited
6161 <options: content-types|global-fields|entries|extensions|workflows|custom-roles|assets>
6262 --report-path=<value> Path to store the audit reports
6363
64+ COMMON FLAGS
65+ -c, --config=<value> Path of the external config
66+ -d, --data-dir=<value> Path where the data is stored
67+
6468TABLE FLAGS
65- --columns=<value> Show only the specified columns (comma-separated)
66- --csv The output is in the CSV format [alias: --output=csv]
67- --filter=<value> Filter property by partial string matching. For example: name=foo
68- --no-truncate The output is not truncated to fit the screen
69- --sort=<value> Property to sort by (prepend '-' for descending)
69+ --columns=<value> Specify columns to display, comma-separated.
70+ --csv Output results in CSV format.
71+ --filter=<value> Filter rows by a column value (e.g., name=foo).
72+ --no-header Hide table headers in output.
73+ --no-truncate Prevent truncation of long text in columns.
74+ --output=<option> Specify output format: csv, json, or yaml.
75+ <options: csv|json|yaml>
76+ --sort=<value> Sort the table by a column. Use "-" for descending.
7077
7178DESCRIPTION
7279 Perform audits and find possible errors in the exported Contentstack data
@@ -93,10 +100,10 @@ Perform audits and fix possible errors in the exported Contentstack data.
93100
94101```
95102USAGE
96- $ csdx audit:fix [--report-path <value>] [--modules
97- content-types|global-fields|entries|extensions|workflows|custom-roles|assets] [--copy-path <value> --copy-dir]
98- [--fix-only reference|global_field|json:rte|json:extension|blocks|group|content_types] [--columns <value> | ]
99- [--sort <value>] [--filter <value>] [--csv | --no-truncate]
103+ $ csdx audit:fix [-c <value>] [-d <value>] [- -report-path <value>] [--modules
104+ content-types|global-fields|entries|extensions|workflows|custom-roles|assets... ] [--copy-path <value> --copy-dir]
105+ [--fix-only reference|global_field|json:rte|json:extension|blocks|group|content_types... ] [--columns <value>]
106+ [--sort <value>] [--filter <value>] [--csv] [ --no-truncate] [--no-header] [--output csv|json|yaml ]
100107
101108FLAGS
102109 --copy-dir Create backup from the original data.
@@ -107,12 +114,19 @@ FLAGS
107114 <options: content-types|global-fields|entries|extensions|workflows|custom-roles|assets>
108115 --report-path=<value> Path to store the audit reports
109116
117+ COMMON FLAGS
118+ -c, --config=<value> Path of the external config
119+ -d, --data-dir=<value> Path where the data is stored
120+
110121TABLE FLAGS
111- --columns=<value> Show only the specified columns (comma-separated)
112- --csv The output is in the CSV format [alias: --output=csv]
113- --filter=<value> Filter property by partial string matching. For example: name=foo
114- --no-truncate The output is not truncated to fit the screen
115- --sort=<value> Property to sort by (prepend '-' for descending)
122+ --columns=<value> Specify columns to display, comma-separated.
123+ --csv Output results in CSV format.
124+ --filter=<value> Filter rows by a column value (e.g., name=foo).
125+ --no-header Hide table headers in output.
126+ --no-truncate Prevent truncation of long text in columns.
127+ --output=<option> Specify output format: csv, json, or yaml.
128+ <options: csv|json|yaml>
129+ --sort=<value> Sort the table by a column. Use "-" for descending.
116130
117131DESCRIPTION
118132 Perform audits and fix possible errors in the exported Contentstack data.
@@ -141,21 +155,28 @@ Perform audits and find possible errors in the exported Contentstack data
141155
142156```
143157USAGE
144- $ csdx cm:stacks:audit [--report-path <value>] [--modules
145- content-types|global-fields|entries|extensions|workflows|custom-roles|assets] [--columns <value> | ] [--sort
146- <value>] [--filter <value>] [--csv | --no-truncate]
158+ $ csdx cm:stacks:audit [-c <value>] [-d <value>] [- -report-path <value>] [--modules
159+ content-types|global-fields|entries|extensions|workflows|custom-roles|assets... ] [--columns <value>] [--sort
160+ <value>] [--filter <value>] [--csv] [ --no-truncate] [--no-header] [--output csv|json|yaml ]
147161
148162FLAGS
149163 --modules=<option>... Provide the list of modules to be audited
150164 <options: content-types|global-fields|entries|extensions|workflows|custom-roles|assets>
151165 --report-path=<value> Path to store the audit reports
152166
167+ COMMON FLAGS
168+ -c, --config=<value> Path of the external config
169+ -d, --data-dir=<value> Path where the data is stored
170+
153171TABLE FLAGS
154- --columns=<value> Show only the specified columns (comma-separated)
155- --csv The output is in the CSV format [alias: --output=csv]
156- --filter=<value> Filter property by partial string matching. For example: name=foo
157- --no-truncate The output is not truncated to fit the screen
158- --sort=<value> Property to sort by (prepend '-' for descending)
172+ --columns=<value> Specify columns to display, comma-separated.
173+ --csv Output results in CSV format.
174+ --filter=<value> Filter rows by a column value (e.g., name=foo).
175+ --no-header Hide table headers in output.
176+ --no-truncate Prevent truncation of long text in columns.
177+ --output=<option> Specify output format: csv, json, or yaml.
178+ <options: csv|json|yaml>
179+ --sort=<value> Sort the table by a column. Use "-" for descending.
159180
160181DESCRIPTION
161182 Perform audits and find possible errors in the exported Contentstack data
@@ -184,10 +205,10 @@ Perform audits and fix possible errors in the exported Contentstack data.
184205
185206```
186207USAGE
187- $ csdx cm:stacks:audit:fix [--report-path <value>] [--modules
188- content-types|global-fields|entries|extensions|workflows|custom-roles|assets] [--copy-path <value> --copy-dir]
189- [--fix-only reference|global_field|json:rte|json:extension|blocks|group|content_types] [--columns <value> | ]
190- [--sort <value>] [--filter <value>] [--csv | --no-truncate]
208+ $ csdx cm:stacks:audit:fix [-c <value>] [-d <value>] [- -report-path <value>] [--modules
209+ content-types|global-fields|entries|extensions|workflows|custom-roles|assets... ] [--copy-path <value> --copy-dir]
210+ [--fix-only reference|global_field|json:rte|json:extension|blocks|group|content_types... ] [--columns <value>]
211+ [--sort <value>] [--filter <value>] [--csv] [ --no-truncate] [--no-header] [--output csv|json|yaml ]
191212
192213FLAGS
193214 --copy-dir Create backup from the original data.
@@ -198,12 +219,19 @@ FLAGS
198219 <options: content-types|global-fields|entries|extensions|workflows|custom-roles|assets>
199220 --report-path=<value> Path to store the audit reports
200221
222+ COMMON FLAGS
223+ -c, --config=<value> Path of the external config
224+ -d, --data-dir=<value> Path where the data is stored
225+
201226TABLE FLAGS
202- --columns=<value> Show only the specified columns (comma-separated)
203- --csv The output is in the CSV format [alias: --output=csv]
204- --filter=<value> Filter property by partial string matching. For example: name=foo
205- --no-truncate The output is not truncated to fit the screen
206- --sort=<value> Property to sort by (prepend '-' for descending)
227+ --columns=<value> Specify columns to display, comma-separated.
228+ --csv Output results in CSV format.
229+ --filter=<value> Filter rows by a column value (e.g., name=foo).
230+ --no-header Hide table headers in output.
231+ --no-truncate Prevent truncation of long text in columns.
232+ --output=<option> Specify output format: csv, json, or yaml.
233+ <options: csv|json|yaml>
234+ --sort=<value> Sort the table by a column. Use "-" for descending.
207235
208236DESCRIPTION
209237 Perform audits and fix possible errors in the exported Contentstack data.
@@ -228,16 +256,16 @@ EXAMPLES
228256
229257_ See code: [ src/commands/cm/stacks/audit/fix.ts] ( https://github.com/contentstack/audit/blob/main/packages/contentstack-audit/src/commands/cm/stacks/audit/fix.ts ) _
230258
231- ## ` csdx help [COMMANDS ] `
259+ ## ` csdx help [COMMAND ] `
232260
233261Display help for csdx.
234262
235263```
236264USAGE
237- $ csdx help [COMMANDS ] [-n]
265+ $ csdx help [COMMAND... ] [-n]
238266
239267ARGUMENTS
240- COMMANDS Command to show help for.
268+ COMMAND... Command to show help for.
241269
242270FLAGS
243271 -n, --nested-commands Include all nested commands in the output.
@@ -246,7 +274,7 @@ DESCRIPTION
246274 Display help for csdx.
247275```
248276
249- _ See code: [ @oclif/plugin-help ] ( https://github.com/oclif/plugin-help/blob/v5 .2.20 /src/commands/help.ts ) _
277+ _ See code: [ @oclif/plugin-help ] ( https://github.com/oclif/plugin-help/blob/v6 .2.27 /src/commands/help.ts ) _
250278
251279## ` csdx plugins `
252280
@@ -277,10 +305,10 @@ Installs a plugin into csdx.
277305
278306```
279307USAGE
280- $ csdx plugins:add PLUGIN [--json] [-f] [-h] [-s | -v]
308+ $ csdx plugins:add PLUGIN... [--json] [-f] [-h] [-s | -v]
281309
282310ARGUMENTS
283- PLUGIN Plugin to install.
311+ PLUGIN... Plugin to install.
284312
285313FLAGS
286314 -f, --force Force npm to fetch remote resources even if a local copy exists on disk.
@@ -327,7 +355,7 @@ USAGE
327355 $ csdx plugins:inspect PLUGIN...
328356
329357ARGUMENTS
330- PLUGIN [default: .] Plugin to inspect.
358+ PLUGIN... [default: .] Plugin to inspect.
331359
332360FLAGS
333361 -h, --help Show CLI help.
@@ -351,10 +379,10 @@ Installs a plugin into csdx.
351379
352380```
353381USAGE
354- $ csdx plugins:install PLUGIN [--json] [-f] [-h] [-s | -v]
382+ $ csdx plugins:install PLUGIN... [--json] [-f] [-h] [-s | -v]
355383
356384ARGUMENTS
357- PLUGIN Plugin to install.
385+ PLUGIN... Plugin to install.
358386
359387FLAGS
360388 -f, --force Force npm to fetch remote resources even if a local copy exists on disk.
@@ -406,9 +434,9 @@ ARGUMENTS
406434 PATH [default: .] path to plugin
407435
408436FLAGS
409- -h, --help Show CLI help.
437+ -h, --help Show CLI help.
410438 -v, --verbose
411- --[no-]install Install dependencies after linking the plugin.
439+ --[no-]install Install dependencies after linking the plugin.
412440
413441DESCRIPTION
414442 Links a plugin into the CLI for development.
@@ -431,10 +459,10 @@ Removes a plugin from the CLI.
431459
432460```
433461USAGE
434- $ csdx plugins:remove [PLUGIN] [-h] [-v]
462+ $ csdx plugins:remove [PLUGIN... ] [-h] [-v]
435463
436464ARGUMENTS
437- PLUGIN plugin to uninstall
465+ PLUGIN... plugin to uninstall
438466
439467FLAGS
440468 -h, --help Show CLI help.
@@ -472,10 +500,10 @@ Removes a plugin from the CLI.
472500
473501```
474502USAGE
475- $ csdx plugins:uninstall [PLUGIN] [-h] [-v]
503+ $ csdx plugins:uninstall [PLUGIN... ] [-h] [-v]
476504
477505ARGUMENTS
478- PLUGIN plugin to uninstall
506+ PLUGIN... plugin to uninstall
479507
480508FLAGS
481509 -h, --help Show CLI help.
@@ -500,10 +528,10 @@ Removes a plugin from the CLI.
500528
501529```
502530USAGE
503- $ csdx plugins:unlink [PLUGIN] [-h] [-v]
531+ $ csdx plugins:unlink [PLUGIN... ] [-h] [-v]
504532
505533ARGUMENTS
506- PLUGIN plugin to uninstall
534+ PLUGIN... plugin to uninstall
507535
508536FLAGS
509537 -h, --help Show CLI help.
0 commit comments