Skip to content

Commit 24815ce

Browse files
authored
Merge pull request #2103 from contentstack/main
Main to Stage Back Merge
2 parents 6b640dc + 544b86e commit 24815ce

File tree

9 files changed

+415
-365
lines changed

9 files changed

+415
-365
lines changed

.talismanrc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
fileignoreconfig:
22
- filename: package-lock.json
3-
checksum: f05190896a586676aaff19ef4c28a3a07b1c4a256665723453aaeac90773b614
3+
checksum: 59d20d0ac10b0d5d4014817c8453e4aa9fe0be396f7902999373273a9d471658
44
- filename: pnpm-lock.yaml
5-
checksum: a1cb283667e727f59fba12ca1ea352acceff8429d6fa65d5786ad505dbd0808b
5+
checksum: 7cade45c0e4ff4755b6e7d0f7ce0e40fa5b62131513d9f800635ef4288fdc058
66
- filename: packages/contentstack-import-setup/test/unit/backup-handler.test.ts
77
checksum: 0582d62b88834554cf12951c8690a73ef3ddbb78b82d2804d994cf4148e1ef93
88
- filename: packages/contentstack-import-setup/test/config.json

package-lock.json

Lines changed: 361 additions & 346 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/contentstack-clone/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"bugs": "https://github.com/rohitmishra209/cli-cm-clone/issues",
77
"dependencies": {
88
"@colors/colors": "^1.6.0",
9-
"@contentstack/cli-cm-export": "~1.20.0",
9+
"@contentstack/cli-cm-export": "~1.20.1",
1010
"@contentstack/cli-cm-import": "~1.27.0",
1111
"@contentstack/cli-command": "~1.6.1",
1212
"@contentstack/cli-utilities": "~1.14.0",

packages/contentstack-export/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ $ npm install -g @contentstack/cli-cm-export
4848
$ csdx COMMAND
4949
running command...
5050
$ csdx (--version)
51-
@contentstack/cli-cm-export/1.18.0 darwin-arm64 node-v22.13.1
51+
@contentstack/cli-cm-export/1.20.1 darwin-arm64 node-v22.13.0
5252
$ csdx --help [COMMAND]
5353
USAGE
5454
$ csdx COMMAND
@@ -76,7 +76,6 @@ FLAGS
7676
mention the branch name, then by default the content will be exported from all the
7777
branches of your stack.
7878
-a, --alias=<value> The management token alias of the source stack from which you will export content.
79-
-b, --branch-alias=<value> (Optional) The alias of the branch from which you want to export content.
8079
-c, --config=<value> [optional] Path of the config
8180
-d, --data-dir=<value> The path or the location in your file system to store the exported content. For e.g.,
8281
./content
@@ -88,6 +87,7 @@ FLAGS
8887
-t, --content-types=<value>... [optional] The UID of the content type(s) whose content you want to export. In case
8988
of multiple content types, specify the IDs separated by spaces.
9089
-y, --yes [optional] Force override all Marketplace prompts.
90+
--branch-alias=<value> (Optional) The alias of the branch from which you want to export content.
9191
--secured-assets [optional] Use this flag for assets that are secured.
9292
9393
DESCRIPTION
@@ -126,7 +126,6 @@ FLAGS
126126
mention the branch name, then by default the content will be exported from all the
127127
branches of your stack.
128128
-a, --alias=<value> The management token alias of the source stack from which you will export content.
129-
-b, --branch-alias=<value> (Optional) The alias of the branch from which you want to export content.
130129
-c, --config=<value> [optional] Path of the config
131130
-d, --data-dir=<value> The path or the location in your file system to store the exported content. For e.g.,
132131
./content
@@ -138,6 +137,7 @@ FLAGS
138137
-t, --content-types=<value>... [optional] The UID of the content type(s) whose content you want to export. In case
139138
of multiple content types, specify the IDs separated by spaces.
140139
-y, --yes [optional] Force override all Marketplace prompts.
140+
--branch-alias=<value> (Optional) The alias of the branch from which you want to export content.
141141
--secured-assets [optional] Use this flag for assets that are secured.
142142
143143
DESCRIPTION

packages/contentstack-export/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@contentstack/cli-cm-export",
33
"description": "Contentstack CLI plugin to export content from stack",
4-
"version": "1.20.0",
4+
"version": "1.20.1",
55
"author": "Contentstack",
66
"bugs": "https://github.com/contentstack/cli/issues",
77
"dependencies": {

packages/contentstack-export/src/commands/cm/stacks/export.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,6 @@ export default class ExportCommand extends Command {
9696
exclusive: ['branch-alias'],
9797
}),
9898
'branch-alias': flags.string({
99-
char: 'b',
10099
description: '(Optional) The alias of the branch from which you want to export content.',
101100
exclusive: ['branch'],
102101
}),

packages/contentstack/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ $ npm install -g @contentstack/cli
1818
$ csdx COMMAND
1919
running 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]
2323
USAGE
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
22042204
DESCRIPTION
@@ -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
28292829
DESCRIPTION

packages/contentstack/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@contentstack/cli",
33
"description": "Command-line tool (CLI) to interact with Contentstack",
4-
"version": "1.46.0",
4+
"version": "1.46.1",
55
"author": "Contentstack",
66
"bin": {
77
"csdx": "./bin/run.js"
@@ -28,7 +28,7 @@
2828
"@contentstack/cli-cm-branches": "~1.5.1",
2929
"@contentstack/cli-cm-bulk-publish": "~1.10.0",
3030
"@contentstack/cli-cm-clone": "~1.16.0",
31-
"@contentstack/cli-cm-export": "~1.20.0",
31+
"@contentstack/cli-cm-export": "~1.20.1",
3232
"@contentstack/cli-cm-export-to-csv": "~1.9.1",
3333
"@contentstack/cli-cm-import": "~1.27.0",
3434
"@contentstack/cli-cm-import-setup": "1.4.2",

pnpm-lock.yaml

Lines changed: 42 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)