@@ -18,7 +18,7 @@ $ npm install -g @contentstack/cli
1818$ csdx COMMAND
1919running command...
2020$ csdx (--version| -v)
21- @contentstack/cli/1.36.0 darwin-x64 node-v22.14 .0
21+ @contentstack/cli/1.36.0 darwin-arm64 node-v23.6 .0
2222$ csdx --help [COMMAND]
2323USAGE
2424 $ csdx COMMAND
@@ -129,12 +129,12 @@ Perform audits and find possible errors in the exported Contentstack data
129129```
130130USAGE
131131 $ csdx audit [--report-path <value>] [--modules
132- content-types|global-fields|entries|extensions|workflows|custom-roles...] [--columns <value> | ] [--sort <value>]
133- [--filter <value>] [--csv | --no-truncate]
132+ content-types|global-fields|entries|extensions|workflows|custom-roles|assets ...] [--columns <value> | ] [--sort
133+ <value>] [--filter <value>] [--csv | --no-truncate]
134134
135135FLAGS
136136 --modules=<option>... Provide the list of modules to be audited
137- <options: content-types|global-fields|entries|extensions|workflows|custom-roles>
137+ <options: content-types|global-fields|entries|extensions|workflows|custom-roles|assets >
138138 --report-path=<value> Path to store the audit reports
139139
140140TABLE FLAGS
@@ -170,7 +170,7 @@ Perform audits and fix possible errors in the exported Contentstack data.
170170```
171171USAGE
172172 $ csdx audit:fix [--report-path <value>] [--modules
173- content-types|global-fields|entries|extensions|workflows|custom-roles...] [--copy-path <value> --copy-dir]
173+ content-types|global-fields|entries|extensions|workflows|custom-roles|assets ...] [--copy-path <value> --copy-dir]
174174 [--fix-only reference|global_field|json:rte|json:extension|blocks|group|content_types...] [--columns <value> | ]
175175 [--sort <value>] [--filter <value>] [--csv | --no-truncate]
176176
@@ -180,7 +180,7 @@ FLAGS
180180 --fix-only=<option>... Provide the list of fix options
181181 <options: reference|global_field|json:rte|json:extension|blocks|group|content_types>
182182 --modules=<option>... Provide the list of modules to be audited
183- <options: content-types|global-fields|entries|extensions|workflows|custom-roles>
183+ <options: content-types|global-fields|entries|extensions|workflows|custom-roles|assets >
184184 --report-path=<value> Path to store the audit reports
185185
186186TABLE FLAGS
@@ -2346,7 +2346,9 @@ FLAGS
23462346 --personalize-project-name=<value> (optional) Provide a unique name for the Personalize project.
23472347 --replace-existing Replaces the existing module in the target stack.
23482348 --skip-app-recreation (optional) Skips the recreation of private apps if they already exist.
2349+ --skip-assets-publish Skips asset publishing during the import process.
23492350 --skip-audit Skips the audit fix that occurs during an import operation.
2351+ --skip-entries-publish Skips entry publishing during the import process
23502352 --skip-existing Skips the module exists warning messages.
23512353
23522354DESCRIPTION
@@ -2608,12 +2610,12 @@ Perform audits and find possible errors in the exported Contentstack data
26082610```
26092611USAGE
26102612 $ csdx cm:stacks:audit [--report-path <value>] [--modules
2611- content-types|global-fields|entries|extensions|workflows|custom-roles...] [--columns <value> | ] [--sort <value>]
2612- [--filter <value>] [--csv | --no-truncate]
2613+ content-types|global-fields|entries|extensions|workflows|custom-roles|assets ...] [--columns <value> | ] [--sort
2614+ <value>] [--filter <value>] [--csv | --no-truncate]
26132615
26142616FLAGS
26152617 --modules=<option>... Provide the list of modules to be audited
2616- <options: content-types|global-fields|entries|extensions|workflows|custom-roles>
2618+ <options: content-types|global-fields|entries|extensions|workflows|custom-roles|assets >
26172619 --report-path=<value> Path to store the audit reports
26182620
26192621TABLE FLAGS
@@ -2651,7 +2653,7 @@ Perform audits and fix possible errors in the exported Contentstack data.
26512653```
26522654USAGE
26532655 $ csdx cm:stacks:audit:fix [--report-path <value>] [--modules
2654- content-types|global-fields|entries|extensions|workflows|custom-roles...] [--copy-path <value> --copy-dir]
2656+ content-types|global-fields|entries|extensions|workflows|custom-roles|assets ...] [--copy-path <value> --copy-dir]
26552657 [--fix-only reference|global_field|json:rte|json:extension|blocks|group|content_types...] [--columns <value> | ]
26562658 [--sort <value>] [--filter <value>] [--csv | --no-truncate]
26572659
@@ -2661,7 +2663,7 @@ FLAGS
26612663 --fix-only=<option>... Provide the list of fix options
26622664 <options: reference|global_field|json:rte|json:extension|blocks|group|content_types>
26632665 --modules=<option>... Provide the list of modules to be audited
2664- <options: content-types|global-fields|entries|extensions|workflows|custom-roles>
2666+ <options: content-types|global-fields|entries|extensions|workflows|custom-roles|assets >
26652667 --report-path=<value> Path to store the audit reports
26662668
26672669TABLE FLAGS
@@ -2837,7 +2839,9 @@ FLAGS
28372839 --personalize-project-name=<value> (optional) Provide a unique name for the Personalize project.
28382840 --replace-existing Replaces the existing module in the target stack.
28392841 --skip-app-recreation (optional) Skips the recreation of private apps if they already exist.
2842+ --skip-assets-publish Skips asset publishing during the import process.
28402843 --skip-audit Skips the audit fix that occurs during an import operation.
2844+ --skip-entries-publish Skips entry publishing during the import process
28412845 --skip-existing Skips the module exists warning messages.
28422846
28432847DESCRIPTION
@@ -3899,7 +3903,7 @@ EXAMPLES
38993903 $ csdx plugins
39003904```
39013905
3902- _ See code: [ @oclif/plugin-plugins ] ( https://github.com/oclif/plugin-plugins/blob/v5.4.34 /src/commands/plugins/index.ts ) _
3906+ _ See code: [ @oclif/plugin-plugins ] ( https://github.com/oclif/plugin-plugins/blob/v5.4.36 /src/commands/plugins/index.ts ) _
39033907
39043908## ` csdx plugins:add PLUGIN `
39053909
@@ -3973,7 +3977,7 @@ EXAMPLES
39733977 $ csdx plugins:inspect myplugin
39743978```
39753979
3976- _ See code: [ @oclif/plugin-plugins ] ( https://github.com/oclif/plugin-plugins/blob/v5.4.34 /src/commands/plugins/inspect.ts ) _
3980+ _ See code: [ @oclif/plugin-plugins ] ( https://github.com/oclif/plugin-plugins/blob/v5.4.36 /src/commands/plugins/inspect.ts ) _
39773981
39783982## ` csdx plugins:install PLUGIN `
39793983
@@ -4022,7 +4026,7 @@ EXAMPLES
40224026 $ csdx plugins:install someuser/someplugin
40234027```
40244028
4025- _ See code: [ @oclif/plugin-plugins ] ( https://github.com/oclif/plugin-plugins/blob/v5.4.34 /src/commands/plugins/install.ts ) _
4029+ _ See code: [ @oclif/plugin-plugins ] ( https://github.com/oclif/plugin-plugins/blob/v5.4.36 /src/commands/plugins/install.ts ) _
40264030
40274031## ` csdx plugins:link PATH `
40284032
@@ -4053,7 +4057,7 @@ EXAMPLES
40534057 $ csdx plugins:link myplugin
40544058```
40554059
4056- _ See code: [ @oclif/plugin-plugins ] ( https://github.com/oclif/plugin-plugins/blob/v5.4.34 /src/commands/plugins/link.ts ) _
4060+ _ See code: [ @oclif/plugin-plugins ] ( https://github.com/oclif/plugin-plugins/blob/v5.4.36 /src/commands/plugins/link.ts ) _
40574061
40584062## ` csdx plugins:remove [PLUGIN] `
40594063
@@ -4094,7 +4098,7 @@ FLAGS
40944098 --reinstall Reinstall all plugins after uninstalling.
40954099```
40964100
4097- _ See code: [ @oclif/plugin-plugins ] ( https://github.com/oclif/plugin-plugins/blob/v5.4.34 /src/commands/plugins/reset.ts ) _
4101+ _ See code: [ @oclif/plugin-plugins ] ( https://github.com/oclif/plugin-plugins/blob/v5.4.36 /src/commands/plugins/reset.ts ) _
40984102
40994103## ` csdx plugins:uninstall [PLUGIN] `
41004104
@@ -4122,7 +4126,7 @@ EXAMPLES
41224126 $ csdx plugins:uninstall myplugin
41234127```
41244128
4125- _ See code: [ @oclif/plugin-plugins ] ( https://github.com/oclif/plugin-plugins/blob/v5.4.34 /src/commands/plugins/uninstall.ts ) _
4129+ _ See code: [ @oclif/plugin-plugins ] ( https://github.com/oclif/plugin-plugins/blob/v5.4.36 /src/commands/plugins/uninstall.ts ) _
41264130
41274131## ` csdx plugins:unlink [PLUGIN] `
41284132
@@ -4166,7 +4170,7 @@ DESCRIPTION
41664170 Update installed plugins.
41674171```
41684172
4169- _ See code: [ @oclif/plugin-plugins ] ( https://github.com/oclif/plugin-plugins/blob/v5.4.34 /src/commands/plugins/update.ts ) _
4173+ _ See code: [ @oclif/plugin-plugins ] ( https://github.com/oclif/plugin-plugins/blob/v5.4.36 /src/commands/plugins/update.ts ) _
41704174
41714175## ` csdx tokens `
41724176
0 commit comments