Skip to content

Commit 409864c

Browse files
committed
fix:command not defined issue
1 parent fe19758 commit 409864c

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

package-lock.json

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

packages/contentstack-migration/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ $ npm install -g @contentstack/cli-migration
2121
$ csdx COMMAND
2222
running command...
2323
$ csdx (--version)
24-
@contentstack/cli-migration/1.7.0 darwin-arm64 node-v23.11.0
24+
@contentstack/cli-migration/1.7.2 darwin-arm64 node-v22.14.0
2525
$ csdx --help [COMMAND]
2626
USAGE
2727
$ csdx COMMAND

packages/contentstack-migration/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@contentstack/cli-migration",
3-
"version": "1.7.1",
3+
"version": "1.7.2",
44
"author": "@contentstack",
55
"bugs": "https://github.com/contentstack/cli/issues",
66
"dependencies": {

packages/contentstack-migration/src/utils/modules.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ function executeShellCommand(pkg, directory = '') {
7272
try {
7373
const result = spawnSync(`npm`, ['i', pkg], { stdio: 'inherit', cwd: directory, shell: false });
7474
if (result?.error) throw result.error;
75-
console.log(`Command executed successfully: ${command}`);
75+
console.log(`Command executed successfully`);
7676
} catch (error) {
7777
console.error(`Command execution failed. Error: ${error?.message}`);
7878
}

packages/contentstack/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"@contentstack/cli-command": "~1.5.0",
3838
"@contentstack/cli-config": "~1.12.0",
3939
"@contentstack/cli-launch": "^1.8.0",
40-
"@contentstack/cli-migration": "~1.7.1",
40+
"@contentstack/cli-migration": "~1.7.2",
4141
"@contentstack/cli-utilities": "~1.11.0",
4242
"@contentstack/cli-variants": "~1.2.1",
4343
"@contentstack/management": "~1.20.3",

pnpm-lock.yaml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)