@cloudbase/cli 2.7.0-alpha.2 → 2.7.0-alpha.3
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.
|
@@ -696,7 +696,7 @@ function getAPIParams(config) {
|
|
|
696
696
|
},
|
|
697
697
|
getConfig: function (resource, envObj, otherInfo) {
|
|
698
698
|
return __awaiter(this, void 0, void 0, function* () {
|
|
699
|
-
const config = (0, lodash_1.assignWith)(envObj, { name
|
|
699
|
+
const config = (0, lodash_1.assignWith)({ envId }, envObj, { name }, extraData, function customizer(objValue, srcValue) {
|
|
700
700
|
return (0, lodash_1.isUndefined)(objValue) ? srcValue : objValue;
|
|
701
701
|
});
|
|
702
702
|
const { resourceGroupDir } = otherInfo;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cloudbase/cli",
|
|
3
|
-
"version": "2.7.0-alpha.
|
|
3
|
+
"version": "2.7.0-alpha.3",
|
|
4
4
|
"description": "cli tool for cloudbase",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"dependencies": {
|
|
34
34
|
"@cloudbase/cloud-api": "^0.5.5",
|
|
35
35
|
"@cloudbase/framework-core": "^1.9.7",
|
|
36
|
-
"@cloudbase/iac-core": "
|
|
36
|
+
"@cloudbase/iac-core": "alpha",
|
|
37
37
|
"@cloudbase/lowcode-cli": "^0.21.1",
|
|
38
38
|
"@cloudbase/manager-node": "4.2.8",
|
|
39
39
|
"@cloudbase/toolbox": "^0.7.5",
|