@contentstack/cli-cm-bootstrap 1.17.0 → 1.17.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/lib/bootstrap/utils.js +1 -1
- package/lib/commands/cm/bootstrap.js +1 -1
- package/oclif.manifest.json +1 -1
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -15,7 +15,7 @@ $ npm install -g @contentstack/cli-cm-bootstrap
|
|
|
15
15
|
$ csdx COMMAND
|
|
16
16
|
running command...
|
|
17
17
|
$ csdx (--version)
|
|
18
|
-
@contentstack/cli-cm-bootstrap/1.17.
|
|
18
|
+
@contentstack/cli-cm-bootstrap/1.17.1 linux-x64 node-v22.21.1
|
|
19
19
|
$ csdx --help [COMMAND]
|
|
20
20
|
USAGE
|
|
21
21
|
$ csdx COMMAND
|
package/lib/bootstrap/utils.js
CHANGED
|
@@ -114,7 +114,7 @@ const setupEnvironments = async (managementAPIClient, api_key, appConfig, cloned
|
|
|
114
114
|
}
|
|
115
115
|
}
|
|
116
116
|
else {
|
|
117
|
-
cli_utilities_1.cliux.print('No
|
|
117
|
+
cli_utilities_1.cliux.print('No environment name found for the selected environment.');
|
|
118
118
|
}
|
|
119
119
|
}
|
|
120
120
|
}
|
|
@@ -38,7 +38,7 @@ class BootstrapCommand extends cli_command_1.Command {
|
|
|
38
38
|
selectedApp = await (0, interactive_1.inquireApp)(config_1.default.starterApps);
|
|
39
39
|
}
|
|
40
40
|
else {
|
|
41
|
-
this.error('Invalid app type provided ' + appType, { exit: 1 });
|
|
41
|
+
this.error('Invalid app type provided: ' + appType, { exit: 1 });
|
|
42
42
|
}
|
|
43
43
|
}
|
|
44
44
|
if (!selectedAppName && !selectedApp) {
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@contentstack/cli-cm-bootstrap",
|
|
3
3
|
"description": "Bootstrap contentstack apps",
|
|
4
|
-
"version": "1.17.
|
|
4
|
+
"version": "1.17.1",
|
|
5
5
|
"author": "Contentstack",
|
|
6
6
|
"bugs": "https://github.com/contentstack/cli/issues",
|
|
7
7
|
"scripts": {
|
|
@@ -16,9 +16,9 @@
|
|
|
16
16
|
"test:report": "nyc --reporter=lcov mocha \"test/**/*.test.js\""
|
|
17
17
|
},
|
|
18
18
|
"dependencies": {
|
|
19
|
-
"@contentstack/cli-cm-seed": "~1.13.
|
|
20
|
-
"@contentstack/cli-command": "~1.
|
|
21
|
-
"@contentstack/cli-utilities": "~1.
|
|
19
|
+
"@contentstack/cli-cm-seed": "~1.13.1",
|
|
20
|
+
"@contentstack/cli-command": "~1.7.0",
|
|
21
|
+
"@contentstack/cli-utilities": "~1.15.0",
|
|
22
22
|
"@oclif/core": "^4.3.0",
|
|
23
23
|
"@oclif/plugin-help": "^6.2.28",
|
|
24
24
|
"inquirer": "8.2.7",
|