Skip to content

Commit bf763d6

Browse files
committed
Bumped core package version
1 parent c84591e commit bf763d6

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,6 @@ contents-*
2020
*.http
2121
*.todo
2222
talisman_output.log
23-
snyk_output.log
23+
snyk_output.log
24+
# Snyk Security Extension - AI Rules (auto-generated)
25+
.cursor/rules/snyk_rules.mdc

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/2.0.0-beta.2 darwin-arm64 node-v24.11.1
21+
@contentstack/cli/2.0.0-beta.3 darwin-arm64 node-v24.11.1
2222
$ csdx --help [COMMAND]
2323
USAGE
2424
$ csdx COMMAND
@@ -2566,7 +2566,7 @@ EXAMPLES
25662566
25672567
$ csdx cm:migration --config-file <path/to/json/config/file> --file-path <migration/script/file/path>
25682568
2569-
$ csdx cm:migration --multiple --file-path <migration/scripts/dir/path>
2569+
$ csdx cm:migration --multiple --file-path <migration/scripts/dir/path>
25702570
25712571
$ csdx cm:migration --alias --file-path <migration/script/file/path> -k <api-key>
25722572
```
@@ -3029,7 +3029,7 @@ EXAMPLES
30293029
30303030
$ csdx cm:migration --config-file <path/to/json/config/file> --file-path <migration/script/file/path>
30313031
3032-
$ csdx cm:migration --multiple --file-path <migration/scripts/dir/path>
3032+
$ csdx cm:migration --multiple --file-path <migration/scripts/dir/path>
30333033
30343034
$ csdx cm:migration --alias --file-path <migration/script/file/path> -k <api-key>
30353035
```

packages/contentstack/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",
33
"description": "Command-line tool (CLI) to interact with Contentstack",
4-
"version": "2.0.0-beta.2",
4+
"version": "2.0.0-beta.3",
55
"author": "Contentstack",
66
"bin": {
77
"csdx": "./bin/run.js"

0 commit comments

Comments
 (0)