@storm-software/pulumi-tools 0.7.13 → 0.7.14
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/CHANGELOG.md +6 -0
- package/README.md +1 -1
- package/dist/{chunk-QY3T377V.mjs → chunk-4SNAHD4Y.mjs} +1 -1
- package/dist/{chunk-R3BFY3IC.js → chunk-7WAJCJNQ.js} +2 -2
- package/dist/{chunk-SI3YWLQ6.js → chunk-AGUAOC6D.js} +3 -3
- package/dist/{chunk-KVXMUFTZ.mjs → chunk-CZG4AHP6.mjs} +1 -1
- package/dist/{chunk-2FIIJHT2.js → chunk-DEX3APPV.js} +8 -9
- package/dist/{chunk-6ILAJSVK.mjs → chunk-DQPKAWDQ.mjs} +1 -1
- package/dist/{chunk-5HB2USMD.mjs → chunk-EAPVC6ZG.mjs} +1 -1
- package/dist/{chunk-K3LYAF4V.js → chunk-GKL4FIQR.js} +2 -2
- package/dist/{chunk-CIU4KYG6.js → chunk-MI46VRWN.js} +5 -5
- package/dist/{chunk-5V7OORQ6.mjs → chunk-RQQ65ZIM.mjs} +8 -9
- package/dist/{chunk-IUFWEFPG.mjs → chunk-SZ6G4UX3.mjs} +1 -1
- package/dist/{chunk-IOVYMOEG.js → chunk-SZPRNEBU.js} +2 -2
- package/dist/{chunk-UFSCKSD6.mjs → chunk-TOZNJJ4A.mjs} +1 -1
- package/dist/{chunk-A7TGQ36Q.js → chunk-YLQJGUG5.js} +2 -2
- package/dist/{chunk-HOIV2NSC.mjs → chunk-YYEHDDVI.mjs} +1 -1
- package/dist/{chunk-CRGSOZ4X.js → chunk-Z2MYTUK4.js} +2 -2
- package/dist/executors.js +7 -7
- package/dist/executors.mjs +7 -7
- package/dist/generators.js +3 -3
- package/dist/generators.mjs +2 -2
- package/dist/index.js +9 -9
- package/dist/index.mjs +8 -8
- package/dist/src/base/base-executor.js +3 -3
- package/dist/src/base/base-executor.mjs +2 -2
- package/dist/src/base/index.js +3 -3
- package/dist/src/base/index.mjs +2 -2
- package/dist/src/executors/config/executor.js +4 -4
- package/dist/src/executors/config/executor.mjs +3 -3
- package/dist/src/executors/import/executor.js +4 -4
- package/dist/src/executors/import/executor.mjs +3 -3
- package/dist/src/executors/preview/executor.js +4 -4
- package/dist/src/executors/preview/executor.mjs +3 -3
- package/dist/src/executors/refresh/executor.js +4 -4
- package/dist/src/executors/refresh/executor.mjs +3 -3
- package/dist/src/executors/up/executor.js +4 -4
- package/dist/src/executors/up/executor.mjs +3 -3
- package/dist/src/generators/init/generator.js +3 -3
- package/dist/src/generators/init/generator.mjs +2 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -21,7 +21,7 @@ This package is part of the <b>⚡Storm-Ops</b> monorepo. The Storm-Ops packages
|
|
|
21
21
|
|
|
22
22
|
<h3 align="center">💻 Visit <a href="https://stormsoftware.com" target="_blank">stormsoftware.com</a> to stay up to date with this developer</h3><br />
|
|
23
23
|
|
|
24
|
-
[](https://prettier.io/) [](http://nx.dev/) [](https://nextjs.org/) [](http://commitizen.github.io/cz-cli/)  [](https://fumadocs.vercel.app/) 
|
|
25
25
|
|
|
26
26
|
<!-- prettier-ignore-start -->
|
|
27
27
|
<!-- markdownlint-disable -->
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var _chunkAGUAOC6Djs = require('./chunk-AGUAOC6D.js');
|
|
4
4
|
|
|
5
5
|
// src/executors/config/executor.ts
|
|
6
|
-
var executor_default =
|
|
6
|
+
var executor_default = _chunkAGUAOC6Djs.withPulumiExecutor.call(void 0, "config", (options) => [
|
|
7
7
|
options.action,
|
|
8
8
|
options.showSecrets && `--show-secrets`,
|
|
9
9
|
options.secret && `--secret`,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _optionalChain(ops) { let lastAccessLHS = undefined; let value = ops[0]; let i = 1; while (i < ops.length) { const op = ops[i]; const fn = ops[i + 1]; i += 2; if ((op === 'optionalAccess' || op === 'optionalCall') && value == null) { return undefined; } if (op === 'access' || op === 'optionalAccess') { lastAccessLHS = value; value = fn(value); } else if (op === 'call' || op === 'optionalCall') { value = fn((...args) => value.call(lastAccessLHS, ...args)); lastAccessLHS = undefined; } } return value; }
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
4
|
+
var _chunkDEX3APPVjs = require('./chunk-DEX3APPV.js');
|
|
5
5
|
|
|
6
6
|
|
|
7
7
|
var _chunk3GQAWCBQjs = require('./chunk-3GQAWCBQ.js');
|
|
@@ -10,7 +10,7 @@ var _chunk3GQAWCBQjs = require('./chunk-3GQAWCBQ.js');
|
|
|
10
10
|
var _path = require('path');
|
|
11
11
|
var _shelljs = require('shelljs');
|
|
12
12
|
var withPulumiExecutor = /* @__PURE__ */ _chunk3GQAWCBQjs.__name.call(void 0, (command, argsMapper, executorOptions = {}) => async (_options, context) => {
|
|
13
|
-
return
|
|
13
|
+
return _chunkDEX3APPVjs.withRunExecutor.call(void 0, `Pulumi \`${command}\` Command Executor`, async (options, context2, config) => {
|
|
14
14
|
if (!_shelljs.which.call(void 0, "pulumi")) {
|
|
15
15
|
throw new Error("Pulumi is not installed. Please install it before running this executor.");
|
|
16
16
|
}
|
|
@@ -18,7 +18,7 @@ var withPulumiExecutor = /* @__PURE__ */ _chunk3GQAWCBQjs.__name.call(void 0, (c
|
|
|
18
18
|
throw new Error("The Build process failed because the context is not valid. Please run this command from a workspace.");
|
|
19
19
|
}
|
|
20
20
|
const { sourceRoot } = context2.projectsConfigurations.projects[context2.projectName];
|
|
21
|
-
|
|
21
|
+
_chunkDEX3APPVjs.run.call(void 0, config, [
|
|
22
22
|
"pulumi",
|
|
23
23
|
command,
|
|
24
24
|
...argsMapper(options)
|
|
@@ -637,55 +637,55 @@ var getLogFn = /* @__PURE__ */ _chunk3GQAWCBQjs.__name.call(void 0, (logLevel =
|
|
|
637
637
|
if (typeof logLevel === "number" && LogLevel.FATAL >= logLevel) {
|
|
638
638
|
return (message) => {
|
|
639
639
|
console.error(`
|
|
640
|
-
${_chalk.gray(formatTimestamp())} ${_chalk.hex(_nullishCoalesce(colors.fatal, () => ( "#7d1a1a")))(`[${CONSOLE_ICONS[LogLevelLabel.FATAL]} Fatal]`)}
|
|
640
|
+
${_chalk.gray(formatTimestamp())} ${_chalk.hex(_nullishCoalesce(colors.fatal, () => ( "#7d1a1a")))(`[${CONSOLE_ICONS[LogLevelLabel.FATAL]} Fatal] `)}${_chalk.bold.whiteBright(formatLogMessage(message))}
|
|
641
641
|
`);
|
|
642
642
|
};
|
|
643
643
|
}
|
|
644
644
|
if (typeof logLevel === "number" && LogLevel.ERROR >= logLevel) {
|
|
645
645
|
return (message) => {
|
|
646
646
|
console.error(`
|
|
647
|
-
${_chalk.gray(formatTimestamp())} ${_chalk.hex(_nullishCoalesce(colors.danger, () => ( "#f85149")))(`[${CONSOLE_ICONS[LogLevelLabel.ERROR]} Error]`)}
|
|
647
|
+
${_chalk.gray(formatTimestamp())} ${_chalk.hex(_nullishCoalesce(colors.danger, () => ( "#f85149")))(`[${CONSOLE_ICONS[LogLevelLabel.ERROR]} Error] `)}${_chalk.bold.whiteBright(formatLogMessage(message))}
|
|
648
648
|
`);
|
|
649
649
|
};
|
|
650
650
|
}
|
|
651
651
|
if (typeof logLevel === "number" && LogLevel.WARN >= logLevel) {
|
|
652
652
|
return (message) => {
|
|
653
653
|
console.warn(`
|
|
654
|
-
${_chalk.gray(formatTimestamp())} ${_chalk.hex(_nullishCoalesce(colors.warning, () => ( "#e3b341")))(`[${CONSOLE_ICONS[LogLevelLabel.WARN]} Warn]`)}
|
|
654
|
+
${_chalk.gray(formatTimestamp())} ${_chalk.hex(_nullishCoalesce(colors.warning, () => ( "#e3b341")))(`[${CONSOLE_ICONS[LogLevelLabel.WARN]} Warn] `)}${_chalk.bold.whiteBright(formatLogMessage(message))}
|
|
655
655
|
`);
|
|
656
656
|
};
|
|
657
657
|
}
|
|
658
658
|
if (typeof logLevel === "number" && LogLevel.SUCCESS >= logLevel) {
|
|
659
659
|
return (message) => {
|
|
660
660
|
console.info(`
|
|
661
|
-
${_chalk.gray(formatTimestamp())} ${_chalk.hex(_nullishCoalesce(colors.success, () => ( "#56d364")))(`[${CONSOLE_ICONS[LogLevelLabel.SUCCESS]} Success]`)}
|
|
661
|
+
${_chalk.gray(formatTimestamp())} ${_chalk.hex(_nullishCoalesce(colors.success, () => ( "#56d364")))(`[${CONSOLE_ICONS[LogLevelLabel.SUCCESS]} Success] `)}${_chalk.bold.whiteBright(formatLogMessage(message))}
|
|
662
662
|
`);
|
|
663
663
|
};
|
|
664
664
|
}
|
|
665
665
|
if (typeof logLevel === "number" && LogLevel.INFO >= logLevel) {
|
|
666
666
|
return (message) => {
|
|
667
667
|
console.info(`
|
|
668
|
-
${_chalk.gray(formatTimestamp())} ${_chalk.hex(_nullishCoalesce(colors.info, () => ( "#58a6ff")))(`[${CONSOLE_ICONS[LogLevelLabel.INFO]} Info]`)}
|
|
668
|
+
${_chalk.gray(formatTimestamp())} ${_chalk.hex(_nullishCoalesce(colors.info, () => ( "#58a6ff")))(`[${CONSOLE_ICONS[LogLevelLabel.INFO]} Info] `)}${_chalk.bold.whiteBright(formatLogMessage(message))}
|
|
669
669
|
`);
|
|
670
670
|
};
|
|
671
671
|
}
|
|
672
672
|
if (typeof logLevel === "number" && LogLevel.DEBUG >= logLevel) {
|
|
673
673
|
return (message) => {
|
|
674
674
|
console.debug(`
|
|
675
|
-
${_chalk.gray(formatTimestamp())} ${_chalk.hex(_nullishCoalesce(colors.brand, () => ( "#1fb2a6")))(`[${CONSOLE_ICONS[LogLevelLabel.DEBUG]} Debug]`)}
|
|
675
|
+
${_chalk.gray(formatTimestamp())} ${_chalk.hex(_nullishCoalesce(colors.brand, () => ( "#1fb2a6")))(`[${CONSOLE_ICONS[LogLevelLabel.DEBUG]} Debug] `)}${_chalk.bold.whiteBright(formatLogMessage(message))}
|
|
676
676
|
`);
|
|
677
677
|
};
|
|
678
678
|
}
|
|
679
679
|
if (typeof logLevel === "number" && LogLevel.TRACE >= logLevel) {
|
|
680
680
|
return (message) => {
|
|
681
681
|
console.debug(`
|
|
682
|
-
${_chalk.gray(formatTimestamp())} ${_chalk.hex(_nullishCoalesce(colors.brand, () => ( "#1fb2a6")))(`[${CONSOLE_ICONS[LogLevelLabel.TRACE]} Trace]`)}
|
|
682
|
+
${_chalk.gray(formatTimestamp())} ${_chalk.hex(_nullishCoalesce(colors.brand, () => ( "#1fb2a6")))(`[${CONSOLE_ICONS[LogLevelLabel.TRACE]} Trace] `)}${_chalk.bold.whiteBright(formatLogMessage(message))}
|
|
683
683
|
`);
|
|
684
684
|
};
|
|
685
685
|
}
|
|
686
686
|
return (message) => {
|
|
687
687
|
console.log(`
|
|
688
|
-
${_chalk.gray(formatTimestamp())} ${_chalk.hex(_nullishCoalesce(colors.brand, () => ( "#1fb2a6")))(`[${CONSOLE_ICONS[LogLevelLabel.ALL]} System]`)}
|
|
688
|
+
${_chalk.gray(formatTimestamp())} ${_chalk.hex(_nullishCoalesce(colors.brand, () => ( "#1fb2a6")))(`[${CONSOLE_ICONS[LogLevelLabel.ALL]} System] `)}${_chalk.bold.whiteBright(formatLogMessage(message))}
|
|
689
689
|
`);
|
|
690
690
|
};
|
|
691
691
|
}, "getLogFn");
|
|
@@ -702,7 +702,6 @@ var getStopwatch = /* @__PURE__ */ _chunk3GQAWCBQjs.__name.call(void 0, (name) =
|
|
|
702
702
|
const end = process.hrtime(start);
|
|
703
703
|
console.info(`
|
|
704
704
|
> \u23F1\uFE0F The${name ? ` ${name}` : ""} process took ${Math.round(end[0] * 1e3 + end[1] / 1e6)}ms to complete
|
|
705
|
-
|
|
706
705
|
`);
|
|
707
706
|
};
|
|
708
707
|
}, "getStopwatch");
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var _chunkAGUAOC6Djs = require('./chunk-AGUAOC6D.js');
|
|
4
4
|
|
|
5
5
|
// src/executors/import/executor.ts
|
|
6
|
-
var executor_default =
|
|
6
|
+
var executor_default = _chunkAGUAOC6Djs.withPulumiExecutor.call(void 0, "import", (options) => [
|
|
7
7
|
options.target,
|
|
8
8
|
options.name,
|
|
9
9
|
options.id,
|
|
@@ -5,7 +5,7 @@ var _chunkDBLK3NPEjs = require('./chunk-DBLK3NPE.js');
|
|
|
5
5
|
|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
var
|
|
8
|
+
var _chunkDEX3APPVjs = require('./chunk-DEX3APPV.js');
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
var _chunk3GQAWCBQjs = require('./chunk-3GQAWCBQ.js');
|
|
@@ -15,7 +15,7 @@ var _devkit = require('@nx/devkit');
|
|
|
15
15
|
var _fs = require('fs');
|
|
16
16
|
var _path = require('path');
|
|
17
17
|
async function initGeneratorFn(tree, options, config) {
|
|
18
|
-
const task =
|
|
18
|
+
const task = _chunkDEX3APPVjs.initGenerator.call(void 0, tree, options);
|
|
19
19
|
_devkit.addProjectConfiguration.call(void 0, tree, options.name || "deployment", {
|
|
20
20
|
root: options.directory || "./deployment",
|
|
21
21
|
projectType: "application",
|
|
@@ -49,11 +49,11 @@ async function initGeneratorFn(tree, options, config) {
|
|
|
49
49
|
return task;
|
|
50
50
|
}
|
|
51
51
|
_chunk3GQAWCBQjs.__name.call(void 0, initGeneratorFn, "initGeneratorFn");
|
|
52
|
-
var generator_default =
|
|
52
|
+
var generator_default = _chunkDEX3APPVjs.withRunGenerator.call(void 0, "Initialize Storm Pulumi workspace", initGeneratorFn);
|
|
53
53
|
function generateNewPulumiProject(tree, options, config) {
|
|
54
54
|
return () => {
|
|
55
55
|
const template = _chunkDBLK3NPEjs.getCloudTemplateName.call(void 0, options.provider);
|
|
56
|
-
|
|
56
|
+
_chunkDEX3APPVjs.run.call(void 0, config, [
|
|
57
57
|
`pulumi new ${template}`,
|
|
58
58
|
`--name=${options.name || "deployment"}`,
|
|
59
59
|
`--dir=${options.directory || "./deployment"}`,
|
|
@@ -73,7 +73,7 @@ function loginToPulumi(tree, options, config) {
|
|
|
73
73
|
if (options.login.startsWith("file://")) {
|
|
74
74
|
options.login = `file://${tree.root}/${options.directory || "./deployment"}/${options.login.replace("file://", "")}`;
|
|
75
75
|
}
|
|
76
|
-
|
|
76
|
+
_chunkDEX3APPVjs.run.call(void 0, config, [
|
|
77
77
|
"pulumi login",
|
|
78
78
|
options.login
|
|
79
79
|
].filter(Boolean).join(" "), _path.join.call(void 0, config.workspaceRoot, options.directory || "./deployment"), "inherit", {
|
|
@@ -638,55 +638,55 @@ var getLogFn = /* @__PURE__ */ __name((logLevel = LogLevel.INFO, config = {}, _c
|
|
|
638
638
|
if (typeof logLevel === "number" && LogLevel.FATAL >= logLevel) {
|
|
639
639
|
return (message) => {
|
|
640
640
|
console.error(`
|
|
641
|
-
${_chalk.gray(formatTimestamp())} ${_chalk.hex(colors.fatal ?? "#7d1a1a")(`[${CONSOLE_ICONS[LogLevelLabel.FATAL]} Fatal]`)}
|
|
641
|
+
${_chalk.gray(formatTimestamp())} ${_chalk.hex(colors.fatal ?? "#7d1a1a")(`[${CONSOLE_ICONS[LogLevelLabel.FATAL]} Fatal] `)}${_chalk.bold.whiteBright(formatLogMessage(message))}
|
|
642
642
|
`);
|
|
643
643
|
};
|
|
644
644
|
}
|
|
645
645
|
if (typeof logLevel === "number" && LogLevel.ERROR >= logLevel) {
|
|
646
646
|
return (message) => {
|
|
647
647
|
console.error(`
|
|
648
|
-
${_chalk.gray(formatTimestamp())} ${_chalk.hex(colors.danger ?? "#f85149")(`[${CONSOLE_ICONS[LogLevelLabel.ERROR]} Error]`)}
|
|
648
|
+
${_chalk.gray(formatTimestamp())} ${_chalk.hex(colors.danger ?? "#f85149")(`[${CONSOLE_ICONS[LogLevelLabel.ERROR]} Error] `)}${_chalk.bold.whiteBright(formatLogMessage(message))}
|
|
649
649
|
`);
|
|
650
650
|
};
|
|
651
651
|
}
|
|
652
652
|
if (typeof logLevel === "number" && LogLevel.WARN >= logLevel) {
|
|
653
653
|
return (message) => {
|
|
654
654
|
console.warn(`
|
|
655
|
-
${_chalk.gray(formatTimestamp())} ${_chalk.hex(colors.warning ?? "#e3b341")(`[${CONSOLE_ICONS[LogLevelLabel.WARN]} Warn]`)}
|
|
655
|
+
${_chalk.gray(formatTimestamp())} ${_chalk.hex(colors.warning ?? "#e3b341")(`[${CONSOLE_ICONS[LogLevelLabel.WARN]} Warn] `)}${_chalk.bold.whiteBright(formatLogMessage(message))}
|
|
656
656
|
`);
|
|
657
657
|
};
|
|
658
658
|
}
|
|
659
659
|
if (typeof logLevel === "number" && LogLevel.SUCCESS >= logLevel) {
|
|
660
660
|
return (message) => {
|
|
661
661
|
console.info(`
|
|
662
|
-
${_chalk.gray(formatTimestamp())} ${_chalk.hex(colors.success ?? "#56d364")(`[${CONSOLE_ICONS[LogLevelLabel.SUCCESS]} Success]`)}
|
|
662
|
+
${_chalk.gray(formatTimestamp())} ${_chalk.hex(colors.success ?? "#56d364")(`[${CONSOLE_ICONS[LogLevelLabel.SUCCESS]} Success] `)}${_chalk.bold.whiteBright(formatLogMessage(message))}
|
|
663
663
|
`);
|
|
664
664
|
};
|
|
665
665
|
}
|
|
666
666
|
if (typeof logLevel === "number" && LogLevel.INFO >= logLevel) {
|
|
667
667
|
return (message) => {
|
|
668
668
|
console.info(`
|
|
669
|
-
${_chalk.gray(formatTimestamp())} ${_chalk.hex(colors.info ?? "#58a6ff")(`[${CONSOLE_ICONS[LogLevelLabel.INFO]} Info]`)}
|
|
669
|
+
${_chalk.gray(formatTimestamp())} ${_chalk.hex(colors.info ?? "#58a6ff")(`[${CONSOLE_ICONS[LogLevelLabel.INFO]} Info] `)}${_chalk.bold.whiteBright(formatLogMessage(message))}
|
|
670
670
|
`);
|
|
671
671
|
};
|
|
672
672
|
}
|
|
673
673
|
if (typeof logLevel === "number" && LogLevel.DEBUG >= logLevel) {
|
|
674
674
|
return (message) => {
|
|
675
675
|
console.debug(`
|
|
676
|
-
${_chalk.gray(formatTimestamp())} ${_chalk.hex(colors.brand ?? "#1fb2a6")(`[${CONSOLE_ICONS[LogLevelLabel.DEBUG]} Debug]`)}
|
|
676
|
+
${_chalk.gray(formatTimestamp())} ${_chalk.hex(colors.brand ?? "#1fb2a6")(`[${CONSOLE_ICONS[LogLevelLabel.DEBUG]} Debug] `)}${_chalk.bold.whiteBright(formatLogMessage(message))}
|
|
677
677
|
`);
|
|
678
678
|
};
|
|
679
679
|
}
|
|
680
680
|
if (typeof logLevel === "number" && LogLevel.TRACE >= logLevel) {
|
|
681
681
|
return (message) => {
|
|
682
682
|
console.debug(`
|
|
683
|
-
${_chalk.gray(formatTimestamp())} ${_chalk.hex(colors.brand ?? "#1fb2a6")(`[${CONSOLE_ICONS[LogLevelLabel.TRACE]} Trace]`)}
|
|
683
|
+
${_chalk.gray(formatTimestamp())} ${_chalk.hex(colors.brand ?? "#1fb2a6")(`[${CONSOLE_ICONS[LogLevelLabel.TRACE]} Trace] `)}${_chalk.bold.whiteBright(formatLogMessage(message))}
|
|
684
684
|
`);
|
|
685
685
|
};
|
|
686
686
|
}
|
|
687
687
|
return (message) => {
|
|
688
688
|
console.log(`
|
|
689
|
-
${_chalk.gray(formatTimestamp())} ${_chalk.hex(colors.brand ?? "#1fb2a6")(`[${CONSOLE_ICONS[LogLevelLabel.ALL]} System]`)}
|
|
689
|
+
${_chalk.gray(formatTimestamp())} ${_chalk.hex(colors.brand ?? "#1fb2a6")(`[${CONSOLE_ICONS[LogLevelLabel.ALL]} System] `)}${_chalk.bold.whiteBright(formatLogMessage(message))}
|
|
690
690
|
`);
|
|
691
691
|
};
|
|
692
692
|
}, "getLogFn");
|
|
@@ -703,7 +703,6 @@ var getStopwatch = /* @__PURE__ */ __name((name) => {
|
|
|
703
703
|
const end = process.hrtime(start);
|
|
704
704
|
console.info(`
|
|
705
705
|
> \u23F1\uFE0F The${name ? ` ${name}` : ""} process took ${Math.round(end[0] * 1e3 + end[1] / 1e6)}ms to complete
|
|
706
|
-
|
|
707
706
|
`);
|
|
708
707
|
};
|
|
709
708
|
}, "getStopwatch");
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var _chunkAGUAOC6Djs = require('./chunk-AGUAOC6D.js');
|
|
4
4
|
|
|
5
5
|
// src/executors/preview/executor.ts
|
|
6
|
-
var executor_default =
|
|
6
|
+
var executor_default = _chunkAGUAOC6Djs.withPulumiExecutor.call(void 0, "preview", (options) => [
|
|
7
7
|
options.stack && `--stack=${options.stack}`,
|
|
8
8
|
options.expectNoChanges && "--expect-no-changes"
|
|
9
9
|
]);
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var _chunkAGUAOC6Djs = require('./chunk-AGUAOC6D.js');
|
|
4
4
|
|
|
5
5
|
// src/executors/refresh/executor.ts
|
|
6
|
-
var executor_default =
|
|
6
|
+
var executor_default = _chunkAGUAOC6Djs.withPulumiExecutor.call(void 0, "refresh", (options) => [
|
|
7
7
|
"--suppress-progress",
|
|
8
8
|
options.stack && `--stack=${options.stack}`,
|
|
9
9
|
options.skipPreview && "--skip-preview",
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var _chunkAGUAOC6Djs = require('./chunk-AGUAOC6D.js');
|
|
4
4
|
|
|
5
5
|
// src/executors/up/executor.ts
|
|
6
|
-
var executor_default =
|
|
6
|
+
var executor_default = _chunkAGUAOC6Djs.withPulumiExecutor.call(void 0, "up", (options) => [
|
|
7
7
|
"--suppress-progress",
|
|
8
8
|
options.stack && `--stack=${options.stack}`,
|
|
9
9
|
options.skipPreview && "--skip-preview",
|
package/dist/executors.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";require('./chunk-XO62WWX4.js');
|
|
2
|
-
require('./chunk-
|
|
3
|
-
require('./chunk-
|
|
4
|
-
require('./chunk-
|
|
5
|
-
require('./chunk-
|
|
6
|
-
require('./chunk-
|
|
7
|
-
require('./chunk-
|
|
8
|
-
require('./chunk-
|
|
2
|
+
require('./chunk-GKL4FIQR.js');
|
|
3
|
+
require('./chunk-SZPRNEBU.js');
|
|
4
|
+
require('./chunk-YLQJGUG5.js');
|
|
5
|
+
require('./chunk-Z2MYTUK4.js');
|
|
6
|
+
require('./chunk-7WAJCJNQ.js');
|
|
7
|
+
require('./chunk-AGUAOC6D.js');
|
|
8
|
+
require('./chunk-DEX3APPV.js');
|
|
9
9
|
require('./chunk-3GQAWCBQ.js');
|
package/dist/executors.mjs
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import "./chunk-UV4HQO3Y.mjs";
|
|
2
|
-
import "./chunk-
|
|
3
|
-
import "./chunk-
|
|
4
|
-
import "./chunk-
|
|
5
|
-
import "./chunk-
|
|
6
|
-
import "./chunk-
|
|
7
|
-
import "./chunk-
|
|
8
|
-
import "./chunk-
|
|
2
|
+
import "./chunk-EAPVC6ZG.mjs";
|
|
3
|
+
import "./chunk-SZ6G4UX3.mjs";
|
|
4
|
+
import "./chunk-4SNAHD4Y.mjs";
|
|
5
|
+
import "./chunk-YYEHDDVI.mjs";
|
|
6
|
+
import "./chunk-DQPKAWDQ.mjs";
|
|
7
|
+
import "./chunk-CZG4AHP6.mjs";
|
|
8
|
+
import "./chunk-RQQ65ZIM.mjs";
|
|
9
9
|
import "./chunk-R7DU2APC.mjs";
|
package/dist/generators.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});require('./chunk-N2YKXZ5R.js');
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
4
|
+
var _chunkMI46VRWNjs = require('./chunk-MI46VRWN.js');
|
|
5
5
|
require('./chunk-DBLK3NPE.js');
|
|
6
|
-
require('./chunk-
|
|
6
|
+
require('./chunk-DEX3APPV.js');
|
|
7
7
|
require('./chunk-3GQAWCBQ.js');
|
|
8
8
|
|
|
9
9
|
|
|
10
|
-
exports.initGeneratorFn =
|
|
10
|
+
exports.initGeneratorFn = _chunkMI46VRWNjs.initGeneratorFn;
|
package/dist/generators.mjs
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import "./chunk-23KFTIT2.mjs";
|
|
2
2
|
import {
|
|
3
3
|
initGeneratorFn
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-TOZNJJ4A.mjs";
|
|
5
5
|
import "./chunk-QPASYUSE.mjs";
|
|
6
|
-
import "./chunk-
|
|
6
|
+
import "./chunk-RQQ65ZIM.mjs";
|
|
7
7
|
import "./chunk-R7DU2APC.mjs";
|
|
8
8
|
export {
|
|
9
9
|
initGeneratorFn
|
package/dist/index.js
CHANGED
|
@@ -1,26 +1,26 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});require('./chunk-XO62WWX4.js');
|
|
2
|
-
require('./chunk-
|
|
3
|
-
require('./chunk-
|
|
4
|
-
require('./chunk-
|
|
5
|
-
require('./chunk-
|
|
2
|
+
require('./chunk-GKL4FIQR.js');
|
|
3
|
+
require('./chunk-SZPRNEBU.js');
|
|
4
|
+
require('./chunk-YLQJGUG5.js');
|
|
5
|
+
require('./chunk-Z2MYTUK4.js');
|
|
6
6
|
require('./chunk-N2YKXZ5R.js');
|
|
7
7
|
|
|
8
8
|
|
|
9
|
-
var
|
|
9
|
+
var _chunkMI46VRWNjs = require('./chunk-MI46VRWN.js');
|
|
10
10
|
require('./chunk-GUQOEBFW.js');
|
|
11
11
|
|
|
12
12
|
|
|
13
13
|
|
|
14
14
|
var _chunkDBLK3NPEjs = require('./chunk-DBLK3NPE.js');
|
|
15
|
-
require('./chunk-
|
|
15
|
+
require('./chunk-7WAJCJNQ.js');
|
|
16
16
|
|
|
17
17
|
|
|
18
|
-
var
|
|
19
|
-
require('./chunk-
|
|
18
|
+
var _chunkAGUAOC6Djs = require('./chunk-AGUAOC6D.js');
|
|
19
|
+
require('./chunk-DEX3APPV.js');
|
|
20
20
|
require('./chunk-3GQAWCBQ.js');
|
|
21
21
|
|
|
22
22
|
|
|
23
23
|
|
|
24
24
|
|
|
25
25
|
|
|
26
|
-
exports.Provider = _chunkDBLK3NPEjs.Provider; exports.getCloudTemplateName = _chunkDBLK3NPEjs.getCloudTemplateName; exports.initGeneratorFn =
|
|
26
|
+
exports.Provider = _chunkDBLK3NPEjs.Provider; exports.getCloudTemplateName = _chunkDBLK3NPEjs.getCloudTemplateName; exports.initGeneratorFn = _chunkMI46VRWNjs.initGeneratorFn; exports.withPulumiExecutor = _chunkAGUAOC6Djs.withPulumiExecutor;
|
package/dist/index.mjs
CHANGED
|
@@ -1,22 +1,22 @@
|
|
|
1
1
|
import "./chunk-UV4HQO3Y.mjs";
|
|
2
|
-
import "./chunk-
|
|
3
|
-
import "./chunk-
|
|
4
|
-
import "./chunk-
|
|
5
|
-
import "./chunk-
|
|
2
|
+
import "./chunk-EAPVC6ZG.mjs";
|
|
3
|
+
import "./chunk-SZ6G4UX3.mjs";
|
|
4
|
+
import "./chunk-4SNAHD4Y.mjs";
|
|
5
|
+
import "./chunk-YYEHDDVI.mjs";
|
|
6
6
|
import "./chunk-23KFTIT2.mjs";
|
|
7
7
|
import {
|
|
8
8
|
initGeneratorFn
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-TOZNJJ4A.mjs";
|
|
10
10
|
import "./chunk-CA7S5MOH.mjs";
|
|
11
11
|
import {
|
|
12
12
|
Provider,
|
|
13
13
|
getCloudTemplateName
|
|
14
14
|
} from "./chunk-QPASYUSE.mjs";
|
|
15
|
-
import "./chunk-
|
|
15
|
+
import "./chunk-DQPKAWDQ.mjs";
|
|
16
16
|
import {
|
|
17
17
|
withPulumiExecutor
|
|
18
|
-
} from "./chunk-
|
|
19
|
-
import "./chunk-
|
|
18
|
+
} from "./chunk-CZG4AHP6.mjs";
|
|
19
|
+
import "./chunk-RQQ65ZIM.mjs";
|
|
20
20
|
import "./chunk-R7DU2APC.mjs";
|
|
21
21
|
export {
|
|
22
22
|
Provider,
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var
|
|
4
|
-
require('../../chunk-
|
|
3
|
+
var _chunkAGUAOC6Djs = require('../../chunk-AGUAOC6D.js');
|
|
4
|
+
require('../../chunk-DEX3APPV.js');
|
|
5
5
|
require('../../chunk-3GQAWCBQ.js');
|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
exports.withPulumiExecutor =
|
|
8
|
+
exports.withPulumiExecutor = _chunkAGUAOC6Djs.withPulumiExecutor;
|
package/dist/src/base/index.js
CHANGED
|
@@ -5,11 +5,11 @@
|
|
|
5
5
|
var _chunkDBLK3NPEjs = require('../../chunk-DBLK3NPE.js');
|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
var
|
|
9
|
-
require('../../chunk-
|
|
8
|
+
var _chunkAGUAOC6Djs = require('../../chunk-AGUAOC6D.js');
|
|
9
|
+
require('../../chunk-DEX3APPV.js');
|
|
10
10
|
require('../../chunk-3GQAWCBQ.js');
|
|
11
11
|
|
|
12
12
|
|
|
13
13
|
|
|
14
14
|
|
|
15
|
-
exports.Provider = _chunkDBLK3NPEjs.Provider; exports.getCloudTemplateName = _chunkDBLK3NPEjs.getCloudTemplateName; exports.withPulumiExecutor =
|
|
15
|
+
exports.Provider = _chunkDBLK3NPEjs.Provider; exports.getCloudTemplateName = _chunkDBLK3NPEjs.getCloudTemplateName; exports.withPulumiExecutor = _chunkAGUAOC6Djs.withPulumiExecutor;
|
package/dist/src/base/index.mjs
CHANGED
|
@@ -5,8 +5,8 @@ import {
|
|
|
5
5
|
} from "../../chunk-QPASYUSE.mjs";
|
|
6
6
|
import {
|
|
7
7
|
withPulumiExecutor
|
|
8
|
-
} from "../../chunk-
|
|
9
|
-
import "../../chunk-
|
|
8
|
+
} from "../../chunk-CZG4AHP6.mjs";
|
|
9
|
+
import "../../chunk-RQQ65ZIM.mjs";
|
|
10
10
|
import "../../chunk-R7DU2APC.mjs";
|
|
11
11
|
export {
|
|
12
12
|
Provider,
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var
|
|
4
|
-
require('../../../chunk-
|
|
5
|
-
require('../../../chunk-
|
|
3
|
+
var _chunk7WAJCJNQjs = require('../../../chunk-7WAJCJNQ.js');
|
|
4
|
+
require('../../../chunk-AGUAOC6D.js');
|
|
5
|
+
require('../../../chunk-DEX3APPV.js');
|
|
6
6
|
require('../../../chunk-3GQAWCBQ.js');
|
|
7
7
|
|
|
8
8
|
|
|
9
|
-
exports.default =
|
|
9
|
+
exports.default = _chunk7WAJCJNQjs.executor_default;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import {
|
|
2
2
|
executor_default
|
|
3
|
-
} from "../../../chunk-
|
|
4
|
-
import "../../../chunk-
|
|
5
|
-
import "../../../chunk-
|
|
3
|
+
} from "../../../chunk-DQPKAWDQ.mjs";
|
|
4
|
+
import "../../../chunk-CZG4AHP6.mjs";
|
|
5
|
+
import "../../../chunk-RQQ65ZIM.mjs";
|
|
6
6
|
import "../../../chunk-R7DU2APC.mjs";
|
|
7
7
|
export {
|
|
8
8
|
executor_default as default
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var
|
|
4
|
-
require('../../../chunk-
|
|
5
|
-
require('../../../chunk-
|
|
3
|
+
var _chunkGKL4FIQRjs = require('../../../chunk-GKL4FIQR.js');
|
|
4
|
+
require('../../../chunk-AGUAOC6D.js');
|
|
5
|
+
require('../../../chunk-DEX3APPV.js');
|
|
6
6
|
require('../../../chunk-3GQAWCBQ.js');
|
|
7
7
|
|
|
8
8
|
|
|
9
|
-
exports.default =
|
|
9
|
+
exports.default = _chunkGKL4FIQRjs.executor_default;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import {
|
|
2
2
|
executor_default
|
|
3
|
-
} from "../../../chunk-
|
|
4
|
-
import "../../../chunk-
|
|
5
|
-
import "../../../chunk-
|
|
3
|
+
} from "../../../chunk-EAPVC6ZG.mjs";
|
|
4
|
+
import "../../../chunk-CZG4AHP6.mjs";
|
|
5
|
+
import "../../../chunk-RQQ65ZIM.mjs";
|
|
6
6
|
import "../../../chunk-R7DU2APC.mjs";
|
|
7
7
|
export {
|
|
8
8
|
executor_default as default
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var
|
|
4
|
-
require('../../../chunk-
|
|
5
|
-
require('../../../chunk-
|
|
3
|
+
var _chunkSZPRNEBUjs = require('../../../chunk-SZPRNEBU.js');
|
|
4
|
+
require('../../../chunk-AGUAOC6D.js');
|
|
5
|
+
require('../../../chunk-DEX3APPV.js');
|
|
6
6
|
require('../../../chunk-3GQAWCBQ.js');
|
|
7
7
|
|
|
8
8
|
|
|
9
|
-
exports.default =
|
|
9
|
+
exports.default = _chunkSZPRNEBUjs.executor_default;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import {
|
|
2
2
|
executor_default
|
|
3
|
-
} from "../../../chunk-
|
|
4
|
-
import "../../../chunk-
|
|
5
|
-
import "../../../chunk-
|
|
3
|
+
} from "../../../chunk-SZ6G4UX3.mjs";
|
|
4
|
+
import "../../../chunk-CZG4AHP6.mjs";
|
|
5
|
+
import "../../../chunk-RQQ65ZIM.mjs";
|
|
6
6
|
import "../../../chunk-R7DU2APC.mjs";
|
|
7
7
|
export {
|
|
8
8
|
executor_default as default
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var
|
|
4
|
-
require('../../../chunk-
|
|
5
|
-
require('../../../chunk-
|
|
3
|
+
var _chunkYLQJGUG5js = require('../../../chunk-YLQJGUG5.js');
|
|
4
|
+
require('../../../chunk-AGUAOC6D.js');
|
|
5
|
+
require('../../../chunk-DEX3APPV.js');
|
|
6
6
|
require('../../../chunk-3GQAWCBQ.js');
|
|
7
7
|
|
|
8
8
|
|
|
9
|
-
exports.default =
|
|
9
|
+
exports.default = _chunkYLQJGUG5js.executor_default;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import {
|
|
2
2
|
executor_default
|
|
3
|
-
} from "../../../chunk-
|
|
4
|
-
import "../../../chunk-
|
|
5
|
-
import "../../../chunk-
|
|
3
|
+
} from "../../../chunk-4SNAHD4Y.mjs";
|
|
4
|
+
import "../../../chunk-CZG4AHP6.mjs";
|
|
5
|
+
import "../../../chunk-RQQ65ZIM.mjs";
|
|
6
6
|
import "../../../chunk-R7DU2APC.mjs";
|
|
7
7
|
export {
|
|
8
8
|
executor_default as default
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var
|
|
4
|
-
require('../../../chunk-
|
|
5
|
-
require('../../../chunk-
|
|
3
|
+
var _chunkZ2MYTUK4js = require('../../../chunk-Z2MYTUK4.js');
|
|
4
|
+
require('../../../chunk-AGUAOC6D.js');
|
|
5
|
+
require('../../../chunk-DEX3APPV.js');
|
|
6
6
|
require('../../../chunk-3GQAWCBQ.js');
|
|
7
7
|
|
|
8
8
|
|
|
9
|
-
exports.default =
|
|
9
|
+
exports.default = _chunkZ2MYTUK4js.executor_default;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import {
|
|
2
2
|
executor_default
|
|
3
|
-
} from "../../../chunk-
|
|
4
|
-
import "../../../chunk-
|
|
5
|
-
import "../../../chunk-
|
|
3
|
+
} from "../../../chunk-YYEHDDVI.mjs";
|
|
4
|
+
import "../../../chunk-CZG4AHP6.mjs";
|
|
5
|
+
import "../../../chunk-RQQ65ZIM.mjs";
|
|
6
6
|
import "../../../chunk-R7DU2APC.mjs";
|
|
7
7
|
export {
|
|
8
8
|
executor_default as default
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
4
|
+
var _chunkMI46VRWNjs = require('../../../chunk-MI46VRWN.js');
|
|
5
5
|
require('../../../chunk-DBLK3NPE.js');
|
|
6
|
-
require('../../../chunk-
|
|
6
|
+
require('../../../chunk-DEX3APPV.js');
|
|
7
7
|
require('../../../chunk-3GQAWCBQ.js');
|
|
8
8
|
|
|
9
9
|
|
|
10
10
|
|
|
11
|
-
exports.default =
|
|
11
|
+
exports.default = _chunkMI46VRWNjs.generator_default; exports.initGeneratorFn = _chunkMI46VRWNjs.initGeneratorFn;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import {
|
|
2
2
|
generator_default,
|
|
3
3
|
initGeneratorFn
|
|
4
|
-
} from "../../../chunk-
|
|
4
|
+
} from "../../../chunk-TOZNJJ4A.mjs";
|
|
5
5
|
import "../../../chunk-QPASYUSE.mjs";
|
|
6
|
-
import "../../../chunk-
|
|
6
|
+
import "../../../chunk-RQQ65ZIM.mjs";
|
|
7
7
|
import "../../../chunk-R7DU2APC.mjs";
|
|
8
8
|
export {
|
|
9
9
|
generator_default as default,
|