Skip to content

Commit 9b74159

Browse files
Added version bump
1 parent 12a2b1f commit 9b74159

File tree

9 files changed

+639
-641
lines changed

9 files changed

+639
-641
lines changed

.talismanrc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
fileignoreconfig:
22
- filename: package-lock.json
3-
checksum: 484e310f7e8884916149057a6581e655503d6977021f54da4cfdb31558820ffc
3+
checksum: 89ffba962ccbfba165c69bc20c5efdac59a06dd8522983442401a3c525e9951f
44
- filename: pnpm-lock.yaml
55
checksum: 3cdef03a4cdc334dd5ab432ab9dfa9c35f529ed5f744d5a44a4bff68f1e43ead
66
- filename: packages/contentstack-import-setup/test/unit/backup-handler.test.ts
@@ -32,7 +32,7 @@ fileignoreconfig:
3232
- filename: packages/contentstack-import-setup/test/unit/login-handler.test.ts
3333
checksum: e549f9ca3a9aae0d93b7284f7e771d55c0610725ddcb4333612df2f215e92769
3434
- filename: packages/contentstack/README.md
35-
checksum: f46084b199b3b0d7986b363c86a657570def71e5da29b948cc343eaf94ec7e97
35+
checksum: 10f580c697d0b70b813428954b946e60609f41c42e78ca95ca3232443e725615
3636
- filename: packages/contentstack-import-setup/test/unit/modules/assets.test.ts
3737
checksum: 449a5e3383631a6f78d1291aa3c28c91681879289398f0a933158fba5c5d5acf
3838
- filename: packages/contentstack-auth/env.example

package-lock.json

Lines changed: 564 additions & 590 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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
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.1",
10-
"@contentstack/cli-cm-import": "~1.28.4",
9+
"@contentstack/cli-cm-export": "~1.21.0",
10+
"@contentstack/cli-cm-import": "~1.29.0",
1111
"@contentstack/cli-command": "~1.6.1",
1212
"@contentstack/cli-utilities": "~1.14.4",
1313
"@oclif/core": "^4.3.0",

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.2",
4+
"version": "1.21.0",
55
"author": "Contentstack",
66
"bugs": "https://github.com/contentstack/cli/issues",
77
"dependencies": {

packages/contentstack-import/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-import",
33
"description": "Contentstack CLI plugin to import content into stack",
4-
"version": "1.28.4",
4+
"version": "1.29.0",
55
"author": "Contentstack",
66
"bugs": "https://github.com/contentstack/cli/issues",
77
"dependencies": {

packages/contentstack-seed/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"author": "Contentstack",
66
"bugs": "https://github.com/contentstack/cli/issues",
77
"dependencies": {
8-
"@contentstack/cli-cm-import": "~1.28.4",
8+
"@contentstack/cli-cm-import": "~1.29.0",
99
"@contentstack/cli-command": "~1.6.1",
1010
"@contentstack/cli-utilities": "~1.14.4",
1111
"@contentstack/management": "~1.22.0",

packages/contentstack/README.md

Lines changed: 56 additions & 32 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.50.0 darwin-arm64 node-v22.14.0
21+
@contentstack/cli/1.52.0 darwin-arm64 node-v22.14.0
2222
$ csdx --help [COMMAND]
2323
USAGE
2424
$ csdx COMMAND
@@ -335,7 +335,7 @@ FLAGS
335335
-e, --environment=<value> Environment name for delivery token
336336
-k, --stack-api-key=<value> Stack API Key
337337
-m, --management Set this flag to save management token
338-
-t, --token=<value> Add the token name
338+
-t, --token=<value> [env: TOKEN] Add the token name
339339
-y, --yes Use this flag to skip confirmation
340340
341341
DESCRIPTION
@@ -2238,24 +2238,30 @@ Export entries, taxonomies, terms or organization users to csv using this comman
22382238
USAGE
22392239
$ csdx cm:export-to-csv [--action entries|users|teams|taxonomies] [-a <value>] [--org <value>] [-n <value>] [-k
22402240
<value>] [--org-name <value>] [--locale <value>] [--content-type <value>] [--branch <value>] [--team-uid <value>]
2241-
[--taxonomy-uid <value>] [--delimiter <value>]
2241+
[--taxonomy-uid <value>] [--include-fallback] [--fallback-locale <value>] [--delimiter <value>]
22422242
22432243
FLAGS
2244-
-a, --alias=<value> Alias of the management token.
2245-
-k, --stack-api-key=<value> API Key of the source stack.
2246-
-n, --stack-name=<value> Name of the stack that needs to be created as CSV filename.
2247-
--action=<option> Option to export data (entries, users, teams, taxonomies). <options:
2248-
entries|users|teams|taxonomies>
2249-
<options: entries|users|teams|taxonomies>
2250-
--branch=<value> Branch from which entries will be exported.
2251-
--content-type=<value> Content type of entries that will be exported.
2252-
--delimiter=<value> [default: ,] [optional] Provide a delimiter to separate individual data fields within the
2253-
CSV file. For example: cm:export-to-csv --delimiter '|'
2254-
--locale=<value> Locale of entries that will be exported.
2255-
--org=<value> Provide organization UID to clone org users.
2256-
--org-name=<value> Name of the organization that needs to be created as CSV filename.
2257-
--taxonomy-uid=<value> Provide the taxonomy UID of the related terms you want to export.
2258-
--team-uid=<value> Provide the UID of a specific team in an organization.
2244+
-a, --alias=<value> Alias of the management token.
2245+
-k, --stack-api-key=<value> API Key of the source stack.
2246+
-n, --stack-name=<value> Name of the stack that needs to be created as CSV filename.
2247+
--action=<option> Option to export data (entries, users, teams, taxonomies). <options:
2248+
entries|users|teams|taxonomies>
2249+
<options: entries|users|teams|taxonomies>
2250+
--branch=<value> Branch from which entries will be exported.
2251+
--content-type=<value> Content type of entries that will be exported.
2252+
--delimiter=<value> [default: ,] [optional] Provide a delimiter to separate individual data fields within
2253+
the CSV file. For example: cm:export-to-csv --delimiter '|'
2254+
--fallback-locale=<value> [Optional] Specify a specific fallback locale for taxonomy export. This locale will be
2255+
used when a taxonomy term doesn't exist in the primary locale. Takes priority over
2256+
branch fallback hierarchy when both are specified.
2257+
--include-fallback [Optional] Include fallback locale data when exporting taxonomies. When enabled, if a
2258+
taxonomy term doesn't exist in the specified locale, it will fallback to the hierarchy
2259+
defined in the branch settings.
2260+
--locale=<value> Locale of entries that will be exported.
2261+
--org=<value> Provide organization UID to clone org users.
2262+
--org-name=<value> Name of the organization that needs to be created as CSV filename.
2263+
--taxonomy-uid=<value> Provide the taxonomy UID of the related terms you want to export.
2264+
--team-uid=<value> Provide the UID of a specific team in an organization.
22592265
22602266
DESCRIPTION
22612267
Export entries, taxonomies, terms or organization users to csv using this command
@@ -2334,6 +2340,24 @@ EXAMPLES
23342340
Exporting taxonomies and respective terms to a .CSV file with a delimiter
23352341
23362342
$ csdx cm:export-to-csv --action <taxonomies> --alias <management-token-alias> --delimiter <delimiter>
2343+
2344+
2345+
2346+
Exporting taxonomies with specific locale
2347+
2348+
$ csdx cm:export-to-csv --action <taxonomies> --alias <management-token-alias> --locale <locale>
2349+
2350+
2351+
2352+
Exporting taxonomies with fallback locale support
2353+
2354+
$ csdx cm:export-to-csv --action <taxonomies> --alias <management-token-alias> --locale <locale> --include-fallback
2355+
2356+
2357+
2358+
Exporting taxonomies with custom fallback locale
2359+
2360+
$ csdx cm:export-to-csv --action <taxonomies> --alias <management-token-alias> --locale <locale> --include-fallback --fallback-locale <fallback-locale>
23372361
```
23382362

23392363
_See code: [@contentstack/cli-cm-export-to-csv](https://github.com/contentstack/cli/blob/main/packages/contentstack-export-to-csv/src/commands/cm/export-to-csv.js)_
@@ -3649,7 +3673,7 @@ USAGE
36493673
[--personalize <value>] [--launch <value>]
36503674
36513675
ARGUMENTS
3652-
REGION Name for the region
3676+
[REGION] Name for the region
36533677
36543678
FLAGS
36553679
-d, --cda=<value> Custom host to set for content delivery API, if this flag is added then cma, ui-host and
@@ -3705,7 +3729,7 @@ USAGE
37053729
$ csdx help [COMMAND...] [-n]
37063730
37073731
ARGUMENTS
3708-
COMMAND... Command to show help for.
3732+
[COMMAND...] Command to show help for.
37093733
37103734
FLAGS
37113735
-n, --nested-commands Include all nested commands in the output.
@@ -3714,7 +3738,7 @@ DESCRIPTION
37143738
Display help for csdx.
37153739
```
37163740

3717-
_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v6.2.33/src/commands/help.ts)_
3741+
_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v6.2.34/src/commands/help.ts)_
37183742

37193743
## `csdx launch`
37203744

@@ -3855,7 +3879,7 @@ USAGE
38553879
$ csdx launch:functions [-p <value>] [-d <value>]
38563880
38573881
FLAGS
3858-
-d, --data-dir=<value> [default: /cli/packages/contentstack] Current working directory
3882+
-d, --data-dir=<value> [default: /Users/sunil.lakshman/Documents/cli/packages/contentstack] Current working directory
38593883
-p, --port=<value> [default: 3000] Port number
38603884
38613885
DESCRIPTION
@@ -4031,7 +4055,7 @@ EXAMPLES
40314055
$ csdx plugins
40324056
```
40334057

4034-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.50/src/commands/plugins/index.ts)_
4058+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.52/src/commands/plugins/index.ts)_
40354059

40364060
## `csdx plugins:add PLUGIN`
40374061

@@ -4105,7 +4129,7 @@ EXAMPLES
41054129
$ csdx plugins:inspect myplugin
41064130
```
41074131

4108-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.50/src/commands/plugins/inspect.ts)_
4132+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.52/src/commands/plugins/inspect.ts)_
41094133

41104134
## `csdx plugins:install PLUGIN`
41114135

@@ -4154,7 +4178,7 @@ EXAMPLES
41544178
$ csdx plugins:install someuser/someplugin
41554179
```
41564180

4157-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.50/src/commands/plugins/install.ts)_
4181+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.52/src/commands/plugins/install.ts)_
41584182

41594183
## `csdx plugins:link PATH`
41604184

@@ -4185,7 +4209,7 @@ EXAMPLES
41854209
$ csdx plugins:link myplugin
41864210
```
41874211

4188-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.50/src/commands/plugins/link.ts)_
4212+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.52/src/commands/plugins/link.ts)_
41894213

41904214
## `csdx plugins:remove [PLUGIN]`
41914215

@@ -4196,7 +4220,7 @@ USAGE
41964220
$ csdx plugins:remove [PLUGIN...] [-h] [-v]
41974221
41984222
ARGUMENTS
4199-
PLUGIN... plugin to uninstall
4223+
[PLUGIN...] plugin to uninstall
42004224
42014225
FLAGS
42024226
-h, --help Show CLI help.
@@ -4226,7 +4250,7 @@ FLAGS
42264250
--reinstall Reinstall all plugins after uninstalling.
42274251
```
42284252

4229-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.50/src/commands/plugins/reset.ts)_
4253+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.52/src/commands/plugins/reset.ts)_
42304254

42314255
## `csdx plugins:uninstall [PLUGIN]`
42324256

@@ -4237,7 +4261,7 @@ USAGE
42374261
$ csdx plugins:uninstall [PLUGIN...] [-h] [-v]
42384262
42394263
ARGUMENTS
4240-
PLUGIN... plugin to uninstall
4264+
[PLUGIN...] plugin to uninstall
42414265
42424266
FLAGS
42434267
-h, --help Show CLI help.
@@ -4254,7 +4278,7 @@ EXAMPLES
42544278
$ csdx plugins:uninstall myplugin
42554279
```
42564280

4257-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.50/src/commands/plugins/uninstall.ts)_
4281+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.52/src/commands/plugins/uninstall.ts)_
42584282

42594283
## `csdx plugins:unlink [PLUGIN]`
42604284

@@ -4265,7 +4289,7 @@ USAGE
42654289
$ csdx plugins:unlink [PLUGIN...] [-h] [-v]
42664290
42674291
ARGUMENTS
4268-
PLUGIN... plugin to uninstall
4292+
[PLUGIN...] plugin to uninstall
42694293
42704294
FLAGS
42714295
-h, --help Show CLI help.
@@ -4298,7 +4322,7 @@ DESCRIPTION
42984322
Update installed plugins.
42994323
```
43004324

4301-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.50/src/commands/plugins/update.ts)_
4325+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.52/src/commands/plugins/update.ts)_
43024326

43034327
## `csdx tokens`
43044328

packages/contentstack/package.json

Lines changed: 3 additions & 3 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.51.1",
4+
"version": "1.52.0",
55
"author": "Contentstack",
66
"bin": {
77
"csdx": "./bin/run.js"
@@ -28,9 +28,9 @@
2828
"@contentstack/cli-cm-branches": "~1.6.0",
2929
"@contentstack/cli-cm-bulk-publish": "~1.10.2",
3030
"@contentstack/cli-cm-clone": "~1.16.1",
31-
"@contentstack/cli-cm-export": "~1.20.1",
31+
"@contentstack/cli-cm-export": "~1.21.0",
3232
"@contentstack/cli-cm-export-to-csv": "~1.9.1",
33-
"@contentstack/cli-cm-import": "~1.28.4",
33+
"@contentstack/cli-cm-import": "~1.29.0",
3434
"@contentstack/cli-cm-import-setup": "1.6.0",
3535
"@contentstack/cli-cm-migrate-rte": "~1.6.1",
3636
"@contentstack/cli-cm-seed": "~1.12.2",

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)