@@ -19,7 +19,7 @@ $ npm install -g @contentstack/cli-audit
1919$ csdx COMMAND
2020running command...
2121$ csdx (--version| -v)
22- @contentstack/cli-audit/1.6.5 darwin-arm64 node-v22.2.0
22+ @contentstack/cli-audit/1.7.0 darwin-arm64 node-v22.2.0
2323$ csdx --help [COMMAND]
2424USAGE
2525 $ csdx COMMAND
@@ -52,12 +52,13 @@ Perform audits and find possible errors in the exported Contentstack data
5252
5353```
5454USAGE
55- $ csdx audit [--report-path <value>] [--modules content-types|global-fields|entries|extensions|workflows]
56- [--columns <value> | ] [--sort <value>] [--filter <value>] [--csv | --no-truncate]
55+ $ csdx audit [--report-path <value>] [--modules
56+ content-types|global-fields|entries|extensions|workflows|custom-roles] [--columns <value> | ] [--sort <value>]
57+ [--filter <value>] [--csv | --no-truncate]
5758
5859FLAGS
5960 --modules=<option>... Provide the list of modules to be audited
60- <options: content-types|global-fields|entries|extensions|workflows>
61+ <options: content-types|global-fields|entries|extensions|workflows|custom-roles >
6162 --report-path=<value> Path to store the audit reports
6263
6364TABLE FLAGS
@@ -92,8 +93,8 @@ Perform audits and fix possible errors in the exported Contentstack data.
9293
9394```
9495USAGE
95- $ csdx audit:fix [--report-path <value>] [--modules content-types|global-fields|entries|extensions|workflows]
96- [--copy-path <value> --copy-dir] [--fix-only
96+ $ csdx audit:fix [--report-path <value>] [--modules
97+ content-types|global-fields|entries|extensions|workflows|custom-roles] [--copy-path <value> --copy-dir] [--fix-only
9798 reference|global_field|json:rte|json:extension|blocks|group|content_types] [--columns <value> | ] [--sort <value>]
9899 [--filter <value>] [--csv | --no-truncate]
99100
@@ -103,7 +104,7 @@ FLAGS
103104 --fix-only=<option>... Provide the list of fix options
104105 <options: reference|global_field|json:rte|json:extension|blocks|group|content_types>
105106 --modules=<option>... Provide the list of modules to be audited
106- <options: content-types|global-fields|entries|extensions|workflows>
107+ <options: content-types|global-fields|entries|extensions|workflows|custom-roles >
107108 --report-path=<value> Path to store the audit reports
108109
109110TABLE FLAGS
@@ -140,12 +141,13 @@ Perform audits and find possible errors in the exported Contentstack data
140141
141142```
142143USAGE
143- $ csdx cm:stacks:audit [--report-path <value>] [--modules content-types|global-fields|entries|extensions|workflows]
144- [--columns <value> | ] [--sort <value>] [--filter <value>] [--csv | --no-truncate]
144+ $ csdx cm:stacks:audit [--report-path <value>] [--modules
145+ content-types|global-fields|entries|extensions|workflows|custom-roles] [--columns <value> | ] [--sort <value>]
146+ [--filter <value>] [--csv | --no-truncate]
145147
146148FLAGS
147149 --modules=<option>... Provide the list of modules to be audited
148- <options: content-types|global-fields|entries|extensions|workflows>
150+ <options: content-types|global-fields|entries|extensions|workflows|custom-roles >
149151 --report-path=<value> Path to store the audit reports
150152
151153TABLE FLAGS
@@ -182,8 +184,8 @@ Perform audits and fix possible errors in the exported Contentstack data.
182184
183185```
184186USAGE
185- $ csdx cm:stacks:audit:fix [--report-path <value>] [--modules content-types|global-fields|entries|extensions|workflows]
186- [--copy-path <value> --copy-dir] [--fix-only
187+ $ csdx cm:stacks:audit:fix [--report-path <value>] [--modules
188+ content-types|global-fields|entries|extensions|workflows|custom-roles] [--copy-path <value> --copy-dir] [--fix-only
187189 reference|global_field|json:rte|json:extension|blocks|group|content_types] [--columns <value> | ] [--sort <value>]
188190 [--filter <value>] [--csv | --no-truncate]
189191
@@ -193,7 +195,7 @@ FLAGS
193195 --fix-only=<option>... Provide the list of fix options
194196 <options: reference|global_field|json:rte|json:extension|blocks|group|content_types>
195197 --modules=<option>... Provide the list of modules to be audited
196- <options: content-types|global-fields|entries|extensions|workflows>
198+ <options: content-types|global-fields|entries|extensions|workflows|custom-roles >
197199 --report-path=<value> Path to store the audit reports
198200
199201TABLE FLAGS
@@ -267,7 +269,7 @@ EXAMPLES
267269 $ csdx plugins
268270```
269271
270- _ See code: [ @oclif/plugin-plugins ] ( https://github.com/oclif/plugin-plugins/blob/v5.4.4 /src/commands/plugins/index.ts ) _
272+ _ See code: [ @oclif/plugin-plugins ] ( https://github.com/oclif/plugin-plugins/blob/v5.4.6 /src/commands/plugins/index.ts ) _
271273
272274## ` csdx plugins:add PLUGIN `
273275
@@ -341,7 +343,7 @@ EXAMPLES
341343 $ csdx plugins:inspect myplugin
342344```
343345
344- _ See code: [ @oclif/plugin-plugins ] ( https://github.com/oclif/plugin-plugins/blob/v5.4.4 /src/commands/plugins/inspect.ts ) _
346+ _ See code: [ @oclif/plugin-plugins ] ( https://github.com/oclif/plugin-plugins/blob/v5.4.6 /src/commands/plugins/inspect.ts ) _
345347
346348## ` csdx plugins:install PLUGIN `
347349
@@ -390,7 +392,7 @@ EXAMPLES
390392 $ csdx plugins:install someuser/someplugin
391393```
392394
393- _ See code: [ @oclif/plugin-plugins ] ( https://github.com/oclif/plugin-plugins/blob/v5.4.4 /src/commands/plugins/install.ts ) _
395+ _ See code: [ @oclif/plugin-plugins ] ( https://github.com/oclif/plugin-plugins/blob/v5.4.6 /src/commands/plugins/install.ts ) _
394396
395397## ` csdx plugins:link PATH `
396398
@@ -420,7 +422,7 @@ EXAMPLES
420422 $ csdx plugins:link myplugin
421423```
422424
423- _ See code: [ @oclif/plugin-plugins ] ( https://github.com/oclif/plugin-plugins/blob/v5.4.4 /src/commands/plugins/link.ts ) _
425+ _ See code: [ @oclif/plugin-plugins ] ( https://github.com/oclif/plugin-plugins/blob/v5.4.6 /src/commands/plugins/link.ts ) _
424426
425427## ` csdx plugins:remove [PLUGIN] `
426428
@@ -461,7 +463,7 @@ FLAGS
461463 --reinstall Reinstall all plugins after uninstalling.
462464```
463465
464- _ See code: [ @oclif/plugin-plugins ] ( https://github.com/oclif/plugin-plugins/blob/v5.4.4 /src/commands/plugins/reset.ts ) _
466+ _ See code: [ @oclif/plugin-plugins ] ( https://github.com/oclif/plugin-plugins/blob/v5.4.6 /src/commands/plugins/reset.ts ) _
465467
466468## ` csdx plugins:uninstall [PLUGIN] `
467469
@@ -489,7 +491,7 @@ EXAMPLES
489491 $ csdx plugins:uninstall myplugin
490492```
491493
492- _ See code: [ @oclif/plugin-plugins ] ( https://github.com/oclif/plugin-plugins/blob/v5.4.4 /src/commands/plugins/uninstall.ts ) _
494+ _ See code: [ @oclif/plugin-plugins ] ( https://github.com/oclif/plugin-plugins/blob/v5.4.6 /src/commands/plugins/uninstall.ts ) _
493495
494496## ` csdx plugins:unlink [PLUGIN] `
495497
@@ -533,5 +535,5 @@ DESCRIPTION
533535 Update installed plugins.
534536```
535537
536- _ See code: [ @oclif/plugin-plugins ] ( https://github.com/oclif/plugin-plugins/blob/v5.4.4 /src/commands/plugins/update.ts ) _
538+ _ See code: [ @oclif/plugin-plugins ] ( https://github.com/oclif/plugin-plugins/blob/v5.4.6 /src/commands/plugins/update.ts ) _
537539<!-- commandsstop -->
0 commit comments