Skip to content

Commit 97e6c7b

Browse files
Merge pull request #2551 from contentstack/v2-dev
DX | 28-04-2026 | Release v2 AM2.0
2 parents 2cb2067 + c86d60a commit 97e6c7b

4 files changed

Lines changed: 91 additions & 81 deletions

File tree

.talismanrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
fileignoreconfig:
22
- filename: pnpm-lock.yaml
3-
checksum: b4b7cc7f54f34037274c5b3f6f563e21f49d717ddc625218cb6497b27a9114a6
3+
checksum: cf79b3b8a81987734d472d57beee8b3a68923a54511492aba4c7f2ba30b5308f
44
version: '1.0'

packages/contentstack/package.json

Lines changed: 8 additions & 8 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": "2.0.0-beta.20",
4+
"version": "2.0.0-beta.21",
55
"author": "Contentstack",
66
"bin": {
77
"csdx": "./bin/run.js"
@@ -19,17 +19,17 @@
1919
"prepack": "pnpm compile && oclif manifest && oclif readme"
2020
},
2121
"dependencies": {
22-
"@contentstack/cli-audit": "~2.0.0-beta.10",
23-
"@contentstack/cli-cm-export": "~2.0.0-beta.15",
24-
"@contentstack/cli-cm-import": "~2.0.0-beta.15",
22+
"@contentstack/cli-audit": "~2.0.0-beta.11",
23+
"@contentstack/cli-cm-export": "~2.0.0-beta.16",
24+
"@contentstack/cli-cm-import": "~2.0.0-beta.16",
2525
"@contentstack/cli-auth": "~2.0.0-beta.11",
2626
"@contentstack/cli-bulk-operations": "^1.0.1",
27-
"@contentstack/cli-cm-bootstrap": "~2.0.0-beta.15",
27+
"@contentstack/cli-cm-bootstrap": "~2.0.0-beta.16",
2828
"@contentstack/cli-cm-branches": "~2.0.0-beta.6",
29-
"@contentstack/cli-cm-clone": "~2.0.0-beta.16",
29+
"@contentstack/cli-cm-clone": "~2.0.0-beta.17",
3030
"@contentstack/cli-cm-export-to-csv": "~2.0.0-beta.6",
3131
"@contentstack/cli-cm-import-setup": "~2.0.0-beta.10",
32-
"@contentstack/cli-cm-seed": "~2.0.0-beta.14",
32+
"@contentstack/cli-cm-seed": "~2.0.0-beta.16",
3333
"@contentstack/cli-command": "~2.0.0-beta.6",
3434
"@contentstack/cli-config": "~2.0.0-beta.8",
3535
"@contentstack/cli-launch": "^1.9.7",
@@ -170,4 +170,4 @@
170170
}
171171
},
172172
"repository": "https://github.com/contentstack/cli"
173-
}
173+
}

0 commit comments

Comments
 (0)