Skip to content

Commit edc4f22

Browse files
committed
fixed the base path
2 parents d6de898 + 97cd57e commit edc4f22

File tree

42 files changed

+3212
-1570
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+3212
-1570
lines changed

.talismanrc

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
fileignoreconfig:
22
- filename: package-lock.json
3-
checksum: a99b957e6a7d1d81a30c03234f6f1d5cbf2b2f79a48df6cb52fba1aa119eee6a
3+
checksum: a7c8e5d257cd185b5c797717646fefc0e54f406d488f241105ea17d2905cb834
44
- filename: pnpm-lock.yaml
5-
checksum: 2484a33ace9250559c128e5ef9263d0ee2b7151a95bb405e3e8dcdce0708ad6b
5+
checksum: 5c24af7155b2817d3adb29581fbe5638f645dbe7372ed00bbebaba82c40157f0
66
- filename: packages/contentstack-import-setup/test/unit/backup-handler.test.ts
77
checksum: 0582d62b88834554cf12951c8690a73ef3ddbb78b82d2804d994cf4148e1ef93
88
- filename: packages/contentstack-import-setup/test/config.json
@@ -78,7 +78,7 @@ fileignoreconfig:
7878
- filename: packages/contentstack-clone/src/commands/cm/stacks/clone.js
7979
checksum: 433a84a882ea3f12b27127d47d289dfc64dda6b6fc956369f5851daaa57ae493
8080
- filename: packages/contentstack-clone/src/lib/util/clone-handler.js
81-
checksum: 7024f22a6ed3908d7cf074bbd8e7107e2d9f43bbcc42939b28d360c89d44cc29
81+
checksum: afe093297d6b04f34975abf55d22aef9577d518b06a3ab79d6623e1dd613af45
8282
- filename: packages/contentstack-bulk-publish/src/util/generate-bulk-publish-url.js
8383
checksum: 5f7c1e2fac3e7fab21e861d609c54ca7191ee09fd076dd0adc66604043bf7a43
8484
- filename: packages/contentstack-import/src/utils/interactive.ts
@@ -225,4 +225,6 @@ fileignoreconfig:
225225
checksum: 0c87bc65b12d181ef2d525504ecf086047a347a10410a03c7f43b5f8eac3af38
226226
- filename: packages/contentstack-export/src/export/modules/composable-studio.ts
227227
checksum: 1ad61df3110dd99f14cef6382d7820dd32538a8d85ffac4bfd631761a1bdf7af
228+
- filename: packages/contentstack-utilities/test/unit/logger.test.ts
229+
checksum: 11778d0252202c18a1ca6a38883d6e12fc324ff86ad0fe058bc2505f9cd66ba3
228230
version: '1.0'

package-lock.json

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

packages/contentstack-audit/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@
1818
"/oclif.manifest.json"
1919
],
2020
"dependencies": {
21-
"@contentstack/cli-command": "~1.6.1",
22-
"@contentstack/cli-utilities": "~1.14.4",
21+
"@contentstack/cli-command": "~1.6.2",
22+
"@contentstack/cli-utilities": "~1.15.0",
2323
"@oclif/core": "^4.3.0",
2424
"@oclif/plugin-help": "^6.2.28",
25-
"@oclif/plugin-plugins": "^5.4.38",
25+
"@oclif/plugin-plugins": "^5.4.54",
2626
"chalk": "^4.1.2",
2727
"fast-csv": "^4.3.6",
2828
"fs-extra": "^11.3.0",

packages/contentstack-auth/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ $ npm install -g @contentstack/cli-auth
1818
$ csdx COMMAND
1919
running command...
2020
$ csdx (--version)
21-
@contentstack/cli-auth/1.5.1 darwin-arm64 node-v22.13.1
21+
@contentstack/cli-auth/1.6.2 darwin-arm64 node-v22.13.1
2222
$ csdx --help [COMMAND]
2323
USAGE
2424
$ csdx COMMAND
@@ -145,7 +145,7 @@ FLAGS
145145
-e, --environment=<value> Environment name for delivery token
146146
-k, --stack-api-key=<value> Stack API Key
147147
-m, --management Set this flag to save management token
148-
-t, --token=<value> Add the token name
148+
-t, --token=<value> [env: TOKEN] Add the token name
149149
-y, --yes Use this flag to skip confirmation
150150
151151
DESCRIPTION

packages/contentstack-auth/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-auth",
33
"description": "Contentstack CLI plugin for authentication activities",
4-
"version": "1.6.1",
4+
"version": "1.6.2",
55
"author": "Contentstack",
66
"bugs": "https://github.com/contentstack/cli/issues",
77
"scripts": {
@@ -22,8 +22,8 @@
2222
"test:unit:report": "nyc --extension .ts mocha --forbid-only \"test/unit/**/*.test.ts\""
2323
},
2424
"dependencies": {
25-
"@contentstack/cli-command": "~1.6.1",
26-
"@contentstack/cli-utilities": "~1.14.4",
25+
"@contentstack/cli-command": "~1.6.2",
26+
"@contentstack/cli-utilities": "~1.15.0",
2727
"@oclif/core": "^4.3.0",
2828
"@oclif/plugin-help": "^6.2.28",
2929
"otplib": "^12.0.1"

packages/contentstack-bootstrap/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ $ npm install -g @contentstack/cli-cm-bootstrap
1515
$ csdx COMMAND
1616
running command...
1717
$ csdx (--version)
18-
@contentstack/cli-cm-bootstrap/1.15.1 darwin-arm64 node-v22.14.0
18+
@contentstack/cli-cm-bootstrap/1.17.1 darwin-arm64 node-v22.14.0
1919
$ csdx --help [COMMAND]
2020
USAGE
2121
$ csdx COMMAND

packages/contentstack-bootstrap/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@contentstack/cli-cm-bootstrap",
33
"description": "Bootstrap contentstack apps",
4-
"version": "1.17.0",
4+
"version": "1.17.1",
55
"author": "Contentstack",
66
"bugs": "https://github.com/contentstack/cli/issues",
77
"scripts": {
@@ -16,9 +16,9 @@
1616
"test:report": "nyc --reporter=lcov mocha \"test/**/*.test.js\""
1717
},
1818
"dependencies": {
19-
"@contentstack/cli-cm-seed": "~1.13.0",
20-
"@contentstack/cli-command": "~1.6.1",
21-
"@contentstack/cli-utilities": "~1.14.4",
19+
"@contentstack/cli-cm-seed": "~1.13.1",
20+
"@contentstack/cli-command": "~1.6.2",
21+
"@contentstack/cli-utilities": "~1.15.0",
2222
"@oclif/core": "^4.3.0",
2323
"@oclif/plugin-help": "^6.2.28",
2424
"inquirer": "8.2.7",

packages/contentstack-branches/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ $ npm install -g @contentstack/cli-cm-branches
3737
$ csdx COMMAND
3838
running command...
3939
$ csdx (--version)
40-
@contentstack/cli-cm-branches/1.6.0 darwin-arm64 node-v22.13.1
40+
@contentstack/cli-cm-branches/1.6.1 darwin-arm64 node-v22.13.1
4141
$ csdx --help [COMMAND]
4242
USAGE
4343
$ csdx COMMAND

packages/contentstack-branches/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "@contentstack/cli-cm-branches",
33
"description": "Contentstack CLI plugin to do branches operations",
4-
"version": "1.6.0",
4+
"version": "1.6.1",
55
"author": "Contentstack",
66
"bugs": "https://github.com/contentstack/cli/issues",
77
"dependencies": {
8-
"@contentstack/cli-command": "~1.6.1",
8+
"@contentstack/cli-command": "~1.6.2",
99
"@oclif/core": "^4.3.0",
1010
"@oclif/plugin-help": "^6.2.28",
11-
"@contentstack/cli-utilities": "~1.14.4",
11+
"@contentstack/cli-utilities": "~1.15.0",
1212
"chalk": "^4.1.2",
1313
"just-diff": "^6.0.2",
1414
"lodash": "^4.17.21"

packages/contentstack-bulk-publish/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ $ npm install -g @contentstack/cli-cm-bulk-publish
1818
$ csdx COMMAND
1919
running command...
2020
$ csdx (--version)
21-
@contentstack/cli-cm-bulk-publish/1.10.1 darwin-arm64 node-v22.14.0
21+
@contentstack/cli-cm-bulk-publish/1.10.3 darwin-arm64 node-v22.14.0
2222
$ csdx --help [COMMAND]
2323
USAGE
2424
$ csdx COMMAND

0 commit comments

Comments
 (0)