@@ -19,7 +19,7 @@ $ npm install -g @contentstack/cli-audit
1919$ csdx COMMAND
2020running command...
2121$ csdx (--version| -v)
22- @contentstack/cli-audit/1.16.2 darwin-arm64 node-v22 .13.1
22+ @contentstack/cli-audit/1.17.1 darwin-arm64 node-v24 .13.0
2323$ csdx --help [COMMAND]
2424USAGE
2525 $ csdx COMMAND
@@ -53,13 +53,14 @@ Perform audits and find possible errors in the exported Contentstack data
5353```
5454USAGE
5555 $ csdx audit [-c <value>] [-d <value>] [--show-console-output] [--report-path <value>] [--modules
56- content-types|global-fields|entries|extensions|workflows|custom-roles|assets|field-rules...] [--columns <value>]
57- [--sort <value>] [--filter <value>] [--csv] [--no-truncate] [--no-header] [--output csv|json|yaml]
56+ content-types|global-fields|entries|extensions|workflows|custom-roles|assets|field-rules|composable-studio...]
57+ [--columns <value>] [--sort <value>] [--filter <value>] [--csv] [--no-truncate] [--no-header] [--output
58+ csv|json|yaml]
5859
5960FLAGS
6061 --modules=<option>... Provide the list of modules to be audited
61- <options:
62- content-types|global-fields|entries|extensions|workflows|custom-roles|assets|field-rules >
62+ <options: content-types|global-fields|entries|extensions|workflows|custom-roles|assets|field-ru
63+ les|composable-studio >
6364 --report-path=<value> Path to store the audit reports
6465
6566COMMON FLAGS
@@ -103,18 +104,19 @@ Perform audits and fix possible errors in the exported Contentstack data.
103104```
104105USAGE
105106 $ csdx audit:fix [-c <value>] [-d <value>] [--show-console-output] [--report-path <value>] [--modules
106- content-types|global-fields|entries|extensions|workflows|custom-roles|assets|field-rules...] [--copy-path <value>
107- --copy-dir] [--fix-only reference|global_field|json:rte|json:extension|blocks|group|content_types...] [--columns
108- <value>] [--sort <value>] [--filter <value>] [--csv] [--no-truncate] [--no-header] [--output csv|json|yaml]
107+ content-types|global-fields|entries|extensions|workflows|custom-roles|assets|field-rules|composable-studio...]
108+ [--copy-path <value> --copy-dir] [--fix-only
109+ reference|global_field|json:rte|json:extension|blocks|group|content_types...] [--columns <value>] [--sort <value>]
110+ [--filter <value>] [--csv] [--no-truncate] [--no-header] [--output csv|json|yaml]
109111
110112FLAGS
111113 --copy-dir Create backup from the original data.
112114 --copy-path=<value> Provide the path to backup the copied data
113115 --fix-only=<option>... Provide the list of fix options
114116 <options: reference|global_field|json:rte|json:extension|blocks|group|content_types>
115117 --modules=<option>... Provide the list of modules to be audited
116- <options:
117- content-types|global-fields|entries|extensions|workflows|custom-roles|assets|field-rules >
118+ <options: content-types|global-fields|entries|extensions|workflows|custom-roles|assets|field-r
119+ ules|composable-studio >
118120 --report-path=<value> Path to store the audit reports
119121
120122COMMON FLAGS
@@ -160,13 +162,14 @@ Perform audits and find possible errors in the exported Contentstack data
160162```
161163USAGE
162164 $ csdx cm:stacks:audit [-c <value>] [-d <value>] [--show-console-output] [--report-path <value>] [--modules
163- content-types|global-fields|entries|extensions|workflows|custom-roles|assets|field-rules...] [--columns <value>]
164- [--sort <value>] [--filter <value>] [--csv] [--no-truncate] [--no-header] [--output csv|json|yaml]
165+ content-types|global-fields|entries|extensions|workflows|custom-roles|assets|field-rules|composable-studio...]
166+ [--columns <value>] [--sort <value>] [--filter <value>] [--csv] [--no-truncate] [--no-header] [--output
167+ csv|json|yaml]
165168
166169FLAGS
167170 --modules=<option>... Provide the list of modules to be audited
168- <options:
169- content-types|global-fields|entries|extensions|workflows|custom-roles|assets|field-rules >
171+ <options: content-types|global-fields|entries|extensions|workflows|custom-roles|assets|field-ru
172+ les|composable-studio >
170173 --report-path=<value> Path to store the audit reports
171174
172175COMMON FLAGS
@@ -212,18 +215,19 @@ Perform audits and fix possible errors in the exported Contentstack data.
212215```
213216USAGE
214217 $ csdx cm:stacks:audit:fix [-c <value>] [-d <value>] [--show-console-output] [--report-path <value>] [--modules
215- content-types|global-fields|entries|extensions|workflows|custom-roles|assets|field-rules...] [--copy-path <value>
216- --copy-dir] [--fix-only reference|global_field|json:rte|json:extension|blocks|group|content_types...] [--columns
217- <value>] [--sort <value>] [--filter <value>] [--csv] [--no-truncate] [--no-header] [--output csv|json|yaml]
218+ content-types|global-fields|entries|extensions|workflows|custom-roles|assets|field-rules|composable-studio...]
219+ [--copy-path <value> --copy-dir] [--fix-only
220+ reference|global_field|json:rte|json:extension|blocks|group|content_types...] [--columns <value>] [--sort <value>]
221+ [--filter <value>] [--csv] [--no-truncate] [--no-header] [--output csv|json|yaml]
218222
219223FLAGS
220224 --copy-dir Create backup from the original data.
221225 --copy-path=<value> Provide the path to backup the copied data
222226 --fix-only=<option>... Provide the list of fix options
223227 <options: reference|global_field|json:rte|json:extension|blocks|group|content_types>
224228 --modules=<option>... Provide the list of modules to be audited
225- <options:
226- content-types|global-fields|entries|extensions|workflows|custom-roles|assets|field-rules >
229+ <options: content-types|global-fields|entries|extensions|workflows|custom-roles|assets|field-r
230+ ules|composable-studio >
227231 --report-path=<value> Path to store the audit reports
228232
229233COMMON FLAGS
@@ -282,7 +286,7 @@ DESCRIPTION
282286 Display help for csdx.
283287```
284288
285- _ See code: [ @oclif/plugin-help ] ( https://github.com/oclif/plugin-help/blob/v6.2.36 /src/commands/help.ts ) _
289+ _ See code: [ @oclif/plugin-help ] ( https://github.com/oclif/plugin-help/blob/v6.2.37 /src/commands/help.ts ) _
286290
287291## ` csdx plugins `
288292
@@ -305,7 +309,7 @@ EXAMPLES
305309 $ csdx plugins
306310```
307311
308- _ See code: [ @oclif/plugin-plugins ] ( https://github.com/oclif/plugin-plugins/blob/v5.4.54 /src/commands/plugins/index.ts ) _
312+ _ See code: [ @oclif/plugin-plugins ] ( https://github.com/oclif/plugin-plugins/blob/v5.4.55 /src/commands/plugins/index.ts ) _
309313
310314## ` csdx plugins:add PLUGIN `
311315
@@ -379,7 +383,7 @@ EXAMPLES
379383 $ csdx plugins:inspect myplugin
380384```
381385
382- _ See code: [ @oclif/plugin-plugins ] ( https://github.com/oclif/plugin-plugins/blob/v5.4.54 /src/commands/plugins/inspect.ts ) _
386+ _ See code: [ @oclif/plugin-plugins ] ( https://github.com/oclif/plugin-plugins/blob/v5.4.55 /src/commands/plugins/inspect.ts ) _
383387
384388## ` csdx plugins:install PLUGIN `
385389
@@ -428,7 +432,7 @@ EXAMPLES
428432 $ csdx plugins:install someuser/someplugin
429433```
430434
431- _ See code: [ @oclif/plugin-plugins ] ( https://github.com/oclif/plugin-plugins/blob/v5.4.54 /src/commands/plugins/install.ts ) _
435+ _ See code: [ @oclif/plugin-plugins ] ( https://github.com/oclif/plugin-plugins/blob/v5.4.55 /src/commands/plugins/install.ts ) _
432436
433437## ` csdx plugins:link PATH `
434438
@@ -459,7 +463,7 @@ EXAMPLES
459463 $ csdx plugins:link myplugin
460464```
461465
462- _ See code: [ @oclif/plugin-plugins ] ( https://github.com/oclif/plugin-plugins/blob/v5.4.54 /src/commands/plugins/link.ts ) _
466+ _ See code: [ @oclif/plugin-plugins ] ( https://github.com/oclif/plugin-plugins/blob/v5.4.55 /src/commands/plugins/link.ts ) _
463467
464468## ` csdx plugins:remove [PLUGIN] `
465469
@@ -500,7 +504,7 @@ FLAGS
500504 --reinstall Reinstall all plugins after uninstalling.
501505```
502506
503- _ See code: [ @oclif/plugin-plugins ] ( https://github.com/oclif/plugin-plugins/blob/v5.4.54 /src/commands/plugins/reset.ts ) _
507+ _ See code: [ @oclif/plugin-plugins ] ( https://github.com/oclif/plugin-plugins/blob/v5.4.55 /src/commands/plugins/reset.ts ) _
504508
505509## ` csdx plugins:uninstall [PLUGIN] `
506510
@@ -528,7 +532,7 @@ EXAMPLES
528532 $ csdx plugins:uninstall myplugin
529533```
530534
531- _ See code: [ @oclif/plugin-plugins ] ( https://github.com/oclif/plugin-plugins/blob/v5.4.54 /src/commands/plugins/uninstall.ts ) _
535+ _ See code: [ @oclif/plugin-plugins ] ( https://github.com/oclif/plugin-plugins/blob/v5.4.55 /src/commands/plugins/uninstall.ts ) _
532536
533537## ` csdx plugins:unlink [PLUGIN] `
534538
@@ -572,5 +576,5 @@ DESCRIPTION
572576 Update installed plugins.
573577```
574578
575- _ See code: [ @oclif/plugin-plugins ] ( https://github.com/oclif/plugin-plugins/blob/v5.4.54 /src/commands/plugins/update.ts ) _
579+ _ See code: [ @oclif/plugin-plugins ] ( https://github.com/oclif/plugin-plugins/blob/v5.4.55 /src/commands/plugins/update.ts ) _
576580<!-- commandsstop -->
0 commit comments