@@ -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.0 darwin-arm64 node-v21.6.2
22+ @contentstack/cli-audit/1.6.1 darwin-arm64 node-v21.6.2
2323$ csdx --help [COMMAND]
2424USAGE
2525 $ csdx COMMAND
@@ -52,19 +52,14 @@ Perform audits and find possible errors in the exported Contentstack data
5252
5353```
5454USAGE
55- $ csdx audit [-c <value>] [-d <value>] [--report-path <value>] [--modules
56- content-types|global-fields|entries|extensions|workflows] [--columns <value> | ] [--sort <value>] [--filter <value>]
57- [--csv | --no-truncate]
55+ $ csdx audit [--report-path <value>] [--modules content-types|global-fields|entries|extensions|workflows]
56+ [--columns <value> | ] [--sort <value>] [--filter <value>] [--csv | --no-truncate]
5857
5958FLAGS
6059 --modules=<option>... Provide the list of modules to be audited
6160 <options: content-types|global-fields|entries|extensions|workflows>
6261 --report-path=<value> Path to store the audit reports
6362
64- COMMON FLAGS
65- -c, --config=<value> Path of the external config
66- -d, --data-dir=<value> Path where the data is stored
67-
6863TABLE FLAGS
6964 --columns=<value> Show only the specified columns (comma-separated)
7065 --csv The output is in the CSV format [alias: --output=csv]
@@ -97,8 +92,8 @@ Perform audits and fix possible errors in the exported Contentstack data.
9792
9893```
9994USAGE
100- $ csdx audit:fix [-c <value>] [-d <value>] [-- report-path <value>] [--modules
101- content-types|global-fields|entries|extensions|workflows] [--copy-path <value> --copy-dir] [--fix-only
95+ $ csdx audit:fix [-- report-path <value>] [--modules content-types|global-fields|entries|extensions|workflows]
96+ [--copy-path <value> --copy-dir] [--fix-only
10297 reference|global_field|json:rte|json:extension|blocks|group|content_types] [--columns <value> | ] [--sort <value>]
10398 [--filter <value>] [--csv | --no-truncate]
10499
@@ -111,10 +106,6 @@ FLAGS
111106 <options: content-types|global-fields|entries|extensions|workflows>
112107 --report-path=<value> Path to store the audit reports
113108
114- COMMON FLAGS
115- -c, --config=<value> Path of the external config
116- -d, --data-dir=<value> Path where the data is stored
117-
118109TABLE FLAGS
119110 --columns=<value> Show only the specified columns (comma-separated)
120111 --csv The output is in the CSV format [alias: --output=csv]
@@ -149,19 +140,14 @@ Perform audits and find possible errors in the exported Contentstack data
149140
150141```
151142USAGE
152- $ csdx cm:stacks:audit [-c <value>] [-d <value>] [--report-path <value>] [--modules
153- content-types|global-fields|entries|extensions|workflows] [--columns <value> | ] [--sort <value>] [--filter <value>]
154- [--csv | --no-truncate]
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]
155145
156146FLAGS
157147 --modules=<option>... Provide the list of modules to be audited
158148 <options: content-types|global-fields|entries|extensions|workflows>
159149 --report-path=<value> Path to store the audit reports
160150
161- COMMON FLAGS
162- -c, --config=<value> Path of the external config
163- -d, --data-dir=<value> Path where the data is stored
164-
165151TABLE FLAGS
166152 --columns=<value> Show only the specified columns (comma-separated)
167153 --csv The output is in the CSV format [alias: --output=csv]
@@ -196,8 +182,8 @@ Perform audits and fix possible errors in the exported Contentstack data.
196182
197183```
198184USAGE
199- $ csdx cm:stacks:audit:fix [-c <value>] [-d <value>] [-- report-path <value>] [--modules
200- content-types|global-fields|entries|extensions|workflows] [--copy-path <value> --copy-dir] [--fix-only
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
201187 reference|global_field|json:rte|json:extension|blocks|group|content_types] [--columns <value> | ] [--sort <value>]
202188 [--filter <value>] [--csv | --no-truncate]
203189
@@ -210,10 +196,6 @@ FLAGS
210196 <options: content-types|global-fields|entries|extensions|workflows>
211197 --report-path=<value> Path to store the audit reports
212198
213- COMMON FLAGS
214- -c, --config=<value> Path of the external config
215- -d, --data-dir=<value> Path where the data is stored
216-
217199TABLE FLAGS
218200 --columns=<value> Show only the specified columns (comma-separated)
219201 --csv The output is in the CSV format [alias: --output=csv]
@@ -285,7 +267,7 @@ EXAMPLES
285267 $ csdx plugins
286268```
287269
288- _ See code: [ @oclif/plugin-plugins ] ( https://github.com/oclif/plugin-plugins/blob/v5.0.18 /src/commands/plugins/index.ts ) _
270+ _ See code: [ @oclif/plugin-plugins ] ( https://github.com/oclif/plugin-plugins/blob/v5.0.21 /src/commands/plugins/index.ts ) _
289271
290272## ` csdx plugins:add PLUGIN `
291273
@@ -359,7 +341,7 @@ EXAMPLES
359341 $ csdx plugins:inspect myplugin
360342```
361343
362- _ See code: [ @oclif/plugin-plugins ] ( https://github.com/oclif/plugin-plugins/blob/v5.0.18 /src/commands/plugins/inspect.ts ) _
344+ _ See code: [ @oclif/plugin-plugins ] ( https://github.com/oclif/plugin-plugins/blob/v5.0.21 /src/commands/plugins/inspect.ts ) _
363345
364346## ` csdx plugins:install PLUGIN `
365347
@@ -408,7 +390,7 @@ EXAMPLES
408390 $ csdx plugins:install someuser/someplugin
409391```
410392
411- _ See code: [ @oclif/plugin-plugins ] ( https://github.com/oclif/plugin-plugins/blob/v5.0.18 /src/commands/plugins/install.ts ) _
393+ _ See code: [ @oclif/plugin-plugins ] ( https://github.com/oclif/plugin-plugins/blob/v5.0.21 /src/commands/plugins/install.ts ) _
412394
413395## ` csdx plugins:link PATH `
414396
@@ -438,7 +420,7 @@ EXAMPLES
438420 $ csdx plugins:link myplugin
439421```
440422
441- _ See code: [ @oclif/plugin-plugins ] ( https://github.com/oclif/plugin-plugins/blob/v5.0.18 /src/commands/plugins/link.ts ) _
423+ _ See code: [ @oclif/plugin-plugins ] ( https://github.com/oclif/plugin-plugins/blob/v5.0.21 /src/commands/plugins/link.ts ) _
442424
443425## ` csdx plugins:remove [PLUGIN] `
444426
@@ -479,7 +461,7 @@ FLAGS
479461 --reinstall Reinstall all plugins after uninstalling.
480462```
481463
482- _ See code: [ @oclif/plugin-plugins ] ( https://github.com/oclif/plugin-plugins/blob/v5.0.18 /src/commands/plugins/reset.ts ) _
464+ _ See code: [ @oclif/plugin-plugins ] ( https://github.com/oclif/plugin-plugins/blob/v5.0.21 /src/commands/plugins/reset.ts ) _
483465
484466## ` csdx plugins:uninstall [PLUGIN] `
485467
@@ -507,7 +489,7 @@ EXAMPLES
507489 $ csdx plugins:uninstall myplugin
508490```
509491
510- _ See code: [ @oclif/plugin-plugins ] ( https://github.com/oclif/plugin-plugins/blob/v5.0.18 /src/commands/plugins/uninstall.ts ) _
492+ _ See code: [ @oclif/plugin-plugins ] ( https://github.com/oclif/plugin-plugins/blob/v5.0.21 /src/commands/plugins/uninstall.ts ) _
511493
512494## ` csdx plugins:unlink [PLUGIN] `
513495
@@ -551,5 +533,5 @@ DESCRIPTION
551533 Update installed plugins.
552534```
553535
554- _ See code: [ @oclif/plugin-plugins ] ( https://github.com/oclif/plugin-plugins/blob/v5.0.18 /src/commands/plugins/update.ts ) _
536+ _ See code: [ @oclif/plugin-plugins ] ( https://github.com/oclif/plugin-plugins/blob/v5.0.21 /src/commands/plugins/update.ts ) _
555537<!-- commandsstop -->
0 commit comments