@@ -18,7 +18,7 @@ $ npm install -g @contentstack/cli
1818$ csdx COMMAND
1919running command...
2020$ csdx (--version| -v)
21- @contentstack/cli/1.46.0 darwin-arm64 node-v22.14.0
21+ @contentstack/cli/1.46.1 darwin-arm64 node-v22.14.0
2222$ csdx --help [COMMAND]
2323USAGE
2424 $ csdx COMMAND
@@ -2187,7 +2187,6 @@ FLAGS
21872187 mention the branch name, then by default the content will be exported from all the
21882188 branches of your stack.
21892189 -a, --alias=<value> The management token alias of the source stack from which you will export content.
2190- -b, --branch-alias=<value> (Optional) The alias of the branch from which you want to export content.
21912190 -c, --config=<value> [optional] Path of the config
21922191 -d, --data-dir=<value> The path or the location in your file system to store the exported content. For e.g.,
21932192 ./content
@@ -2199,6 +2198,7 @@ FLAGS
21992198 -t, --content-types=<value>... [optional] The UID of the content type(s) whose content you want to export. In case
22002199 of multiple content types, specify the IDs separated by spaces.
22012200 -y, --yes [optional] Force override all Marketplace prompts.
2201+ --branch-alias=<value> (Optional) The alias of the branch from which you want to export content.
22022202 --secured-assets [optional] Use this flag for assets that are secured.
22032203
22042204DESCRIPTION
@@ -2812,7 +2812,6 @@ FLAGS
28122812 mention the branch name, then by default the content will be exported from all the
28132813 branches of your stack.
28142814 -a, --alias=<value> The management token alias of the source stack from which you will export content.
2815- -b, --branch-alias=<value> (Optional) The alias of the branch from which you want to export content.
28162815 -c, --config=<value> [optional] Path of the config
28172816 -d, --data-dir=<value> The path or the location in your file system to store the exported content. For e.g.,
28182817 ./content
@@ -2824,6 +2823,7 @@ FLAGS
28242823 -t, --content-types=<value>... [optional] The UID of the content type(s) whose content you want to export. In case
28252824 of multiple content types, specify the IDs separated by spaces.
28262825 -y, --yes [optional] Force override all Marketplace prompts.
2826+ --branch-alias=<value> (Optional) The alias of the branch from which you want to export content.
28272827 --secured-assets [optional] Use this flag for assets that are secured.
28282828
28292829DESCRIPTION
0 commit comments