@storm-software/pulumi-tools 0.13.33 → 0.13.35
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 +14 -0
- package/README.md +1 -1
- package/dist/{chunk-ZKM7UIFJ.js → chunk-22VEZBQK.js} +2 -2
- package/dist/{chunk-EC73SSNO.mjs → chunk-3CAWX4OE.mjs} +37 -46
- package/dist/{chunk-MQNDK6GU.js → chunk-7FZJS35H.js} +2 -2
- package/dist/{chunk-ZM5VT37P.mjs → chunk-A2VFPO5P.mjs} +1 -1
- package/dist/{chunk-B2J4FMCG.js → chunk-F27ULJFL.js} +6 -6
- package/dist/{chunk-YOXJBF6Z.js → chunk-FXBKDYV6.js} +2 -2
- package/dist/chunk-GEHSG4DD.js +133 -0
- package/dist/{chunk-UXQO4EXQ.mjs → chunk-IHDWK2DJ.mjs} +1 -1
- package/dist/{chunk-OVHRHZZJ.js → chunk-JGTTIYMZ.js} +2 -2
- package/dist/{chunk-PB45FJS2.mjs → chunk-JR3SX6ZI.mjs} +4 -4
- package/dist/{chunk-ZPJ36WIR.mjs → chunk-NAXMDLFF.mjs} +1 -1
- package/dist/{chunk-YHUARBQC.mjs → chunk-PB4BYP3V.mjs} +1 -1
- package/dist/{chunk-UCSALSYE.mjs → chunk-W76KB6JO.mjs} +1 -1
- package/dist/{chunk-WW4HZUG4.js → chunk-WGEKSWER.js} +2 -2
- package/dist/{chunk-S6H66Z3Y.mjs → chunk-WNXF4LX4.mjs} +1 -1
- package/dist/chunk-XL3QLGR2.mjs +133 -0
- package/dist/{chunk-VSJUFTVV.js → chunk-YAWAL2TX.js} +3 -3
- package/dist/{chunk-CDUFDX6E.js → chunk-ZCBJ5GUX.js} +37 -46
- 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 +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,20 @@
|
|
|
2
2
|
|
|
3
3
|
# Changelog for Storm Ops - Pulumi Tools
|
|
4
4
|
|
|
5
|
+
## [0.13.34](https://github.com/storm-software/storm-ops/releases/tag/pulumi-tools%400.13.34) (2025-07-02)
|
|
6
|
+
|
|
7
|
+
### Miscellaneous
|
|
8
|
+
|
|
9
|
+
- **monorepo:** Regenerate README markdown files
|
|
10
|
+
([a606340bb](https://github.com/storm-software/storm-ops/commit/a606340bb))
|
|
11
|
+
|
|
12
|
+
## [0.13.33](https://github.com/storm-software/storm-ops/releases/tag/pulumi-tools%400.13.33) (2025-06-29)
|
|
13
|
+
|
|
14
|
+
### Miscellaneous
|
|
15
|
+
|
|
16
|
+
- **monorepo:** Regenerate README markdown files
|
|
17
|
+
([0d0461a4d](https://github.com/storm-software/storm-ops/commit/0d0461a4d))
|
|
18
|
+
|
|
5
19
|
## [0.13.32](https://github.com/storm-software/storm-ops/releases/tag/pulumi-tools%400.13.32) (2025-06-27)
|
|
6
20
|
|
|
7
21
|
### Miscellaneous
|
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 _chunkYAWAL2TXjs = require('./chunk-YAWAL2TX.js');
|
|
4
4
|
|
|
5
5
|
// src/executors/preview/executor.ts
|
|
6
|
-
var executor_default =
|
|
6
|
+
var executor_default = _chunkYAWAL2TXjs.withPulumiExecutor.call(void 0,
|
|
7
7
|
"preview",
|
|
8
8
|
(options) => [
|
|
9
9
|
options.stack && `--stack=${options.stack}`,
|
|
@@ -51,24 +51,24 @@ var LogLevelLabel = {
|
|
|
51
51
|
};
|
|
52
52
|
|
|
53
53
|
// ../config/src/constants.ts
|
|
54
|
-
var STORM_DEFAULT_DOCS = "https://stormsoftware.com
|
|
54
|
+
var STORM_DEFAULT_DOCS = "https://docs.stormsoftware.com";
|
|
55
55
|
var STORM_DEFAULT_HOMEPAGE = "https://stormsoftware.com";
|
|
56
56
|
var STORM_DEFAULT_CONTACT = "https://stormsoftware.com/contact";
|
|
57
57
|
var STORM_DEFAULT_LICENSING = "https://stormsoftware.com/license";
|
|
58
58
|
var STORM_DEFAULT_LICENSE = "Apache-2.0";
|
|
59
59
|
var STORM_DEFAULT_RELEASE_BANNER = "https://public.storm-cdn.com/brand-banner.png";
|
|
60
|
-
var
|
|
61
|
-
var
|
|
62
|
-
var
|
|
63
|
-
var
|
|
64
|
-
var
|
|
65
|
-
var
|
|
60
|
+
var STORM_DEFAULT_SOCIAL_TWITTER = "StormSoftwareHQ";
|
|
61
|
+
var STORM_DEFAULT_SOCIAL_DISCORD = "https://discord.gg/MQ6YVzakM5";
|
|
62
|
+
var STORM_DEFAULT_SOCIAL_TELEGRAM = "https://t.me/storm_software";
|
|
63
|
+
var STORM_DEFAULT_SOCIAL_SLACK = "https://join.slack.com/t/storm-software/shared_invite/zt-2gsmk04hs-i6yhK_r6urq0dkZYAwq2pA";
|
|
64
|
+
var STORM_DEFAULT_SOCIAL_MEDIUM = "https://medium.com/storm-software";
|
|
65
|
+
var STORM_DEFAULT_SOCIAL_GITHUB = "https://github.com/storm-software";
|
|
66
66
|
var STORM_DEFAULT_RELEASE_FOOTER = `
|
|
67
67
|
Storm Software is an open source software development organization with the mission is to make software development more accessible. Our ideal future is one where anyone can create software without years of prior development experience serving as a barrier to entry. We hope to achieve this via LLMs, Generative AI, and intuitive, high-level data modeling/programming languages.
|
|
68
68
|
|
|
69
|
-
Join us on [Discord](${
|
|
69
|
+
Join us on [Discord](${STORM_DEFAULT_SOCIAL_DISCORD}) to chat with the team, receive release notifications, ask questions, and get involved.
|
|
70
70
|
|
|
71
|
-
If this sounds interesting, and you would like to help us in creating the next generation of development tools, please reach out on our [website](${STORM_DEFAULT_CONTACT}) or join our [Slack](${
|
|
71
|
+
If this sounds interesting, and you would like to help us in creating the next generation of development tools, please reach out on our [website](${STORM_DEFAULT_CONTACT}) or join our [Slack](${STORM_DEFAULT_SOCIAL_SLACK}) channel!
|
|
72
72
|
`;
|
|
73
73
|
var STORM_DEFAULT_ERROR_CODES_FILE = "tools/errors/codes.json";
|
|
74
74
|
|
|
@@ -182,13 +182,13 @@ var WorkspaceReleaseConfigSchema = z.object({
|
|
|
182
182
|
"A footer message appended to the end of the workspace's release notes"
|
|
183
183
|
)
|
|
184
184
|
}).describe("The workspace's release config used during the release process");
|
|
185
|
-
var
|
|
186
|
-
twitter: z.string().trim().default(
|
|
187
|
-
discord: z.string().trim().default(
|
|
188
|
-
telegram: z.string().trim().default(
|
|
189
|
-
slack: z.string().trim().default(
|
|
190
|
-
medium: z.string().trim().default(
|
|
191
|
-
github: z.string().trim().default(
|
|
185
|
+
var WorkspaceSocialsConfigSchema = z.object({
|
|
186
|
+
twitter: z.string().trim().default(STORM_DEFAULT_SOCIAL_TWITTER).describe("A Twitter/X account associated with the organization/project"),
|
|
187
|
+
discord: z.string().trim().default(STORM_DEFAULT_SOCIAL_DISCORD).describe("A Discord account associated with the organization/project"),
|
|
188
|
+
telegram: z.string().trim().default(STORM_DEFAULT_SOCIAL_TELEGRAM).describe("A Telegram account associated with the organization/project"),
|
|
189
|
+
slack: z.string().trim().default(STORM_DEFAULT_SOCIAL_SLACK).describe("A Slack account associated with the organization/project"),
|
|
190
|
+
medium: z.string().trim().default(STORM_DEFAULT_SOCIAL_MEDIUM).describe("A Medium account associated with the organization/project"),
|
|
191
|
+
github: z.string().trim().default(STORM_DEFAULT_SOCIAL_GITHUB).describe("A GitHub account associated with the organization/project")
|
|
192
192
|
}).describe(
|
|
193
193
|
"The workspace's account config used to store various social media links"
|
|
194
194
|
);
|
|
@@ -252,13 +252,10 @@ var stormWorkspaceConfigSchema = z.object({
|
|
|
252
252
|
owner: z.string().trim().default("@storm-software/admin").describe("The owner of the package"),
|
|
253
253
|
bot: WorkspaceBotConfigSchema,
|
|
254
254
|
release: WorkspaceReleaseConfigSchema,
|
|
255
|
-
|
|
255
|
+
socials: WorkspaceSocialsConfigSchema,
|
|
256
256
|
error: errorConfigSchema,
|
|
257
257
|
mode: z.enum(["development", "staging", "production"]).default("production").describe("The current runtime environment mode for the package"),
|
|
258
258
|
workspaceRoot: z.string().trim().describe("The root directory of the workspace"),
|
|
259
|
-
externalPackagePatterns: z.array(z.string()).default([]).describe(
|
|
260
|
-
"The build will use these package patterns to determine if they should be external to the bundle"
|
|
261
|
-
),
|
|
262
259
|
skipCache: z.boolean().default(false).describe("Should all known types of workspace caching be skipped?"),
|
|
263
260
|
directories: WorkspaceDirectoryConfigSchema,
|
|
264
261
|
packageManager: z.enum(["npm", "yarn", "pnpm", "bun"]).default("npm").describe(
|
|
@@ -1067,13 +1064,13 @@ var getConfigEnv = () => {
|
|
|
1067
1064
|
codesFile: process.env[`${prefix}ERROR_CODES_FILE`] || void 0,
|
|
1068
1065
|
url: process.env[`${prefix}ERROR_URL`] || void 0
|
|
1069
1066
|
},
|
|
1070
|
-
|
|
1071
|
-
twitter: process.env[`${prefix}
|
|
1072
|
-
discord: process.env[`${prefix}
|
|
1073
|
-
telegram: process.env[`${prefix}
|
|
1074
|
-
slack: process.env[`${prefix}
|
|
1075
|
-
medium: process.env[`${prefix}
|
|
1076
|
-
github: process.env[`${prefix}
|
|
1067
|
+
socials: {
|
|
1068
|
+
twitter: process.env[`${prefix}SOCIAL_TWITTER`] || void 0,
|
|
1069
|
+
discord: process.env[`${prefix}SOCIAL_DISCORD`] || void 0,
|
|
1070
|
+
telegram: process.env[`${prefix}SOCIAL_TELEGRAM`] || void 0,
|
|
1071
|
+
slack: process.env[`${prefix}SOCIAL_SLACK`] || void 0,
|
|
1072
|
+
medium: process.env[`${prefix}SOCIAL_MEDIUM`] || void 0,
|
|
1073
|
+
github: process.env[`${prefix}SOCIAL_GITHUB`] || void 0
|
|
1077
1074
|
},
|
|
1078
1075
|
organization: process.env[`${prefix}ORG`] || process.env[`${prefix}ORGANIZATION`] || process.env[`${prefix}ORG_NAME`] || process.env[`${prefix}ORGANIZATION_NAME`] ? process.env[`${prefix}ORG_DESCRIPTION`] || process.env[`${prefix}ORGANIZATION_DESCRIPTION`] || process.env[`${prefix}ORG_URL`] || process.env[`${prefix}ORGANIZATION_URL`] || process.env[`${prefix}ORG_LOGO`] || process.env[`${prefix}ORGANIZATION_LOGO`] ? {
|
|
1079
1076
|
name: process.env[`${prefix}ORG`] || process.env[`${prefix}ORGANIZATION`] || process.env[`${prefix}ORG_NAME`] || process.env[`${prefix}ORGANIZATION_NAME`],
|
|
@@ -1115,7 +1112,6 @@ var getConfigEnv = () => {
|
|
|
1115
1112
|
repository: process.env[`${prefix}REPOSITORY`] || void 0,
|
|
1116
1113
|
branch: process.env[`${prefix}BRANCH`] || void 0,
|
|
1117
1114
|
preid: process.env[`${prefix}PRE_ID`] || void 0,
|
|
1118
|
-
externalPackagePatterns: process.env[`${prefix}EXTERNAL_PACKAGE_PATTERNS`] ? JSON.parse(process.env[`${prefix}EXTERNAL_PACKAGE_PATTERNS`]) : [],
|
|
1119
1115
|
registry: {
|
|
1120
1116
|
github: process.env[`${prefix}REGISTRY_GITHUB`] || void 0,
|
|
1121
1117
|
npm: process.env[`${prefix}REGISTRY_NPM`] || void 0,
|
|
@@ -1267,24 +1263,24 @@ var setConfigEnv = (config) => {
|
|
|
1267
1263
|
process.env[`${prefix}RELEASE_HEADER`] = config.release.header;
|
|
1268
1264
|
process.env[`${prefix}RELEASE_FOOTER`] = config.release.footer;
|
|
1269
1265
|
}
|
|
1270
|
-
if (config.
|
|
1271
|
-
if (config.
|
|
1272
|
-
process.env[`${prefix}
|
|
1266
|
+
if (config.socials) {
|
|
1267
|
+
if (config.socials.twitter) {
|
|
1268
|
+
process.env[`${prefix}SOCIAL_TWITTER`] = config.socials.twitter;
|
|
1273
1269
|
}
|
|
1274
|
-
if (config.
|
|
1275
|
-
process.env[`${prefix}
|
|
1270
|
+
if (config.socials.discord) {
|
|
1271
|
+
process.env[`${prefix}SOCIAL_DISCORD`] = config.socials.discord;
|
|
1276
1272
|
}
|
|
1277
|
-
if (config.
|
|
1278
|
-
process.env[`${prefix}
|
|
1273
|
+
if (config.socials.telegram) {
|
|
1274
|
+
process.env[`${prefix}SOCIAL_TELEGRAM`] = config.socials.telegram;
|
|
1279
1275
|
}
|
|
1280
|
-
if (config.
|
|
1281
|
-
process.env[`${prefix}
|
|
1276
|
+
if (config.socials.slack) {
|
|
1277
|
+
process.env[`${prefix}SOCIAL_SLACK`] = config.socials.slack;
|
|
1282
1278
|
}
|
|
1283
|
-
if (config.
|
|
1284
|
-
process.env[`${prefix}
|
|
1279
|
+
if (config.socials.medium) {
|
|
1280
|
+
process.env[`${prefix}SOCIAL_MEDIUM`] = config.socials.medium;
|
|
1285
1281
|
}
|
|
1286
|
-
if (config.
|
|
1287
|
-
process.env[`${prefix}
|
|
1282
|
+
if (config.socials.github) {
|
|
1283
|
+
process.env[`${prefix}SOCIAL_GITHUB`] = config.socials.github;
|
|
1288
1284
|
}
|
|
1289
1285
|
}
|
|
1290
1286
|
if (config.organization) {
|
|
@@ -1422,11 +1418,6 @@ var setConfigEnv = (config) => {
|
|
|
1422
1418
|
if (config.preid) {
|
|
1423
1419
|
process.env[`${prefix}PRE_ID`] = String(config.preid);
|
|
1424
1420
|
}
|
|
1425
|
-
if (config.externalPackagePatterns) {
|
|
1426
|
-
process.env[`${prefix}EXTERNAL_PACKAGE_PATTERNS`] = JSON.stringify(
|
|
1427
|
-
config.externalPackagePatterns
|
|
1428
|
-
);
|
|
1429
|
-
}
|
|
1430
1421
|
if (config.registry) {
|
|
1431
1422
|
if (config.registry.github) {
|
|
1432
1423
|
process.env[`${prefix}REGISTRY_GITHUB`] = String(config.registry.github);
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var _chunkYAWAL2TXjs = require('./chunk-YAWAL2TX.js');
|
|
4
4
|
|
|
5
5
|
// src/executors/refresh/executor.ts
|
|
6
|
-
var executor_default =
|
|
6
|
+
var executor_default = _chunkYAWAL2TXjs.withPulumiExecutor.call(void 0,
|
|
7
7
|
"refresh",
|
|
8
8
|
(options) => [
|
|
9
9
|
"--suppress-progress",
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var _chunkHUKXHFCAjs = require('./chunk-HUKXHFCA.js');
|
|
4
3
|
|
|
5
4
|
|
|
5
|
+
var _chunkZCBJ5GUXjs = require('./chunk-ZCBJ5GUX.js');
|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
var
|
|
8
|
+
var _chunkHUKXHFCAjs = require('./chunk-HUKXHFCA.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 = _chunkZCBJ5GUXjs.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 = _chunkZCBJ5GUXjs.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 = _chunkHUKXHFCAjs.getCloudTemplateName.call(void 0, options.provider);
|
|
64
|
-
|
|
64
|
+
_chunkZCBJ5GUXjs.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
|
+
_chunkZCBJ5GUXjs.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 _chunkYAWAL2TXjs = require('./chunk-YAWAL2TX.js');
|
|
4
4
|
|
|
5
5
|
// src/executors/import/executor.ts
|
|
6
|
-
var executor_default =
|
|
6
|
+
var executor_default = _chunkYAWAL2TXjs.withPulumiExecutor.call(void 0, "import", (options) => [
|
|
7
7
|
options.target,
|
|
8
8
|
options.name,
|
|
9
9
|
options.id,
|
|
@@ -0,0 +1,133 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
|
+
|
|
3
|
+
var _chunkHUKXHFCAjs = require('./chunk-HUKXHFCA.js');
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
var _chunkZCBJ5GUXjs = require('./chunk-ZCBJ5GUX.js');
|
|
9
|
+
|
|
10
|
+
// src/generators/init/generator.ts
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
var _devkit = require('@nx/devkit');
|
|
18
|
+
var _fs = require('fs');
|
|
19
|
+
var _path = require('path');
|
|
20
|
+
async function initGeneratorFn(tree, options, config) {
|
|
21
|
+
const task = _chunkZCBJ5GUXjs.initGenerator.call(void 0, tree, options);
|
|
22
|
+
_devkit.addProjectConfiguration.call(void 0, tree, options.name || "deployment", {
|
|
23
|
+
root: options.directory || "./deployment",
|
|
24
|
+
projectType: "application",
|
|
25
|
+
sourceRoot: options.directory || "./deployment",
|
|
26
|
+
targets: {
|
|
27
|
+
up: {
|
|
28
|
+
executor: "@nx-extend/pulumi:up",
|
|
29
|
+
options: {}
|
|
30
|
+
},
|
|
31
|
+
preview: {
|
|
32
|
+
executor: "@nx-extend/pulumi:preview",
|
|
33
|
+
options: {}
|
|
34
|
+
},
|
|
35
|
+
refresh: {
|
|
36
|
+
executor: "@nx-extend/pulumi:refresh",
|
|
37
|
+
options: {}
|
|
38
|
+
},
|
|
39
|
+
import: {
|
|
40
|
+
executor: "@nx-extend/pulumi:import",
|
|
41
|
+
options: {}
|
|
42
|
+
}
|
|
43
|
+
},
|
|
44
|
+
tags: ["infra:pulumi"]
|
|
45
|
+
});
|
|
46
|
+
await _devkit.runTasksInSerial.call(void 0,
|
|
47
|
+
generateNewPulumiProject(tree, options, config),
|
|
48
|
+
loginToPulumi(tree, options, config),
|
|
49
|
+
addPulumiDeps(tree, options),
|
|
50
|
+
cleanupProject(tree, options)
|
|
51
|
+
)();
|
|
52
|
+
if (!options.skipFormat) {
|
|
53
|
+
await _devkit.formatFiles.call(void 0, tree);
|
|
54
|
+
}
|
|
55
|
+
return task;
|
|
56
|
+
}
|
|
57
|
+
var generator_default = _chunkZCBJ5GUXjs.withRunGenerator.call(void 0,
|
|
58
|
+
"Initialize Storm Pulumi workspace",
|
|
59
|
+
initGeneratorFn
|
|
60
|
+
);
|
|
61
|
+
function generateNewPulumiProject(tree, options, config) {
|
|
62
|
+
return () => {
|
|
63
|
+
const template = _chunkHUKXHFCAjs.getCloudTemplateName.call(void 0, options.provider);
|
|
64
|
+
_chunkZCBJ5GUXjs.run.call(void 0,
|
|
65
|
+
config,
|
|
66
|
+
[
|
|
67
|
+
`pulumi new ${template}`,
|
|
68
|
+
`--name=${options.name || "deployment"}`,
|
|
69
|
+
`--dir=${options.directory || "./deployment"}`,
|
|
70
|
+
options.secretsProvider && `--secrets-provider=${options.secretsProvider}`,
|
|
71
|
+
"--generate-only",
|
|
72
|
+
"--yes",
|
|
73
|
+
"--force"
|
|
74
|
+
].filter(Boolean).join(" "),
|
|
75
|
+
_path.join.call(void 0, config.workspaceRoot, options.directory || "./deployment"),
|
|
76
|
+
"inherit"
|
|
77
|
+
);
|
|
78
|
+
};
|
|
79
|
+
}
|
|
80
|
+
function loginToPulumi(tree, options, config) {
|
|
81
|
+
return () => {
|
|
82
|
+
if (!options.login) {
|
|
83
|
+
return;
|
|
84
|
+
}
|
|
85
|
+
if (options.login.startsWith("file://")) {
|
|
86
|
+
options.login = `file://${tree.root}/${options.directory || "./deployment"}/${options.login.replace("file://", "")}`;
|
|
87
|
+
}
|
|
88
|
+
_chunkZCBJ5GUXjs.run.call(void 0,
|
|
89
|
+
config,
|
|
90
|
+
["pulumi login", options.login].filter(Boolean).join(" "),
|
|
91
|
+
_path.join.call(void 0, config.workspaceRoot, options.directory || "./deployment"),
|
|
92
|
+
"inherit",
|
|
93
|
+
{
|
|
94
|
+
...process.env,
|
|
95
|
+
PULUMI_EXPERIMENTAL: "true"
|
|
96
|
+
}
|
|
97
|
+
);
|
|
98
|
+
};
|
|
99
|
+
}
|
|
100
|
+
function addPulumiDeps(tree, options) {
|
|
101
|
+
return () => {
|
|
102
|
+
const packageJson = _devkit.readJsonFile.call(void 0, `${options.directory}/package.json`);
|
|
103
|
+
if (packageJson) {
|
|
104
|
+
_devkit.addDependenciesToPackageJson.call(void 0, tree, {}, packageJson.dependencies || {})();
|
|
105
|
+
}
|
|
106
|
+
};
|
|
107
|
+
}
|
|
108
|
+
function cleanupProject(tree, options) {
|
|
109
|
+
return () => {
|
|
110
|
+
const indexTsLocation = _path.join.call(void 0,
|
|
111
|
+
tree.root,
|
|
112
|
+
`${options.directory || "./deployment"}/index.ts`
|
|
113
|
+
);
|
|
114
|
+
tree.write(
|
|
115
|
+
`${options.directory}/pulumi.ts`,
|
|
116
|
+
_fs.readFileSync.call(void 0, indexTsLocation).toString()
|
|
117
|
+
);
|
|
118
|
+
_fs.unlinkSync.call(void 0,
|
|
119
|
+
_path.join.call(void 0, tree.root, `${options.directory || "./deployment"}/.gitignore`)
|
|
120
|
+
);
|
|
121
|
+
_fs.unlinkSync.call(void 0,
|
|
122
|
+
_path.join.call(void 0, tree.root, `${options.directory || "./deployment"}/package.json`)
|
|
123
|
+
);
|
|
124
|
+
_fs.unlinkSync.call(void 0,
|
|
125
|
+
_path.join.call(void 0, tree.root, `${options.directory || "./deployment"}/tsconfig.json`)
|
|
126
|
+
);
|
|
127
|
+
};
|
|
128
|
+
}
|
|
129
|
+
|
|
130
|
+
|
|
131
|
+
|
|
132
|
+
|
|
133
|
+
exports.initGeneratorFn = initGeneratorFn; exports.generator_default = generator_default;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var _chunkYAWAL2TXjs = require('./chunk-YAWAL2TX.js');
|
|
4
4
|
|
|
5
5
|
// src/executors/up/executor.ts
|
|
6
|
-
var executor_default =
|
|
6
|
+
var executor_default = _chunkYAWAL2TXjs.withPulumiExecutor.call(void 0, "up", (options) => [
|
|
7
7
|
"--suppress-progress",
|
|
8
8
|
options.stack && `--stack=${options.stack}`,
|
|
9
9
|
options.skipPreview && "--skip-preview",
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import {
|
|
2
|
-
getCloudTemplateName
|
|
3
|
-
} from "./chunk-KPFHCT4A.mjs";
|
|
4
1
|
import {
|
|
5
2
|
initGenerator,
|
|
6
3
|
run,
|
|
7
4
|
withRunGenerator
|
|
8
|
-
} from "./chunk-
|
|
5
|
+
} from "./chunk-3CAWX4OE.mjs";
|
|
6
|
+
import {
|
|
7
|
+
getCloudTemplateName
|
|
8
|
+
} from "./chunk-KPFHCT4A.mjs";
|
|
9
9
|
|
|
10
10
|
// src/generators/init/generator.ts
|
|
11
11
|
import {
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var _chunkYAWAL2TXjs = require('./chunk-YAWAL2TX.js');
|
|
4
4
|
|
|
5
5
|
// src/executors/config/executor.ts
|
|
6
|
-
var executor_default =
|
|
6
|
+
var executor_default = _chunkYAWAL2TXjs.withPulumiExecutor.call(void 0, "config", (options) => [
|
|
7
7
|
options.action,
|
|
8
8
|
options.showSecrets && `--show-secrets`,
|
|
9
9
|
options.secret && `--secret`,
|
|
@@ -0,0 +1,133 @@
|
|
|
1
|
+
import {
|
|
2
|
+
getCloudTemplateName
|
|
3
|
+
} from "./chunk-KPFHCT4A.mjs";
|
|
4
|
+
import {
|
|
5
|
+
initGenerator,
|
|
6
|
+
run,
|
|
7
|
+
withRunGenerator
|
|
8
|
+
} from "./chunk-3CAWX4OE.mjs";
|
|
9
|
+
|
|
10
|
+
// src/generators/init/generator.ts
|
|
11
|
+
import {
|
|
12
|
+
addDependenciesToPackageJson,
|
|
13
|
+
addProjectConfiguration,
|
|
14
|
+
formatFiles,
|
|
15
|
+
readJsonFile,
|
|
16
|
+
runTasksInSerial
|
|
17
|
+
} from "@nx/devkit";
|
|
18
|
+
import { readFileSync, unlinkSync } from "node:fs";
|
|
19
|
+
import { join } from "node:path";
|
|
20
|
+
async function initGeneratorFn(tree, options, config) {
|
|
21
|
+
const task = initGenerator(tree, options);
|
|
22
|
+
addProjectConfiguration(tree, options.name || "deployment", {
|
|
23
|
+
root: options.directory || "./deployment",
|
|
24
|
+
projectType: "application",
|
|
25
|
+
sourceRoot: options.directory || "./deployment",
|
|
26
|
+
targets: {
|
|
27
|
+
up: {
|
|
28
|
+
executor: "@nx-extend/pulumi:up",
|
|
29
|
+
options: {}
|
|
30
|
+
},
|
|
31
|
+
preview: {
|
|
32
|
+
executor: "@nx-extend/pulumi:preview",
|
|
33
|
+
options: {}
|
|
34
|
+
},
|
|
35
|
+
refresh: {
|
|
36
|
+
executor: "@nx-extend/pulumi:refresh",
|
|
37
|
+
options: {}
|
|
38
|
+
},
|
|
39
|
+
import: {
|
|
40
|
+
executor: "@nx-extend/pulumi:import",
|
|
41
|
+
options: {}
|
|
42
|
+
}
|
|
43
|
+
},
|
|
44
|
+
tags: ["infra:pulumi"]
|
|
45
|
+
});
|
|
46
|
+
await runTasksInSerial(
|
|
47
|
+
generateNewPulumiProject(tree, options, config),
|
|
48
|
+
loginToPulumi(tree, options, config),
|
|
49
|
+
addPulumiDeps(tree, options),
|
|
50
|
+
cleanupProject(tree, options)
|
|
51
|
+
)();
|
|
52
|
+
if (!options.skipFormat) {
|
|
53
|
+
await formatFiles(tree);
|
|
54
|
+
}
|
|
55
|
+
return task;
|
|
56
|
+
}
|
|
57
|
+
var generator_default = withRunGenerator(
|
|
58
|
+
"Initialize Storm Pulumi workspace",
|
|
59
|
+
initGeneratorFn
|
|
60
|
+
);
|
|
61
|
+
function generateNewPulumiProject(tree, options, config) {
|
|
62
|
+
return () => {
|
|
63
|
+
const template = getCloudTemplateName(options.provider);
|
|
64
|
+
run(
|
|
65
|
+
config,
|
|
66
|
+
[
|
|
67
|
+
`pulumi new ${template}`,
|
|
68
|
+
`--name=${options.name || "deployment"}`,
|
|
69
|
+
`--dir=${options.directory || "./deployment"}`,
|
|
70
|
+
options.secretsProvider && `--secrets-provider=${options.secretsProvider}`,
|
|
71
|
+
"--generate-only",
|
|
72
|
+
"--yes",
|
|
73
|
+
"--force"
|
|
74
|
+
].filter(Boolean).join(" "),
|
|
75
|
+
join(config.workspaceRoot, options.directory || "./deployment"),
|
|
76
|
+
"inherit"
|
|
77
|
+
);
|
|
78
|
+
};
|
|
79
|
+
}
|
|
80
|
+
function loginToPulumi(tree, options, config) {
|
|
81
|
+
return () => {
|
|
82
|
+
if (!options.login) {
|
|
83
|
+
return;
|
|
84
|
+
}
|
|
85
|
+
if (options.login.startsWith("file://")) {
|
|
86
|
+
options.login = `file://${tree.root}/${options.directory || "./deployment"}/${options.login.replace("file://", "")}`;
|
|
87
|
+
}
|
|
88
|
+
run(
|
|
89
|
+
config,
|
|
90
|
+
["pulumi login", options.login].filter(Boolean).join(" "),
|
|
91
|
+
join(config.workspaceRoot, options.directory || "./deployment"),
|
|
92
|
+
"inherit",
|
|
93
|
+
{
|
|
94
|
+
...process.env,
|
|
95
|
+
PULUMI_EXPERIMENTAL: "true"
|
|
96
|
+
}
|
|
97
|
+
);
|
|
98
|
+
};
|
|
99
|
+
}
|
|
100
|
+
function addPulumiDeps(tree, options) {
|
|
101
|
+
return () => {
|
|
102
|
+
const packageJson = readJsonFile(`${options.directory}/package.json`);
|
|
103
|
+
if (packageJson) {
|
|
104
|
+
addDependenciesToPackageJson(tree, {}, packageJson.dependencies || {})();
|
|
105
|
+
}
|
|
106
|
+
};
|
|
107
|
+
}
|
|
108
|
+
function cleanupProject(tree, options) {
|
|
109
|
+
return () => {
|
|
110
|
+
const indexTsLocation = join(
|
|
111
|
+
tree.root,
|
|
112
|
+
`${options.directory || "./deployment"}/index.ts`
|
|
113
|
+
);
|
|
114
|
+
tree.write(
|
|
115
|
+
`${options.directory}/pulumi.ts`,
|
|
116
|
+
readFileSync(indexTsLocation).toString()
|
|
117
|
+
);
|
|
118
|
+
unlinkSync(
|
|
119
|
+
join(tree.root, `${options.directory || "./deployment"}/.gitignore`)
|
|
120
|
+
);
|
|
121
|
+
unlinkSync(
|
|
122
|
+
join(tree.root, `${options.directory || "./deployment"}/package.json`)
|
|
123
|
+
);
|
|
124
|
+
unlinkSync(
|
|
125
|
+
join(tree.root, `${options.directory || "./deployment"}/tsconfig.json`)
|
|
126
|
+
);
|
|
127
|
+
};
|
|
128
|
+
}
|
|
129
|
+
|
|
130
|
+
export {
|
|
131
|
+
initGeneratorFn,
|
|
132
|
+
generator_default
|
|
133
|
+
};
|
|
@@ -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 _chunkZCBJ5GUXjs = require('./chunk-ZCBJ5GUX.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 _chunkZCBJ5GUXjs.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
|
+
_chunkZCBJ5GUXjs.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),
|
|
@@ -50,24 +50,24 @@ var LogLevelLabel = {
|
|
|
50
50
|
};
|
|
51
51
|
|
|
52
52
|
// ../config/src/constants.ts
|
|
53
|
-
var STORM_DEFAULT_DOCS = "https://stormsoftware.com
|
|
53
|
+
var STORM_DEFAULT_DOCS = "https://docs.stormsoftware.com";
|
|
54
54
|
var STORM_DEFAULT_HOMEPAGE = "https://stormsoftware.com";
|
|
55
55
|
var STORM_DEFAULT_CONTACT = "https://stormsoftware.com/contact";
|
|
56
56
|
var STORM_DEFAULT_LICENSING = "https://stormsoftware.com/license";
|
|
57
57
|
var STORM_DEFAULT_LICENSE = "Apache-2.0";
|
|
58
58
|
var STORM_DEFAULT_RELEASE_BANNER = "https://public.storm-cdn.com/brand-banner.png";
|
|
59
|
-
var
|
|
60
|
-
var
|
|
61
|
-
var
|
|
62
|
-
var
|
|
63
|
-
var
|
|
64
|
-
var
|
|
59
|
+
var STORM_DEFAULT_SOCIAL_TWITTER = "StormSoftwareHQ";
|
|
60
|
+
var STORM_DEFAULT_SOCIAL_DISCORD = "https://discord.gg/MQ6YVzakM5";
|
|
61
|
+
var STORM_DEFAULT_SOCIAL_TELEGRAM = "https://t.me/storm_software";
|
|
62
|
+
var STORM_DEFAULT_SOCIAL_SLACK = "https://join.slack.com/t/storm-software/shared_invite/zt-2gsmk04hs-i6yhK_r6urq0dkZYAwq2pA";
|
|
63
|
+
var STORM_DEFAULT_SOCIAL_MEDIUM = "https://medium.com/storm-software";
|
|
64
|
+
var STORM_DEFAULT_SOCIAL_GITHUB = "https://github.com/storm-software";
|
|
65
65
|
var STORM_DEFAULT_RELEASE_FOOTER = `
|
|
66
66
|
Storm Software is an open source software development organization with the mission is to make software development more accessible. Our ideal future is one where anyone can create software without years of prior development experience serving as a barrier to entry. We hope to achieve this via LLMs, Generative AI, and intuitive, high-level data modeling/programming languages.
|
|
67
67
|
|
|
68
|
-
Join us on [Discord](${
|
|
68
|
+
Join us on [Discord](${STORM_DEFAULT_SOCIAL_DISCORD}) to chat with the team, receive release notifications, ask questions, and get involved.
|
|
69
69
|
|
|
70
|
-
If this sounds interesting, and you would like to help us in creating the next generation of development tools, please reach out on our [website](${STORM_DEFAULT_CONTACT}) or join our [Slack](${
|
|
70
|
+
If this sounds interesting, and you would like to help us in creating the next generation of development tools, please reach out on our [website](${STORM_DEFAULT_CONTACT}) or join our [Slack](${STORM_DEFAULT_SOCIAL_SLACK}) channel!
|
|
71
71
|
`;
|
|
72
72
|
var STORM_DEFAULT_ERROR_CODES_FILE = "tools/errors/codes.json";
|
|
73
73
|
|
|
@@ -181,13 +181,13 @@ var WorkspaceReleaseConfigSchema = z.object({
|
|
|
181
181
|
"A footer message appended to the end of the workspace's release notes"
|
|
182
182
|
)
|
|
183
183
|
}).describe("The workspace's release config used during the release process");
|
|
184
|
-
var
|
|
185
|
-
twitter: z.string().trim().default(
|
|
186
|
-
discord: z.string().trim().default(
|
|
187
|
-
telegram: z.string().trim().default(
|
|
188
|
-
slack: z.string().trim().default(
|
|
189
|
-
medium: z.string().trim().default(
|
|
190
|
-
github: z.string().trim().default(
|
|
184
|
+
var WorkspaceSocialsConfigSchema = z.object({
|
|
185
|
+
twitter: z.string().trim().default(STORM_DEFAULT_SOCIAL_TWITTER).describe("A Twitter/X account associated with the organization/project"),
|
|
186
|
+
discord: z.string().trim().default(STORM_DEFAULT_SOCIAL_DISCORD).describe("A Discord account associated with the organization/project"),
|
|
187
|
+
telegram: z.string().trim().default(STORM_DEFAULT_SOCIAL_TELEGRAM).describe("A Telegram account associated with the organization/project"),
|
|
188
|
+
slack: z.string().trim().default(STORM_DEFAULT_SOCIAL_SLACK).describe("A Slack account associated with the organization/project"),
|
|
189
|
+
medium: z.string().trim().default(STORM_DEFAULT_SOCIAL_MEDIUM).describe("A Medium account associated with the organization/project"),
|
|
190
|
+
github: z.string().trim().default(STORM_DEFAULT_SOCIAL_GITHUB).describe("A GitHub account associated with the organization/project")
|
|
191
191
|
}).describe(
|
|
192
192
|
"The workspace's account config used to store various social media links"
|
|
193
193
|
);
|
|
@@ -251,13 +251,10 @@ var stormWorkspaceConfigSchema = z.object({
|
|
|
251
251
|
owner: z.string().trim().default("@storm-software/admin").describe("The owner of the package"),
|
|
252
252
|
bot: WorkspaceBotConfigSchema,
|
|
253
253
|
release: WorkspaceReleaseConfigSchema,
|
|
254
|
-
|
|
254
|
+
socials: WorkspaceSocialsConfigSchema,
|
|
255
255
|
error: errorConfigSchema,
|
|
256
256
|
mode: z.enum(["development", "staging", "production"]).default("production").describe("The current runtime environment mode for the package"),
|
|
257
257
|
workspaceRoot: z.string().trim().describe("The root directory of the workspace"),
|
|
258
|
-
externalPackagePatterns: z.array(z.string()).default([]).describe(
|
|
259
|
-
"The build will use these package patterns to determine if they should be external to the bundle"
|
|
260
|
-
),
|
|
261
258
|
skipCache: z.boolean().default(false).describe("Should all known types of workspace caching be skipped?"),
|
|
262
259
|
directories: WorkspaceDirectoryConfigSchema,
|
|
263
260
|
packageManager: z.enum(["npm", "yarn", "pnpm", "bun"]).default("npm").describe(
|
|
@@ -1066,13 +1063,13 @@ var getConfigEnv = () => {
|
|
|
1066
1063
|
codesFile: process.env[`${prefix}ERROR_CODES_FILE`] || void 0,
|
|
1067
1064
|
url: process.env[`${prefix}ERROR_URL`] || void 0
|
|
1068
1065
|
},
|
|
1069
|
-
|
|
1070
|
-
twitter: process.env[`${prefix}
|
|
1071
|
-
discord: process.env[`${prefix}
|
|
1072
|
-
telegram: process.env[`${prefix}
|
|
1073
|
-
slack: process.env[`${prefix}
|
|
1074
|
-
medium: process.env[`${prefix}
|
|
1075
|
-
github: process.env[`${prefix}
|
|
1066
|
+
socials: {
|
|
1067
|
+
twitter: process.env[`${prefix}SOCIAL_TWITTER`] || void 0,
|
|
1068
|
+
discord: process.env[`${prefix}SOCIAL_DISCORD`] || void 0,
|
|
1069
|
+
telegram: process.env[`${prefix}SOCIAL_TELEGRAM`] || void 0,
|
|
1070
|
+
slack: process.env[`${prefix}SOCIAL_SLACK`] || void 0,
|
|
1071
|
+
medium: process.env[`${prefix}SOCIAL_MEDIUM`] || void 0,
|
|
1072
|
+
github: process.env[`${prefix}SOCIAL_GITHUB`] || void 0
|
|
1076
1073
|
},
|
|
1077
1074
|
organization: process.env[`${prefix}ORG`] || process.env[`${prefix}ORGANIZATION`] || process.env[`${prefix}ORG_NAME`] || process.env[`${prefix}ORGANIZATION_NAME`] ? process.env[`${prefix}ORG_DESCRIPTION`] || process.env[`${prefix}ORGANIZATION_DESCRIPTION`] || process.env[`${prefix}ORG_URL`] || process.env[`${prefix}ORGANIZATION_URL`] || process.env[`${prefix}ORG_LOGO`] || process.env[`${prefix}ORGANIZATION_LOGO`] ? {
|
|
1078
1075
|
name: process.env[`${prefix}ORG`] || process.env[`${prefix}ORGANIZATION`] || process.env[`${prefix}ORG_NAME`] || process.env[`${prefix}ORGANIZATION_NAME`],
|
|
@@ -1114,7 +1111,6 @@ var getConfigEnv = () => {
|
|
|
1114
1111
|
repository: process.env[`${prefix}REPOSITORY`] || void 0,
|
|
1115
1112
|
branch: process.env[`${prefix}BRANCH`] || void 0,
|
|
1116
1113
|
preid: process.env[`${prefix}PRE_ID`] || void 0,
|
|
1117
|
-
externalPackagePatterns: process.env[`${prefix}EXTERNAL_PACKAGE_PATTERNS`] ? JSON.parse(process.env[`${prefix}EXTERNAL_PACKAGE_PATTERNS`]) : [],
|
|
1118
1114
|
registry: {
|
|
1119
1115
|
github: process.env[`${prefix}REGISTRY_GITHUB`] || void 0,
|
|
1120
1116
|
npm: process.env[`${prefix}REGISTRY_NPM`] || void 0,
|
|
@@ -1266,24 +1262,24 @@ var setConfigEnv = (config) => {
|
|
|
1266
1262
|
process.env[`${prefix}RELEASE_HEADER`] = config.release.header;
|
|
1267
1263
|
process.env[`${prefix}RELEASE_FOOTER`] = config.release.footer;
|
|
1268
1264
|
}
|
|
1269
|
-
if (config.
|
|
1270
|
-
if (config.
|
|
1271
|
-
process.env[`${prefix}
|
|
1265
|
+
if (config.socials) {
|
|
1266
|
+
if (config.socials.twitter) {
|
|
1267
|
+
process.env[`${prefix}SOCIAL_TWITTER`] = config.socials.twitter;
|
|
1272
1268
|
}
|
|
1273
|
-
if (config.
|
|
1274
|
-
process.env[`${prefix}
|
|
1269
|
+
if (config.socials.discord) {
|
|
1270
|
+
process.env[`${prefix}SOCIAL_DISCORD`] = config.socials.discord;
|
|
1275
1271
|
}
|
|
1276
|
-
if (config.
|
|
1277
|
-
process.env[`${prefix}
|
|
1272
|
+
if (config.socials.telegram) {
|
|
1273
|
+
process.env[`${prefix}SOCIAL_TELEGRAM`] = config.socials.telegram;
|
|
1278
1274
|
}
|
|
1279
|
-
if (config.
|
|
1280
|
-
process.env[`${prefix}
|
|
1275
|
+
if (config.socials.slack) {
|
|
1276
|
+
process.env[`${prefix}SOCIAL_SLACK`] = config.socials.slack;
|
|
1281
1277
|
}
|
|
1282
|
-
if (config.
|
|
1283
|
-
process.env[`${prefix}
|
|
1278
|
+
if (config.socials.medium) {
|
|
1279
|
+
process.env[`${prefix}SOCIAL_MEDIUM`] = config.socials.medium;
|
|
1284
1280
|
}
|
|
1285
|
-
if (config.
|
|
1286
|
-
process.env[`${prefix}
|
|
1281
|
+
if (config.socials.github) {
|
|
1282
|
+
process.env[`${prefix}SOCIAL_GITHUB`] = config.socials.github;
|
|
1287
1283
|
}
|
|
1288
1284
|
}
|
|
1289
1285
|
if (config.organization) {
|
|
@@ -1421,11 +1417,6 @@ var setConfigEnv = (config) => {
|
|
|
1421
1417
|
if (config.preid) {
|
|
1422
1418
|
process.env[`${prefix}PRE_ID`] = String(config.preid);
|
|
1423
1419
|
}
|
|
1424
|
-
if (config.externalPackagePatterns) {
|
|
1425
|
-
process.env[`${prefix}EXTERNAL_PACKAGE_PATTERNS`] = JSON.stringify(
|
|
1426
|
-
config.externalPackagePatterns
|
|
1427
|
-
);
|
|
1428
|
-
}
|
|
1429
1420
|
if (config.registry) {
|
|
1430
1421
|
if (config.registry.github) {
|
|
1431
1422
|
process.env[`${prefix}REGISTRY_GITHUB`] = String(config.registry.github);
|
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-FXBKDYV6.js');
|
|
3
|
+
require('./chunk-22VEZBQK.js');
|
|
4
|
+
require('./chunk-7FZJS35H.js');
|
|
5
|
+
require('./chunk-JGTTIYMZ.js');
|
|
6
|
+
require('./chunk-WGEKSWER.js');
|
|
7
|
+
require('./chunk-YAWAL2TX.js');
|
|
8
|
+
require('./chunk-ZCBJ5GUX.js');
|
|
9
9
|
require('./chunk-3RG5ZIWI.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-WNXF4LX4.mjs";
|
|
3
|
+
import "./chunk-NAXMDLFF.mjs";
|
|
4
|
+
import "./chunk-W76KB6JO.mjs";
|
|
5
|
+
import "./chunk-PB4BYP3V.mjs";
|
|
6
|
+
import "./chunk-A2VFPO5P.mjs";
|
|
7
|
+
import "./chunk-IHDWK2DJ.mjs";
|
|
8
|
+
import "./chunk-3CAWX4OE.mjs";
|
|
9
9
|
import "./chunk-ACCVWIOF.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 _chunkGEHSG4DDjs = require('./chunk-GEHSG4DD.js');
|
|
5
5
|
require('./chunk-HUKXHFCA.js');
|
|
6
|
-
require('./chunk-
|
|
6
|
+
require('./chunk-ZCBJ5GUX.js');
|
|
7
7
|
require('./chunk-3RG5ZIWI.js');
|
|
8
8
|
|
|
9
9
|
|
|
10
|
-
exports.initGeneratorFn =
|
|
10
|
+
exports.initGeneratorFn = _chunkGEHSG4DDjs.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-XL3QLGR2.mjs";
|
|
5
5
|
import "./chunk-KPFHCT4A.mjs";
|
|
6
|
-
import "./chunk-
|
|
6
|
+
import "./chunk-3CAWX4OE.mjs";
|
|
7
7
|
import "./chunk-ACCVWIOF.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-FXBKDYV6.js');
|
|
3
|
+
require('./chunk-22VEZBQK.js');
|
|
4
|
+
require('./chunk-7FZJS35H.js');
|
|
5
|
+
require('./chunk-JGTTIYMZ.js');
|
|
6
6
|
require('./chunk-N2YKXZ5R.js');
|
|
7
7
|
|
|
8
8
|
|
|
9
|
-
var
|
|
9
|
+
var _chunkGEHSG4DDjs = require('./chunk-GEHSG4DD.js');
|
|
10
10
|
require('./chunk-GUQOEBFW.js');
|
|
11
11
|
|
|
12
12
|
|
|
13
13
|
|
|
14
14
|
var _chunkHUKXHFCAjs = require('./chunk-HUKXHFCA.js');
|
|
15
|
-
require('./chunk-
|
|
15
|
+
require('./chunk-WGEKSWER.js');
|
|
16
16
|
|
|
17
17
|
|
|
18
|
-
var
|
|
19
|
-
require('./chunk-
|
|
18
|
+
var _chunkYAWAL2TXjs = require('./chunk-YAWAL2TX.js');
|
|
19
|
+
require('./chunk-ZCBJ5GUX.js');
|
|
20
20
|
require('./chunk-3RG5ZIWI.js');
|
|
21
21
|
|
|
22
22
|
|
|
23
23
|
|
|
24
24
|
|
|
25
25
|
|
|
26
|
-
exports.Provider = _chunkHUKXHFCAjs.Provider; exports.getCloudTemplateName = _chunkHUKXHFCAjs.getCloudTemplateName; exports.initGeneratorFn =
|
|
26
|
+
exports.Provider = _chunkHUKXHFCAjs.Provider; exports.getCloudTemplateName = _chunkHUKXHFCAjs.getCloudTemplateName; exports.initGeneratorFn = _chunkGEHSG4DDjs.initGeneratorFn; exports.withPulumiExecutor = _chunkYAWAL2TXjs.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-WNXF4LX4.mjs";
|
|
3
|
+
import "./chunk-NAXMDLFF.mjs";
|
|
4
|
+
import "./chunk-W76KB6JO.mjs";
|
|
5
|
+
import "./chunk-PB4BYP3V.mjs";
|
|
6
6
|
import "./chunk-23KFTIT2.mjs";
|
|
7
7
|
import {
|
|
8
8
|
initGeneratorFn
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-XL3QLGR2.mjs";
|
|
10
10
|
import "./chunk-CA7S5MOH.mjs";
|
|
11
11
|
import {
|
|
12
12
|
Provider,
|
|
13
13
|
getCloudTemplateName
|
|
14
14
|
} from "./chunk-KPFHCT4A.mjs";
|
|
15
|
-
import "./chunk-
|
|
15
|
+
import "./chunk-A2VFPO5P.mjs";
|
|
16
16
|
import {
|
|
17
17
|
withPulumiExecutor
|
|
18
|
-
} from "./chunk-
|
|
19
|
-
import "./chunk-
|
|
18
|
+
} from "./chunk-IHDWK2DJ.mjs";
|
|
19
|
+
import "./chunk-3CAWX4OE.mjs";
|
|
20
20
|
import "./chunk-ACCVWIOF.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 _chunkYAWAL2TXjs = require('../../chunk-YAWAL2TX.js');
|
|
4
|
+
require('../../chunk-ZCBJ5GUX.js');
|
|
5
5
|
require('../../chunk-3RG5ZIWI.js');
|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
exports.withPulumiExecutor =
|
|
8
|
+
exports.withPulumiExecutor = _chunkYAWAL2TXjs.withPulumiExecutor;
|
package/dist/src/base/index.js
CHANGED
|
@@ -5,11 +5,11 @@
|
|
|
5
5
|
var _chunkHUKXHFCAjs = require('../../chunk-HUKXHFCA.js');
|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
var
|
|
9
|
-
require('../../chunk-
|
|
8
|
+
var _chunkYAWAL2TXjs = require('../../chunk-YAWAL2TX.js');
|
|
9
|
+
require('../../chunk-ZCBJ5GUX.js');
|
|
10
10
|
require('../../chunk-3RG5ZIWI.js');
|
|
11
11
|
|
|
12
12
|
|
|
13
13
|
|
|
14
14
|
|
|
15
|
-
exports.Provider = _chunkHUKXHFCAjs.Provider; exports.getCloudTemplateName = _chunkHUKXHFCAjs.getCloudTemplateName; exports.withPulumiExecutor =
|
|
15
|
+
exports.Provider = _chunkHUKXHFCAjs.Provider; exports.getCloudTemplateName = _chunkHUKXHFCAjs.getCloudTemplateName; exports.withPulumiExecutor = _chunkYAWAL2TXjs.withPulumiExecutor;
|
package/dist/src/base/index.mjs
CHANGED
|
@@ -5,8 +5,8 @@ import {
|
|
|
5
5
|
} from "../../chunk-KPFHCT4A.mjs";
|
|
6
6
|
import {
|
|
7
7
|
withPulumiExecutor
|
|
8
|
-
} from "../../chunk-
|
|
9
|
-
import "../../chunk-
|
|
8
|
+
} from "../../chunk-IHDWK2DJ.mjs";
|
|
9
|
+
import "../../chunk-3CAWX4OE.mjs";
|
|
10
10
|
import "../../chunk-ACCVWIOF.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 _chunkWGEKSWERjs = require('../../../chunk-WGEKSWER.js');
|
|
4
|
+
require('../../../chunk-YAWAL2TX.js');
|
|
5
|
+
require('../../../chunk-ZCBJ5GUX.js');
|
|
6
6
|
require('../../../chunk-3RG5ZIWI.js');
|
|
7
7
|
|
|
8
8
|
|
|
9
|
-
exports.default =
|
|
9
|
+
exports.default = _chunkWGEKSWERjs.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-A2VFPO5P.mjs";
|
|
4
|
+
import "../../../chunk-IHDWK2DJ.mjs";
|
|
5
|
+
import "../../../chunk-3CAWX4OE.mjs";
|
|
6
6
|
import "../../../chunk-ACCVWIOF.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 _chunkFXBKDYV6js = require('../../../chunk-FXBKDYV6.js');
|
|
4
|
+
require('../../../chunk-YAWAL2TX.js');
|
|
5
|
+
require('../../../chunk-ZCBJ5GUX.js');
|
|
6
6
|
require('../../../chunk-3RG5ZIWI.js');
|
|
7
7
|
|
|
8
8
|
|
|
9
|
-
exports.default =
|
|
9
|
+
exports.default = _chunkFXBKDYV6js.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-WNXF4LX4.mjs";
|
|
4
|
+
import "../../../chunk-IHDWK2DJ.mjs";
|
|
5
|
+
import "../../../chunk-3CAWX4OE.mjs";
|
|
6
6
|
import "../../../chunk-ACCVWIOF.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 _chunk22VEZBQKjs = require('../../../chunk-22VEZBQK.js');
|
|
4
|
+
require('../../../chunk-YAWAL2TX.js');
|
|
5
|
+
require('../../../chunk-ZCBJ5GUX.js');
|
|
6
6
|
require('../../../chunk-3RG5ZIWI.js');
|
|
7
7
|
|
|
8
8
|
|
|
9
|
-
exports.default =
|
|
9
|
+
exports.default = _chunk22VEZBQKjs.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-NAXMDLFF.mjs";
|
|
4
|
+
import "../../../chunk-IHDWK2DJ.mjs";
|
|
5
|
+
import "../../../chunk-3CAWX4OE.mjs";
|
|
6
6
|
import "../../../chunk-ACCVWIOF.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 _chunk7FZJS35Hjs = require('../../../chunk-7FZJS35H.js');
|
|
4
|
+
require('../../../chunk-YAWAL2TX.js');
|
|
5
|
+
require('../../../chunk-ZCBJ5GUX.js');
|
|
6
6
|
require('../../../chunk-3RG5ZIWI.js');
|
|
7
7
|
|
|
8
8
|
|
|
9
|
-
exports.default =
|
|
9
|
+
exports.default = _chunk7FZJS35Hjs.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-W76KB6JO.mjs";
|
|
4
|
+
import "../../../chunk-IHDWK2DJ.mjs";
|
|
5
|
+
import "../../../chunk-3CAWX4OE.mjs";
|
|
6
6
|
import "../../../chunk-ACCVWIOF.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 _chunkJGTTIYMZjs = require('../../../chunk-JGTTIYMZ.js');
|
|
4
|
+
require('../../../chunk-YAWAL2TX.js');
|
|
5
|
+
require('../../../chunk-ZCBJ5GUX.js');
|
|
6
6
|
require('../../../chunk-3RG5ZIWI.js');
|
|
7
7
|
|
|
8
8
|
|
|
9
|
-
exports.default =
|
|
9
|
+
exports.default = _chunkJGTTIYMZjs.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-PB4BYP3V.mjs";
|
|
4
|
+
import "../../../chunk-IHDWK2DJ.mjs";
|
|
5
|
+
import "../../../chunk-3CAWX4OE.mjs";
|
|
6
6
|
import "../../../chunk-ACCVWIOF.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 _chunkGEHSG4DDjs = require('../../../chunk-GEHSG4DD.js');
|
|
5
5
|
require('../../../chunk-HUKXHFCA.js');
|
|
6
|
-
require('../../../chunk-
|
|
6
|
+
require('../../../chunk-ZCBJ5GUX.js');
|
|
7
7
|
require('../../../chunk-3RG5ZIWI.js');
|
|
8
8
|
|
|
9
9
|
|
|
10
10
|
|
|
11
|
-
exports.default =
|
|
11
|
+
exports.default = _chunkGEHSG4DDjs.generator_default; exports.initGeneratorFn = _chunkGEHSG4DDjs.initGeneratorFn;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import {
|
|
2
2
|
generator_default,
|
|
3
3
|
initGeneratorFn
|
|
4
|
-
} from "../../../chunk-
|
|
4
|
+
} from "../../../chunk-XL3QLGR2.mjs";
|
|
5
5
|
import "../../../chunk-KPFHCT4A.mjs";
|
|
6
|
-
import "../../../chunk-
|
|
6
|
+
import "../../../chunk-3CAWX4OE.mjs";
|
|
7
7
|
import "../../../chunk-ACCVWIOF.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.13.
|
|
3
|
+
"version": "0.13.35",
|
|
4
4
|
"type": "commonjs",
|
|
5
5
|
"description": "Tools for managing Pulumi infrastructure within a Nx workspace.",
|
|
6
6
|
"repository": {
|
|
@@ -136,5 +136,5 @@
|
|
|
136
136
|
"publishConfig": { "access": "public" },
|
|
137
137
|
"executors": "./executors.json",
|
|
138
138
|
"generators": "./generators.json",
|
|
139
|
-
"gitHead": "
|
|
139
|
+
"gitHead": "cedf85874cce225715bdde5a4aab075d025e788d"
|
|
140
140
|
}
|