@storm-software/pulumi-tools 0.22.244 → 0.22.246
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 +20 -0
- package/README.md +1 -1
- package/dist/{chunk-Y23HKZPB.js → chunk-4LJCCTK5.js} +2 -2
- package/dist/{chunk-7B5EHG5S.mjs → chunk-CAQI7RVG.mjs} +1 -1
- package/dist/{chunk-LU3LPDFW.js → chunk-CWTQBCUL.js} +2 -2
- package/dist/{chunk-BQB7AJRB.js → chunk-DTLUUYOH.js} +5 -5
- package/dist/{chunk-TBEITKI4.js → chunk-EDIEEEJI.js} +2 -2
- package/dist/{chunk-T735FFKS.mjs → chunk-EUFQBY7K.mjs} +1 -1
- package/dist/{chunk-PWSXZUZE.js → chunk-HPVJERIC.js} +16 -16
- package/dist/{chunk-MUGX2GXV.js → chunk-IHNIZXQK.js} +2 -2
- package/dist/{chunk-MHXQ24MX.mjs → chunk-L6YQWCJE.mjs} +16 -16
- package/dist/{chunk-FIDZBRNI.js → chunk-NFADFVTE.js} +3 -3
- package/dist/{chunk-BLAR4BYS.js → chunk-O5I5HAK6.js} +2 -2
- package/dist/{chunk-PBEVDCNV.mjs → chunk-QHFOLMUL.mjs} +1 -1
- package/dist/{chunk-EPEHMKCS.mjs → chunk-UJKQUP3U.mjs} +1 -1
- package/dist/{chunk-7FVMOB2U.mjs → chunk-V4FFSZYH.mjs} +1 -1
- package/dist/{chunk-GEWVPVGC.mjs → chunk-VGHANJE3.mjs} +1 -1
- package/dist/{chunk-JBX7XBNG.mjs → chunk-YTBASQR6.mjs} +1 -1
- 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 +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,26 @@
|
|
|
2
2
|
|
|
3
3
|
# Changelog for Storm Ops - Pulumi Tools
|
|
4
4
|
|
|
5
|
+
## [0.22.245](https://github.com/storm-software/storm-ops/releases/tag/pulumi-tools%400.22.245) (06/14/2026)
|
|
6
|
+
|
|
7
|
+
### Miscellaneous
|
|
8
|
+
|
|
9
|
+
- **monorepo:** Regenerate `README` markdown files ([2f934c964](https://github.com/storm-software/storm-ops/commit/2f934c964))
|
|
10
|
+
|
|
11
|
+
### Updated Dependencies
|
|
12
|
+
|
|
13
|
+
- Updated **config** to **v1.138.0**
|
|
14
|
+
- Updated **config-tools** to **v1.190.63**
|
|
15
|
+
- Updated **workspace-tools** to **v1.296.42**
|
|
16
|
+
|
|
17
|
+
## [0.22.244](https://github.com/storm-software/storm-ops/releases/tag/pulumi-tools%400.22.244) (06/14/2026)
|
|
18
|
+
|
|
19
|
+
### Updated Dependencies
|
|
20
|
+
|
|
21
|
+
- Updated **config** to **v1.137.94**
|
|
22
|
+
- Updated **config-tools** to **v1.190.62**
|
|
23
|
+
- Updated **workspace-tools** to **v1.296.41**
|
|
24
|
+
|
|
5
25
|
## [0.22.243](https://github.com/storm-software/storm-ops/releases/tag/pulumi-tools%400.22.243) (06/13/2026)
|
|
6
26
|
|
|
7
27
|
### Updated Dependencies
|
package/README.md
CHANGED
|
@@ -27,7 +27,7 @@ This package is part of the <b>⚡Storm-Ops</b> monorepo. The Storm-Ops packages
|
|
|
27
27
|
|
|
28
28
|
<h3 align="center">💻 Visit <a href="https://stormsoftware.com" target="_blank">stormsoftware.com</a> to stay up to date with this developer</h3><br />
|
|
29
29
|
|
|
30
|
-
[](https://prettier.io/) [](http://nx.dev/) [](https://nextjs.org/) [](http://commitizen.github.io/cz-cli/)  [](https://fumadocs.vercel.app/) 
|
|
31
31
|
|
|
32
32
|
<!-- prettier-ignore-start -->
|
|
33
33
|
<!-- markdownlint-disable -->
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var _chunkNFADFVTEjs = require('./chunk-NFADFVTE.js');
|
|
4
4
|
|
|
5
5
|
// src/executors/preview/executor.ts
|
|
6
|
-
var executor_default =
|
|
6
|
+
var executor_default = _chunkNFADFVTEjs.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 _chunkNFADFVTEjs = require('./chunk-NFADFVTE.js');
|
|
4
4
|
|
|
5
5
|
// src/executors/config/executor.ts
|
|
6
|
-
var executor_default =
|
|
6
|
+
var executor_default = _chunkNFADFVTEjs.withPulumiExecutor.call(void 0, "config", (options) => [
|
|
7
7
|
options.action,
|
|
8
8
|
options.showSecrets && `--show-secrets`,
|
|
9
9
|
options.secret && `--secret`,
|
|
@@ -5,7 +5,7 @@ var _chunkQDPXTR73js = require('./chunk-QDPXTR73.js');
|
|
|
5
5
|
|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
var
|
|
8
|
+
var _chunkHPVJERICjs = require('./chunk-HPVJERIC.js');
|
|
9
9
|
|
|
10
10
|
// src/generators/init/generator.ts
|
|
11
11
|
|
|
@@ -18,7 +18,7 @@ var _devkit = require('@nx/devkit');
|
|
|
18
18
|
var _fs = require('fs');
|
|
19
19
|
var _path = require('path');
|
|
20
20
|
async function initGeneratorFn(tree, options, config) {
|
|
21
|
-
const task =
|
|
21
|
+
const task = _chunkHPVJERICjs.initGenerator.call(void 0, tree, options);
|
|
22
22
|
_devkit.addProjectConfiguration.call(void 0, tree, options.name || "deployment", {
|
|
23
23
|
root: options.directory || "./deployment",
|
|
24
24
|
projectType: "application",
|
|
@@ -54,14 +54,14 @@ async function initGeneratorFn(tree, options, config) {
|
|
|
54
54
|
}
|
|
55
55
|
return task;
|
|
56
56
|
}
|
|
57
|
-
var generator_default =
|
|
57
|
+
var generator_default = _chunkHPVJERICjs.withRunGenerator.call(void 0,
|
|
58
58
|
"Initialize Storm Pulumi workspace",
|
|
59
59
|
initGeneratorFn
|
|
60
60
|
);
|
|
61
61
|
function generateNewPulumiProject(tree, options, config) {
|
|
62
62
|
return () => {
|
|
63
63
|
const template = _chunkQDPXTR73js.getCloudTemplateName.call(void 0, options.provider);
|
|
64
|
-
|
|
64
|
+
_chunkHPVJERICjs.run.call(void 0,
|
|
65
65
|
config,
|
|
66
66
|
[
|
|
67
67
|
`pulumi new ${template}`,
|
|
@@ -85,7 +85,7 @@ function loginToPulumi(tree, options, config) {
|
|
|
85
85
|
if (options.login.startsWith("file://")) {
|
|
86
86
|
options.login = `file://${tree.root}/${options.directory || "./deployment"}/${options.login.replace("file://", "")}`;
|
|
87
87
|
}
|
|
88
|
-
|
|
88
|
+
_chunkHPVJERICjs.run.call(void 0,
|
|
89
89
|
config,
|
|
90
90
|
["pulumi login", options.login].filter(Boolean).join(" "),
|
|
91
91
|
_path.join.call(void 0, config.workspaceRoot, options.directory || "./deployment"),
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var _chunkNFADFVTEjs = require('./chunk-NFADFVTE.js');
|
|
4
4
|
|
|
5
5
|
// src/executors/refresh/executor.ts
|
|
6
|
-
var executor_default =
|
|
6
|
+
var executor_default = _chunkNFADFVTEjs.withPulumiExecutor.call(void 0, "refresh", (options) => [
|
|
7
7
|
"--suppress-progress",
|
|
8
8
|
options.stack && `--stack=${options.stack}`,
|
|
9
9
|
options.skipPreview && "--skip-preview",
|
|
@@ -58,7 +58,7 @@ var DEFAULT_COLOR_CONFIG = {
|
|
|
58
58
|
foreground: "#1d1e22",
|
|
59
59
|
brand: "#1fb2a6",
|
|
60
60
|
alternate: "#db2777",
|
|
61
|
-
|
|
61
|
+
discovery: "#5C4EE5",
|
|
62
62
|
success: "#087f5b",
|
|
63
63
|
info: "#0550ae",
|
|
64
64
|
debug: "#8afafc",
|
|
@@ -72,11 +72,11 @@ var DEFAULT_COLOR_CONFIG = {
|
|
|
72
72
|
gradient: ["#1fb2a6", "#db2777", "#5C4EE5"]
|
|
73
73
|
},
|
|
74
74
|
dark: {
|
|
75
|
-
background: "#
|
|
75
|
+
background: "#1e2124",
|
|
76
76
|
foreground: "#cbd5e1",
|
|
77
77
|
brand: "#2dd4bf",
|
|
78
78
|
alternate: "#db2777",
|
|
79
|
-
|
|
79
|
+
discovery: "#818cf8",
|
|
80
80
|
success: "#10b981",
|
|
81
81
|
info: "#58a6ff",
|
|
82
82
|
debug: "#8afafc",
|
|
@@ -770,7 +770,7 @@ var colorSchema = z.string().check(
|
|
|
770
770
|
schemaRegistry.add(colorSchema, {
|
|
771
771
|
description: "A base schema for describing the format of colors"
|
|
772
772
|
});
|
|
773
|
-
var darkColorSchema = z._default(colorSchema, "#
|
|
773
|
+
var darkColorSchema = z._default(colorSchema, "#1e2124");
|
|
774
774
|
schemaRegistry.add(darkColorSchema, {
|
|
775
775
|
description: "The dark background color of the workspace"
|
|
776
776
|
});
|
|
@@ -794,8 +794,8 @@ var linkColorSchema = z._default(colorSchema, "#3fa6ff");
|
|
|
794
794
|
schemaRegistry.add(linkColorSchema, {
|
|
795
795
|
description: "The color used to display hyperlink text"
|
|
796
796
|
});
|
|
797
|
-
var
|
|
798
|
-
schemaRegistry.add(
|
|
797
|
+
var discoveryColorSchema = z._default(colorSchema, "#818cf8");
|
|
798
|
+
schemaRegistry.add(discoveryColorSchema, {
|
|
799
799
|
description: "The second brand specific color of the workspace"
|
|
800
800
|
});
|
|
801
801
|
var successColorSchema = z._default(colorSchema, "#45b27e");
|
|
@@ -845,7 +845,7 @@ var darkColorsSchema = z.object({
|
|
|
845
845
|
alternate: alternateColorSchema,
|
|
846
846
|
accent: accentColorSchema,
|
|
847
847
|
link: linkColorSchema,
|
|
848
|
-
|
|
848
|
+
discovery: discoveryColorSchema,
|
|
849
849
|
success: successColorSchema,
|
|
850
850
|
info: infoColorSchema,
|
|
851
851
|
debug: debugColorSchema,
|
|
@@ -864,7 +864,7 @@ var lightColorsSchema = z.object({
|
|
|
864
864
|
alternate: alternateColorSchema,
|
|
865
865
|
accent: accentColorSchema,
|
|
866
866
|
link: linkColorSchema,
|
|
867
|
-
|
|
867
|
+
discovery: discoveryColorSchema,
|
|
868
868
|
success: successColorSchema,
|
|
869
869
|
info: infoColorSchema,
|
|
870
870
|
debug: debugColorSchema,
|
|
@@ -887,7 +887,7 @@ var singleColorsSchema = z.object({
|
|
|
887
887
|
alternate: alternateColorSchema,
|
|
888
888
|
accent: accentColorSchema,
|
|
889
889
|
link: linkColorSchema,
|
|
890
|
-
|
|
890
|
+
discovery: discoveryColorSchema,
|
|
891
891
|
success: successColorSchema,
|
|
892
892
|
info: infoColorSchema,
|
|
893
893
|
debug: debugColorSchema,
|
|
@@ -1337,7 +1337,7 @@ var COLOR_KEYS = [
|
|
|
1337
1337
|
"accent",
|
|
1338
1338
|
"link",
|
|
1339
1339
|
"success",
|
|
1340
|
-
"
|
|
1340
|
+
"discovery",
|
|
1341
1341
|
"info",
|
|
1342
1342
|
"warning",
|
|
1343
1343
|
"danger",
|
|
@@ -1676,7 +1676,7 @@ var getSingleThemeColorsEnv = (prefix) => {
|
|
|
1676
1676
|
alternate: process.env[`${prefix}ALTERNATE`],
|
|
1677
1677
|
accent: process.env[`${prefix}ACCENT`],
|
|
1678
1678
|
link: process.env[`${prefix}LINK`],
|
|
1679
|
-
|
|
1679
|
+
discovery: process.env[`${prefix}DISCOVERY`],
|
|
1680
1680
|
success: process.env[`${prefix}SUCCESS`],
|
|
1681
1681
|
info: process.env[`${prefix}INFO`],
|
|
1682
1682
|
debug: process.env[`${prefix}DEBUG`],
|
|
@@ -1716,7 +1716,7 @@ var getBaseThemeColorsEnv = (prefix) => {
|
|
|
1716
1716
|
alternate: process.env[`${prefix}ALTERNATE`],
|
|
1717
1717
|
accent: process.env[`${prefix}ACCENT`],
|
|
1718
1718
|
link: process.env[`${prefix}LINK`],
|
|
1719
|
-
|
|
1719
|
+
discovery: process.env[`${prefix}DISCOVERY`],
|
|
1720
1720
|
success: process.env[`${prefix}SUCCESS`],
|
|
1721
1721
|
info: process.env[`${prefix}INFO`],
|
|
1722
1722
|
debug: process.env[`${prefix}DEBUG`],
|
|
@@ -2013,8 +2013,8 @@ var setSingleThemeColorsEnv = (prefix, config) => {
|
|
|
2013
2013
|
if (config.link) {
|
|
2014
2014
|
process.env[`${prefix}LINK`] = config.link;
|
|
2015
2015
|
}
|
|
2016
|
-
if (config.
|
|
2017
|
-
process.env[`${prefix}
|
|
2016
|
+
if (config.discovery) {
|
|
2017
|
+
process.env[`${prefix}DISCOVERY`] = config.discovery;
|
|
2018
2018
|
}
|
|
2019
2019
|
if (config.success) {
|
|
2020
2020
|
process.env[`${prefix}SUCCESS`] = config.success;
|
|
@@ -2074,8 +2074,8 @@ var setBaseThemeColorsEnv = (prefix, config) => {
|
|
|
2074
2074
|
if (config.link) {
|
|
2075
2075
|
process.env[`${prefix}LINK`] = config.link;
|
|
2076
2076
|
}
|
|
2077
|
-
if (config.
|
|
2078
|
-
process.env[`${prefix}
|
|
2077
|
+
if (config.discovery) {
|
|
2078
|
+
process.env[`${prefix}DISCOVERY`] = config.discovery;
|
|
2079
2079
|
}
|
|
2080
2080
|
if (config.success) {
|
|
2081
2081
|
process.env[`${prefix}SUCCESS`] = config.success;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var _chunkNFADFVTEjs = require('./chunk-NFADFVTE.js');
|
|
4
4
|
|
|
5
5
|
// src/executors/up/executor.ts
|
|
6
|
-
var executor_default =
|
|
6
|
+
var executor_default = _chunkNFADFVTEjs.withPulumiExecutor.call(void 0, "up", (options) => [
|
|
7
7
|
"--suppress-progress",
|
|
8
8
|
options.stack && `--stack=${options.stack}`,
|
|
9
9
|
options.skipPreview && "--skip-preview",
|
|
@@ -62,7 +62,7 @@ var DEFAULT_COLOR_CONFIG = {
|
|
|
62
62
|
foreground: "#1d1e22",
|
|
63
63
|
brand: "#1fb2a6",
|
|
64
64
|
alternate: "#db2777",
|
|
65
|
-
|
|
65
|
+
discovery: "#5C4EE5",
|
|
66
66
|
success: "#087f5b",
|
|
67
67
|
info: "#0550ae",
|
|
68
68
|
debug: "#8afafc",
|
|
@@ -76,11 +76,11 @@ var DEFAULT_COLOR_CONFIG = {
|
|
|
76
76
|
gradient: ["#1fb2a6", "#db2777", "#5C4EE5"]
|
|
77
77
|
},
|
|
78
78
|
dark: {
|
|
79
|
-
background: "#
|
|
79
|
+
background: "#1e2124",
|
|
80
80
|
foreground: "#cbd5e1",
|
|
81
81
|
brand: "#2dd4bf",
|
|
82
82
|
alternate: "#db2777",
|
|
83
|
-
|
|
83
|
+
discovery: "#818cf8",
|
|
84
84
|
success: "#10b981",
|
|
85
85
|
info: "#58a6ff",
|
|
86
86
|
debug: "#8afafc",
|
|
@@ -774,7 +774,7 @@ var colorSchema = z.string().check(
|
|
|
774
774
|
schemaRegistry.add(colorSchema, {
|
|
775
775
|
description: "A base schema for describing the format of colors"
|
|
776
776
|
});
|
|
777
|
-
var darkColorSchema = z._default(colorSchema, "#
|
|
777
|
+
var darkColorSchema = z._default(colorSchema, "#1e2124");
|
|
778
778
|
schemaRegistry.add(darkColorSchema, {
|
|
779
779
|
description: "The dark background color of the workspace"
|
|
780
780
|
});
|
|
@@ -798,8 +798,8 @@ var linkColorSchema = z._default(colorSchema, "#3fa6ff");
|
|
|
798
798
|
schemaRegistry.add(linkColorSchema, {
|
|
799
799
|
description: "The color used to display hyperlink text"
|
|
800
800
|
});
|
|
801
|
-
var
|
|
802
|
-
schemaRegistry.add(
|
|
801
|
+
var discoveryColorSchema = z._default(colorSchema, "#818cf8");
|
|
802
|
+
schemaRegistry.add(discoveryColorSchema, {
|
|
803
803
|
description: "The second brand specific color of the workspace"
|
|
804
804
|
});
|
|
805
805
|
var successColorSchema = z._default(colorSchema, "#45b27e");
|
|
@@ -849,7 +849,7 @@ var darkColorsSchema = z.object({
|
|
|
849
849
|
alternate: alternateColorSchema,
|
|
850
850
|
accent: accentColorSchema,
|
|
851
851
|
link: linkColorSchema,
|
|
852
|
-
|
|
852
|
+
discovery: discoveryColorSchema,
|
|
853
853
|
success: successColorSchema,
|
|
854
854
|
info: infoColorSchema,
|
|
855
855
|
debug: debugColorSchema,
|
|
@@ -868,7 +868,7 @@ var lightColorsSchema = z.object({
|
|
|
868
868
|
alternate: alternateColorSchema,
|
|
869
869
|
accent: accentColorSchema,
|
|
870
870
|
link: linkColorSchema,
|
|
871
|
-
|
|
871
|
+
discovery: discoveryColorSchema,
|
|
872
872
|
success: successColorSchema,
|
|
873
873
|
info: infoColorSchema,
|
|
874
874
|
debug: debugColorSchema,
|
|
@@ -891,7 +891,7 @@ var singleColorsSchema = z.object({
|
|
|
891
891
|
alternate: alternateColorSchema,
|
|
892
892
|
accent: accentColorSchema,
|
|
893
893
|
link: linkColorSchema,
|
|
894
|
-
|
|
894
|
+
discovery: discoveryColorSchema,
|
|
895
895
|
success: successColorSchema,
|
|
896
896
|
info: infoColorSchema,
|
|
897
897
|
debug: debugColorSchema,
|
|
@@ -1341,7 +1341,7 @@ var COLOR_KEYS = [
|
|
|
1341
1341
|
"accent",
|
|
1342
1342
|
"link",
|
|
1343
1343
|
"success",
|
|
1344
|
-
"
|
|
1344
|
+
"discovery",
|
|
1345
1345
|
"info",
|
|
1346
1346
|
"warning",
|
|
1347
1347
|
"danger",
|
|
@@ -1680,7 +1680,7 @@ var getSingleThemeColorsEnv = (prefix) => {
|
|
|
1680
1680
|
alternate: process.env[`${prefix}ALTERNATE`],
|
|
1681
1681
|
accent: process.env[`${prefix}ACCENT`],
|
|
1682
1682
|
link: process.env[`${prefix}LINK`],
|
|
1683
|
-
|
|
1683
|
+
discovery: process.env[`${prefix}DISCOVERY`],
|
|
1684
1684
|
success: process.env[`${prefix}SUCCESS`],
|
|
1685
1685
|
info: process.env[`${prefix}INFO`],
|
|
1686
1686
|
debug: process.env[`${prefix}DEBUG`],
|
|
@@ -1720,7 +1720,7 @@ var getBaseThemeColorsEnv = (prefix) => {
|
|
|
1720
1720
|
alternate: process.env[`${prefix}ALTERNATE`],
|
|
1721
1721
|
accent: process.env[`${prefix}ACCENT`],
|
|
1722
1722
|
link: process.env[`${prefix}LINK`],
|
|
1723
|
-
|
|
1723
|
+
discovery: process.env[`${prefix}DISCOVERY`],
|
|
1724
1724
|
success: process.env[`${prefix}SUCCESS`],
|
|
1725
1725
|
info: process.env[`${prefix}INFO`],
|
|
1726
1726
|
debug: process.env[`${prefix}DEBUG`],
|
|
@@ -2017,8 +2017,8 @@ var setSingleThemeColorsEnv = (prefix, config) => {
|
|
|
2017
2017
|
if (config.link) {
|
|
2018
2018
|
process.env[`${prefix}LINK`] = config.link;
|
|
2019
2019
|
}
|
|
2020
|
-
if (config.
|
|
2021
|
-
process.env[`${prefix}
|
|
2020
|
+
if (config.discovery) {
|
|
2021
|
+
process.env[`${prefix}DISCOVERY`] = config.discovery;
|
|
2022
2022
|
}
|
|
2023
2023
|
if (config.success) {
|
|
2024
2024
|
process.env[`${prefix}SUCCESS`] = config.success;
|
|
@@ -2078,8 +2078,8 @@ var setBaseThemeColorsEnv = (prefix, config) => {
|
|
|
2078
2078
|
if (config.link) {
|
|
2079
2079
|
process.env[`${prefix}LINK`] = config.link;
|
|
2080
2080
|
}
|
|
2081
|
-
if (config.
|
|
2082
|
-
process.env[`${prefix}
|
|
2081
|
+
if (config.discovery) {
|
|
2082
|
+
process.env[`${prefix}DISCOVERY`] = config.discovery;
|
|
2083
2083
|
}
|
|
2084
2084
|
if (config.success) {
|
|
2085
2085
|
process.env[`${prefix}SUCCESS`] = config.success;
|
|
@@ -1,13 +1,13 @@
|
|
|
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 _chunkHPVJERICjs = require('./chunk-HPVJERIC.js');
|
|
5
5
|
|
|
6
6
|
// src/base/base-executor.ts
|
|
7
7
|
var _path = require('path');
|
|
8
8
|
var _shelljs = require('shelljs');
|
|
9
9
|
var withPulumiExecutor = (command, argsMapper, executorOptions = {}) => async (_options, context) => {
|
|
10
|
-
return
|
|
10
|
+
return _chunkHPVJERICjs.withRunExecutor.call(void 0,
|
|
11
11
|
`Pulumi \`${command}\` Command Executor`,
|
|
12
12
|
async (options, context2, config) => {
|
|
13
13
|
if (!_shelljs.which.call(void 0, "pulumi")) {
|
|
@@ -21,7 +21,7 @@ var withPulumiExecutor = (command, argsMapper, executorOptions = {}) => async (_
|
|
|
21
21
|
);
|
|
22
22
|
}
|
|
23
23
|
const { sourceRoot } = context2.projectsConfigurations.projects[context2.projectName];
|
|
24
|
-
|
|
24
|
+
_chunkHPVJERICjs.run.call(void 0,
|
|
25
25
|
config,
|
|
26
26
|
["pulumi", command, ...argsMapper(options)].filter(Boolean).join(" "),
|
|
27
27
|
_path.join.call(void 0, config.workspaceRoot, options.root || sourceRoot),
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var _chunkNFADFVTEjs = require('./chunk-NFADFVTE.js');
|
|
4
4
|
|
|
5
5
|
// src/executors/import/executor.ts
|
|
6
|
-
var executor_default =
|
|
6
|
+
var executor_default = _chunkNFADFVTEjs.withPulumiExecutor.call(void 0, "import", (options) => [
|
|
7
7
|
options.target,
|
|
8
8
|
options.name,
|
|
9
9
|
options.id,
|
package/dist/executors.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
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-O5I5HAK6.js');
|
|
3
|
+
require('./chunk-4LJCCTK5.js');
|
|
4
|
+
require('./chunk-EDIEEEJI.js');
|
|
5
|
+
require('./chunk-IHNIZXQK.js');
|
|
6
|
+
require('./chunk-CWTQBCUL.js');
|
|
7
|
+
require('./chunk-NFADFVTE.js');
|
|
8
|
+
require('./chunk-HPVJERIC.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-EUFQBY7K.mjs";
|
|
3
|
+
import "./chunk-V4FFSZYH.mjs";
|
|
4
|
+
import "./chunk-YTBASQR6.mjs";
|
|
5
|
+
import "./chunk-CAQI7RVG.mjs";
|
|
6
|
+
import "./chunk-QHFOLMUL.mjs";
|
|
7
|
+
import "./chunk-UJKQUP3U.mjs";
|
|
8
|
+
import "./chunk-L6YQWCJE.mjs";
|
|
9
9
|
import "./chunk-IPU5GFUT.mjs";
|
package/dist/generators.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});require('./chunk-N2YKXZ5R.js');
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
4
|
+
var _chunkDTLUUYOHjs = require('./chunk-DTLUUYOH.js');
|
|
5
5
|
require('./chunk-QDPXTR73.js');
|
|
6
|
-
require('./chunk-
|
|
6
|
+
require('./chunk-HPVJERIC.js');
|
|
7
7
|
|
|
8
8
|
|
|
9
|
-
exports.initGeneratorFn =
|
|
9
|
+
exports.initGeneratorFn = _chunkDTLUUYOHjs.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-VGHANJE3.mjs";
|
|
5
5
|
import "./chunk-5TB4HFDP.mjs";
|
|
6
|
-
import "./chunk-
|
|
6
|
+
import "./chunk-L6YQWCJE.mjs";
|
|
7
7
|
import "./chunk-IPU5GFUT.mjs";
|
|
8
8
|
export {
|
|
9
9
|
initGeneratorFn
|
package/dist/index.js
CHANGED
|
@@ -8,24 +8,24 @@
|
|
|
8
8
|
|
|
9
9
|
var _chunk7I63VQP3js = require('./chunk-7I63VQP3.js');
|
|
10
10
|
require('./chunk-XO62WWX4.js');
|
|
11
|
-
require('./chunk-
|
|
12
|
-
require('./chunk-
|
|
13
|
-
require('./chunk-
|
|
14
|
-
require('./chunk-
|
|
11
|
+
require('./chunk-O5I5HAK6.js');
|
|
12
|
+
require('./chunk-4LJCCTK5.js');
|
|
13
|
+
require('./chunk-EDIEEEJI.js');
|
|
14
|
+
require('./chunk-IHNIZXQK.js');
|
|
15
15
|
require('./chunk-N2YKXZ5R.js');
|
|
16
16
|
|
|
17
17
|
|
|
18
|
-
var
|
|
18
|
+
var _chunkDTLUUYOHjs = require('./chunk-DTLUUYOH.js');
|
|
19
19
|
require('./chunk-GUQOEBFW.js');
|
|
20
20
|
|
|
21
21
|
|
|
22
22
|
|
|
23
23
|
var _chunkQDPXTR73js = require('./chunk-QDPXTR73.js');
|
|
24
|
-
require('./chunk-
|
|
24
|
+
require('./chunk-CWTQBCUL.js');
|
|
25
25
|
|
|
26
26
|
|
|
27
|
-
var
|
|
28
|
-
require('./chunk-
|
|
27
|
+
var _chunkNFADFVTEjs = require('./chunk-NFADFVTE.js');
|
|
28
|
+
require('./chunk-HPVJERIC.js');
|
|
29
29
|
|
|
30
30
|
|
|
31
31
|
|
|
@@ -37,4 +37,4 @@ require('./chunk-PWSXZUZE.js');
|
|
|
37
37
|
|
|
38
38
|
|
|
39
39
|
|
|
40
|
-
exports.Provider = _chunkQDPXTR73js.Provider; exports.ec2Instance = _chunk7I63VQP3js.ec2Instance; exports.getAWSTemplateName = _chunk7I63VQP3js.getAWSTemplateName; exports.getCloudTemplateName = _chunkQDPXTR73js.getCloudTemplateName; exports.getProviderOpts = _chunk7I63VQP3js.getProviderOpts; exports.initGeneratorFn =
|
|
40
|
+
exports.Provider = _chunkQDPXTR73js.Provider; exports.ec2Instance = _chunk7I63VQP3js.ec2Instance; exports.getAWSTemplateName = _chunk7I63VQP3js.getAWSTemplateName; exports.getCloudTemplateName = _chunkQDPXTR73js.getCloudTemplateName; exports.getProviderOpts = _chunk7I63VQP3js.getProviderOpts; exports.initGeneratorFn = _chunkDTLUUYOHjs.initGeneratorFn; exports.securityGroup = _chunk7I63VQP3js.securityGroup; exports.subnet = _chunk7I63VQP3js.subnet; exports.vpc = _chunk7I63VQP3js.vpc; exports.withPulumiExecutor = _chunkNFADFVTEjs.withPulumiExecutor;
|
package/dist/index.mjs
CHANGED
|
@@ -8,24 +8,24 @@ import {
|
|
|
8
8
|
vpc
|
|
9
9
|
} from "./chunk-S6XCS2TA.mjs";
|
|
10
10
|
import "./chunk-UV4HQO3Y.mjs";
|
|
11
|
-
import "./chunk-
|
|
12
|
-
import "./chunk-
|
|
13
|
-
import "./chunk-
|
|
14
|
-
import "./chunk-
|
|
11
|
+
import "./chunk-EUFQBY7K.mjs";
|
|
12
|
+
import "./chunk-V4FFSZYH.mjs";
|
|
13
|
+
import "./chunk-YTBASQR6.mjs";
|
|
14
|
+
import "./chunk-CAQI7RVG.mjs";
|
|
15
15
|
import "./chunk-23KFTIT2.mjs";
|
|
16
16
|
import {
|
|
17
17
|
initGeneratorFn
|
|
18
|
-
} from "./chunk-
|
|
18
|
+
} from "./chunk-VGHANJE3.mjs";
|
|
19
19
|
import "./chunk-CA7S5MOH.mjs";
|
|
20
20
|
import {
|
|
21
21
|
Provider,
|
|
22
22
|
getCloudTemplateName
|
|
23
23
|
} from "./chunk-5TB4HFDP.mjs";
|
|
24
|
-
import "./chunk-
|
|
24
|
+
import "./chunk-QHFOLMUL.mjs";
|
|
25
25
|
import {
|
|
26
26
|
withPulumiExecutor
|
|
27
|
-
} from "./chunk-
|
|
28
|
-
import "./chunk-
|
|
27
|
+
} from "./chunk-UJKQUP3U.mjs";
|
|
28
|
+
import "./chunk-L6YQWCJE.mjs";
|
|
29
29
|
import "./chunk-IPU5GFUT.mjs";
|
|
30
30
|
export {
|
|
31
31
|
Provider,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var
|
|
4
|
-
require('../../chunk-
|
|
3
|
+
var _chunkNFADFVTEjs = require('../../chunk-NFADFVTE.js');
|
|
4
|
+
require('../../chunk-HPVJERIC.js');
|
|
5
5
|
|
|
6
6
|
|
|
7
|
-
exports.withPulumiExecutor =
|
|
7
|
+
exports.withPulumiExecutor = _chunkNFADFVTEjs.withPulumiExecutor;
|
package/dist/src/base/index.js
CHANGED
|
@@ -5,10 +5,10 @@
|
|
|
5
5
|
var _chunkQDPXTR73js = require('../../chunk-QDPXTR73.js');
|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
var
|
|
9
|
-
require('../../chunk-
|
|
8
|
+
var _chunkNFADFVTEjs = require('../../chunk-NFADFVTE.js');
|
|
9
|
+
require('../../chunk-HPVJERIC.js');
|
|
10
10
|
|
|
11
11
|
|
|
12
12
|
|
|
13
13
|
|
|
14
|
-
exports.Provider = _chunkQDPXTR73js.Provider; exports.getCloudTemplateName = _chunkQDPXTR73js.getCloudTemplateName; exports.withPulumiExecutor =
|
|
14
|
+
exports.Provider = _chunkQDPXTR73js.Provider; exports.getCloudTemplateName = _chunkQDPXTR73js.getCloudTemplateName; exports.withPulumiExecutor = _chunkNFADFVTEjs.withPulumiExecutor;
|
package/dist/src/base/index.mjs
CHANGED
|
@@ -5,8 +5,8 @@ import {
|
|
|
5
5
|
} from "../../chunk-5TB4HFDP.mjs";
|
|
6
6
|
import {
|
|
7
7
|
withPulumiExecutor
|
|
8
|
-
} from "../../chunk-
|
|
9
|
-
import "../../chunk-
|
|
8
|
+
} from "../../chunk-UJKQUP3U.mjs";
|
|
9
|
+
import "../../chunk-L6YQWCJE.mjs";
|
|
10
10
|
import "../../chunk-IPU5GFUT.mjs";
|
|
11
11
|
export {
|
|
12
12
|
Provider,
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var
|
|
4
|
-
require('../../../chunk-
|
|
5
|
-
require('../../../chunk-
|
|
3
|
+
var _chunkCWTQBCULjs = require('../../../chunk-CWTQBCUL.js');
|
|
4
|
+
require('../../../chunk-NFADFVTE.js');
|
|
5
|
+
require('../../../chunk-HPVJERIC.js');
|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
exports.default =
|
|
8
|
+
exports.default = _chunkCWTQBCULjs.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-QHFOLMUL.mjs";
|
|
4
|
+
import "../../../chunk-UJKQUP3U.mjs";
|
|
5
|
+
import "../../../chunk-L6YQWCJE.mjs";
|
|
6
6
|
import "../../../chunk-IPU5GFUT.mjs";
|
|
7
7
|
export {
|
|
8
8
|
executor_default as default
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var
|
|
4
|
-
require('../../../chunk-
|
|
5
|
-
require('../../../chunk-
|
|
3
|
+
var _chunkO5I5HAK6js = require('../../../chunk-O5I5HAK6.js');
|
|
4
|
+
require('../../../chunk-NFADFVTE.js');
|
|
5
|
+
require('../../../chunk-HPVJERIC.js');
|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
exports.default =
|
|
8
|
+
exports.default = _chunkO5I5HAK6js.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-EUFQBY7K.mjs";
|
|
4
|
+
import "../../../chunk-UJKQUP3U.mjs";
|
|
5
|
+
import "../../../chunk-L6YQWCJE.mjs";
|
|
6
6
|
import "../../../chunk-IPU5GFUT.mjs";
|
|
7
7
|
export {
|
|
8
8
|
executor_default as default
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var
|
|
4
|
-
require('../../../chunk-
|
|
5
|
-
require('../../../chunk-
|
|
3
|
+
var _chunk4LJCCTK5js = require('../../../chunk-4LJCCTK5.js');
|
|
4
|
+
require('../../../chunk-NFADFVTE.js');
|
|
5
|
+
require('../../../chunk-HPVJERIC.js');
|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
exports.default =
|
|
8
|
+
exports.default = _chunk4LJCCTK5js.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-V4FFSZYH.mjs";
|
|
4
|
+
import "../../../chunk-UJKQUP3U.mjs";
|
|
5
|
+
import "../../../chunk-L6YQWCJE.mjs";
|
|
6
6
|
import "../../../chunk-IPU5GFUT.mjs";
|
|
7
7
|
export {
|
|
8
8
|
executor_default as default
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var
|
|
4
|
-
require('../../../chunk-
|
|
5
|
-
require('../../../chunk-
|
|
3
|
+
var _chunkEDIEEEJIjs = require('../../../chunk-EDIEEEJI.js');
|
|
4
|
+
require('../../../chunk-NFADFVTE.js');
|
|
5
|
+
require('../../../chunk-HPVJERIC.js');
|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
exports.default =
|
|
8
|
+
exports.default = _chunkEDIEEEJIjs.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-YTBASQR6.mjs";
|
|
4
|
+
import "../../../chunk-UJKQUP3U.mjs";
|
|
5
|
+
import "../../../chunk-L6YQWCJE.mjs";
|
|
6
6
|
import "../../../chunk-IPU5GFUT.mjs";
|
|
7
7
|
export {
|
|
8
8
|
executor_default as default
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var
|
|
4
|
-
require('../../../chunk-
|
|
5
|
-
require('../../../chunk-
|
|
3
|
+
var _chunkIHNIZXQKjs = require('../../../chunk-IHNIZXQK.js');
|
|
4
|
+
require('../../../chunk-NFADFVTE.js');
|
|
5
|
+
require('../../../chunk-HPVJERIC.js');
|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
exports.default =
|
|
8
|
+
exports.default = _chunkIHNIZXQKjs.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-CAQI7RVG.mjs";
|
|
4
|
+
import "../../../chunk-UJKQUP3U.mjs";
|
|
5
|
+
import "../../../chunk-L6YQWCJE.mjs";
|
|
6
6
|
import "../../../chunk-IPU5GFUT.mjs";
|
|
7
7
|
export {
|
|
8
8
|
executor_default as default
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
4
|
+
var _chunkDTLUUYOHjs = require('../../../chunk-DTLUUYOH.js');
|
|
5
5
|
require('../../../chunk-QDPXTR73.js');
|
|
6
|
-
require('../../../chunk-
|
|
6
|
+
require('../../../chunk-HPVJERIC.js');
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
|
|
10
|
-
exports.default =
|
|
10
|
+
exports.default = _chunkDTLUUYOHjs.generator_default; exports.initGeneratorFn = _chunkDTLUUYOHjs.initGeneratorFn;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import {
|
|
2
2
|
generator_default,
|
|
3
3
|
initGeneratorFn
|
|
4
|
-
} from "../../../chunk-
|
|
4
|
+
} from "../../../chunk-VGHANJE3.mjs";
|
|
5
5
|
import "../../../chunk-5TB4HFDP.mjs";
|
|
6
|
-
import "../../../chunk-
|
|
6
|
+
import "../../../chunk-L6YQWCJE.mjs";
|
|
7
7
|
import "../../../chunk-IPU5GFUT.mjs";
|
|
8
8
|
export {
|
|
9
9
|
generator_default as default,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storm-software/pulumi-tools",
|
|
3
|
-
"version": "0.22.
|
|
3
|
+
"version": "0.22.246",
|
|
4
4
|
"description": "Tools for managing Pulumi infrastructure within a Nx workspace.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"iac",
|
|
@@ -145,9 +145,9 @@
|
|
|
145
145
|
"@pulumi/aws": "^6.83.4",
|
|
146
146
|
"@pulumi/awsx": "^2.22.0",
|
|
147
147
|
"@pulumi/pulumi": "^3.246.0",
|
|
148
|
-
"@storm-software/config": "1.
|
|
149
|
-
"@storm-software/config-tools": "1.190.
|
|
150
|
-
"@storm-software/workspace-tools": "1.296.
|
|
148
|
+
"@storm-software/config": "1.138.1",
|
|
149
|
+
"@storm-software/config-tools": "1.190.64",
|
|
150
|
+
"@storm-software/workspace-tools": "1.296.43",
|
|
151
151
|
"defu": "^6.1.7",
|
|
152
152
|
"shelljs": "^0.8.5"
|
|
153
153
|
},
|
|
@@ -160,5 +160,5 @@
|
|
|
160
160
|
"publishConfig": { "access": "public" },
|
|
161
161
|
"executors": "./executors.json",
|
|
162
162
|
"generators": "./generators.json",
|
|
163
|
-
"gitHead": "
|
|
163
|
+
"gitHead": "058ac110e66970612f8f2498c7c1e1246ef4cd54"
|
|
164
164
|
}
|