@storm-software/pulumi-tools 0.13.39 → 0.13.41
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 +2 -1
- package/dist/{chunk-NLVT27VF.js → chunk-3OKHNU6F.js} +2 -2
- package/dist/{chunk-D573L2O2.js → chunk-3QQTCBVN.js} +3 -3
- package/dist/{chunk-2BD4IRTI.mjs → chunk-6UIH6RCK.mjs} +1 -1
- package/dist/{chunk-3TSC26ST.js → chunk-7G2M77VJ.js} +5 -5
- package/dist/{chunk-TI2UULSV.js → chunk-ATM7EADM.js} +2 -2
- package/dist/{chunk-4H6OCFMZ.mjs → chunk-EU64W3TI.mjs} +1 -1
- package/dist/{chunk-5HEDS3UT.js → chunk-EVILNGJA.js} +2 -2
- package/dist/{chunk-DKJKBXBI.js → chunk-GASM5JOT.js} +2 -2
- package/dist/{chunk-7P4YWHUA.js → chunk-I3D4CDB5.js} +14 -14
- package/dist/{chunk-ARSQVJ7N.mjs → chunk-L7FXGR6F.mjs} +1 -1
- package/dist/{chunk-EWYULOQJ.mjs → chunk-NPVDHO4H.mjs} +1 -1
- package/dist/{chunk-L6UX4WWK.mjs → chunk-PIK42X67.mjs} +15 -15
- package/dist/{chunk-KSX7QAB3.mjs → chunk-PYYI7CA3.mjs} +1 -1
- package/dist/{chunk-JUCS6QST.mjs → chunk-RZX26I3L.mjs} +1 -1
- package/dist/{chunk-IVFQT4WC.mjs → chunk-USQAM3BN.mjs} +1 -1
- package/dist/{chunk-YW4SEJR7.js → chunk-VXI4LNUL.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 +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.40](https://github.com/storm-software/storm-ops/releases/tag/pulumi-tools%400.13.40) (2025-07-11)
|
|
6
|
+
|
|
7
|
+
### Miscellaneous
|
|
8
|
+
|
|
9
|
+
- **monorepo:** Regenerate README markdown files
|
|
10
|
+
([c13e76556](https://github.com/storm-software/storm-ops/commit/c13e76556))
|
|
11
|
+
|
|
12
|
+
## [0.13.39](https://github.com/storm-software/storm-ops/releases/tag/pulumi-tools%400.13.39) (2025-07-10)
|
|
13
|
+
|
|
14
|
+
### Miscellaneous
|
|
15
|
+
|
|
16
|
+
- **monorepo:** Regenerate workspace artifacts
|
|
17
|
+
([f45c14e5f](https://github.com/storm-software/storm-ops/commit/f45c14e5f))
|
|
18
|
+
|
|
5
19
|
## [0.13.38](https://github.com/storm-software/storm-ops/releases/tag/pulumi-tools%400.13.38) (2025-07-10)
|
|
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 -->
|
|
@@ -40,6 +40,7 @@ This package is part of the <b>⚡Storm-Ops</b> monorepo. The Storm-Ops packages
|
|
|
40
40
|
|
|
41
41
|
<!-- START doctoc -->
|
|
42
42
|
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
|
|
43
|
+
|
|
43
44
|
## Table of Contents
|
|
44
45
|
|
|
45
46
|
- [Storm Pulumi Tools](#storm-pulumi-tools)
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var _chunk3QQTCBVNjs = require('./chunk-3QQTCBVN.js');
|
|
4
4
|
|
|
5
5
|
// src/executors/preview/executor.ts
|
|
6
|
-
var executor_default =
|
|
6
|
+
var executor_default = _chunk3QQTCBVNjs.withPulumiExecutor.call(void 0,
|
|
7
7
|
"preview",
|
|
8
8
|
(options) => [
|
|
9
9
|
options.stack && `--stack=${options.stack}`,
|
|
@@ -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 _chunkI3D4CDB5js = require('./chunk-I3D4CDB5.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 _chunkI3D4CDB5js.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
|
+
_chunkI3D4CDB5js.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),
|
|
@@ -5,7 +5,7 @@ var _chunkHUKXHFCAjs = require('./chunk-HUKXHFCA.js');
|
|
|
5
5
|
|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
var
|
|
8
|
+
var _chunkI3D4CDB5js = require('./chunk-I3D4CDB5.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 = _chunkI3D4CDB5js.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 = _chunkI3D4CDB5js.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
|
+
_chunkI3D4CDB5js.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
|
+
_chunkI3D4CDB5js.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 _chunk3QQTCBVNjs = require('./chunk-3QQTCBVN.js');
|
|
4
4
|
|
|
5
5
|
// src/executors/import/executor.ts
|
|
6
|
-
var executor_default =
|
|
6
|
+
var executor_default = _chunk3QQTCBVNjs.withPulumiExecutor.call(void 0, "import", (options) => [
|
|
7
7
|
options.target,
|
|
8
8
|
options.name,
|
|
9
9
|
options.id,
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var _chunk3QQTCBVNjs = require('./chunk-3QQTCBVN.js');
|
|
4
4
|
|
|
5
5
|
// src/executors/up/executor.ts
|
|
6
|
-
var executor_default =
|
|
6
|
+
var executor_default = _chunk3QQTCBVNjs.withPulumiExecutor.call(void 0, "up", (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 _chunk3QQTCBVNjs = require('./chunk-3QQTCBVN.js');
|
|
4
4
|
|
|
5
5
|
// src/executors/refresh/executor.ts
|
|
6
|
-
var executor_default =
|
|
6
|
+
var executor_default = _chunk3QQTCBVNjs.withPulumiExecutor.call(void 0,
|
|
7
7
|
"refresh",
|
|
8
8
|
(options) => [
|
|
9
9
|
"--suppress-progress",
|
|
@@ -71,7 +71,7 @@ If this sounds interesting, and you would like to help us in creating the next g
|
|
|
71
71
|
var STORM_DEFAULT_ERROR_CODES_FILE = "tools/errors/codes.json";
|
|
72
72
|
|
|
73
73
|
// ../config/src/schema.ts
|
|
74
|
-
var
|
|
74
|
+
var _zod = require('zod'); var z = _interopRequireWildcard(_zod); var z2 = _interopRequireWildcard(_zod);
|
|
75
75
|
var DarkColorSchema = z.string().trim().toLowerCase().regex(/^#([0-9a-f]{3}){1,2}$/i).length(7).default("#1d1e22").describe("The dark background color of the workspace");
|
|
76
76
|
var LightColorSchema = z.string().trim().toLowerCase().regex(/^#([0-9a-f]{3}){1,2}$/i).length(7).default("#f4f4f5").describe("The light background color of the workspace");
|
|
77
77
|
var BrandColorSchema = z.string().trim().toLowerCase().regex(/^#([0-9a-f]{3}){1,2}$/i).length(7).default("#1fb2a6").describe("The primary brand specific color of the workspace");
|
|
@@ -138,7 +138,7 @@ var SingleThemeColorConfigSchema = z.object({
|
|
|
138
138
|
positive: PositiveColorSchema,
|
|
139
139
|
negative: NegativeColorSchema
|
|
140
140
|
});
|
|
141
|
-
var RegistryUrlConfigSchema = z.
|
|
141
|
+
var RegistryUrlConfigSchema = z.url().optional().describe("A remote registry URL used to publish distributable packages");
|
|
142
142
|
var RegistryConfigSchema = z.object({
|
|
143
143
|
github: RegistryUrlConfigSchema,
|
|
144
144
|
npm: RegistryUrlConfigSchema,
|
|
@@ -165,7 +165,7 @@ var WorkspaceBotConfigSchema = z.object({
|
|
|
165
165
|
name: z.string().trim().default("stormie-bot").describe(
|
|
166
166
|
"The workspace bot user's name (this is the bot that will be used to perform various tasks)"
|
|
167
167
|
),
|
|
168
|
-
email: z.
|
|
168
|
+
email: z.email().default("bot@stormsoftware.com").describe("The email of the workspace bot")
|
|
169
169
|
}).describe(
|
|
170
170
|
"The workspace's bot user's config used to automated various operations tasks"
|
|
171
171
|
);
|
|
@@ -208,16 +208,16 @@ var WorkspaceDirectoryConfigSchema = z.object({
|
|
|
208
208
|
);
|
|
209
209
|
var errorConfigSchema = z.object({
|
|
210
210
|
codesFile: z.string().trim().default(STORM_DEFAULT_ERROR_CODES_FILE).describe("The path to the workspace's error codes JSON file"),
|
|
211
|
-
url: z.
|
|
211
|
+
url: z.url().optional().describe(
|
|
212
212
|
"A URL to a page that looks up the workspace's error messages given a specific error code"
|
|
213
213
|
)
|
|
214
214
|
}).describe("The workspace's error config used during the error process");
|
|
215
215
|
var organizationConfigSchema = z.object({
|
|
216
216
|
name: z.string().trim().describe("The name of the organization"),
|
|
217
217
|
description: z.string().trim().optional().describe("A description of the organization"),
|
|
218
|
-
logo: z.
|
|
219
|
-
icon: z.
|
|
220
|
-
url: z.
|
|
218
|
+
logo: z.url().optional().describe("A URL to the organization's logo image"),
|
|
219
|
+
icon: z.url().optional().describe("A URL to the organization's icon image"),
|
|
220
|
+
url: z.url().optional().describe(
|
|
221
221
|
"A URL to a page that provides more information about the organization"
|
|
222
222
|
)
|
|
223
223
|
}).describe("The workspace's organization details");
|
|
@@ -237,12 +237,12 @@ var stormWorkspaceConfigSchema = z.object({
|
|
|
237
237
|
),
|
|
238
238
|
repository: z.string().trim().optional().describe("The repo URL of the workspace (i.e. GitHub)"),
|
|
239
239
|
license: z.string().trim().default("Apache-2.0").describe("The license type of the package"),
|
|
240
|
-
homepage: z.
|
|
241
|
-
docs: z.
|
|
242
|
-
portal: z.
|
|
243
|
-
licensing: z.
|
|
244
|
-
contact: z.
|
|
245
|
-
support: z.
|
|
240
|
+
homepage: z.url().optional().describe("The homepage of the workspace"),
|
|
241
|
+
docs: z.url().optional().describe("The documentation site for the workspace"),
|
|
242
|
+
portal: z.url().optional().describe("The development portal site for the workspace"),
|
|
243
|
+
licensing: z.url().optional().describe("The licensing site for the workspace"),
|
|
244
|
+
contact: z.url().optional().describe("The contact site for the workspace"),
|
|
245
|
+
support: z.url().optional().describe(
|
|
246
246
|
"The support site for the workspace. If not provided, this is defaulted to the `contact` config value"
|
|
247
247
|
),
|
|
248
248
|
branch: z.string().trim().default("main").describe("The branch of the workspace"),
|
|
@@ -252,7 +252,7 @@ var stormWorkspaceConfigSchema = z.object({
|
|
|
252
252
|
release: WorkspaceReleaseConfigSchema,
|
|
253
253
|
socials: WorkspaceSocialsConfigSchema,
|
|
254
254
|
error: errorConfigSchema,
|
|
255
|
-
mode: z.
|
|
255
|
+
mode: z.string().trim().default("production").describe("The current runtime environment mode for the package"),
|
|
256
256
|
workspaceRoot: z.string().trim().describe("The root directory of the workspace"),
|
|
257
257
|
skipCache: z.boolean().default(false).describe("Should all known types of workspace caching be skipped?"),
|
|
258
258
|
directories: WorkspaceDirectoryConfigSchema,
|
|
@@ -72,7 +72,7 @@ If this sounds interesting, and you would like to help us in creating the next g
|
|
|
72
72
|
var STORM_DEFAULT_ERROR_CODES_FILE = "tools/errors/codes.json";
|
|
73
73
|
|
|
74
74
|
// ../config/src/schema.ts
|
|
75
|
-
import * as z from "zod
|
|
75
|
+
import * as z from "zod";
|
|
76
76
|
var DarkColorSchema = z.string().trim().toLowerCase().regex(/^#([0-9a-f]{3}){1,2}$/i).length(7).default("#1d1e22").describe("The dark background color of the workspace");
|
|
77
77
|
var LightColorSchema = z.string().trim().toLowerCase().regex(/^#([0-9a-f]{3}){1,2}$/i).length(7).default("#f4f4f5").describe("The light background color of the workspace");
|
|
78
78
|
var BrandColorSchema = z.string().trim().toLowerCase().regex(/^#([0-9a-f]{3}){1,2}$/i).length(7).default("#1fb2a6").describe("The primary brand specific color of the workspace");
|
|
@@ -139,7 +139,7 @@ var SingleThemeColorConfigSchema = z.object({
|
|
|
139
139
|
positive: PositiveColorSchema,
|
|
140
140
|
negative: NegativeColorSchema
|
|
141
141
|
});
|
|
142
|
-
var RegistryUrlConfigSchema = z.
|
|
142
|
+
var RegistryUrlConfigSchema = z.url().optional().describe("A remote registry URL used to publish distributable packages");
|
|
143
143
|
var RegistryConfigSchema = z.object({
|
|
144
144
|
github: RegistryUrlConfigSchema,
|
|
145
145
|
npm: RegistryUrlConfigSchema,
|
|
@@ -166,7 +166,7 @@ var WorkspaceBotConfigSchema = z.object({
|
|
|
166
166
|
name: z.string().trim().default("stormie-bot").describe(
|
|
167
167
|
"The workspace bot user's name (this is the bot that will be used to perform various tasks)"
|
|
168
168
|
),
|
|
169
|
-
email: z.
|
|
169
|
+
email: z.email().default("bot@stormsoftware.com").describe("The email of the workspace bot")
|
|
170
170
|
}).describe(
|
|
171
171
|
"The workspace's bot user's config used to automated various operations tasks"
|
|
172
172
|
);
|
|
@@ -209,16 +209,16 @@ var WorkspaceDirectoryConfigSchema = z.object({
|
|
|
209
209
|
);
|
|
210
210
|
var errorConfigSchema = z.object({
|
|
211
211
|
codesFile: z.string().trim().default(STORM_DEFAULT_ERROR_CODES_FILE).describe("The path to the workspace's error codes JSON file"),
|
|
212
|
-
url: z.
|
|
212
|
+
url: z.url().optional().describe(
|
|
213
213
|
"A URL to a page that looks up the workspace's error messages given a specific error code"
|
|
214
214
|
)
|
|
215
215
|
}).describe("The workspace's error config used during the error process");
|
|
216
216
|
var organizationConfigSchema = z.object({
|
|
217
217
|
name: z.string().trim().describe("The name of the organization"),
|
|
218
218
|
description: z.string().trim().optional().describe("A description of the organization"),
|
|
219
|
-
logo: z.
|
|
220
|
-
icon: z.
|
|
221
|
-
url: z.
|
|
219
|
+
logo: z.url().optional().describe("A URL to the organization's logo image"),
|
|
220
|
+
icon: z.url().optional().describe("A URL to the organization's icon image"),
|
|
221
|
+
url: z.url().optional().describe(
|
|
222
222
|
"A URL to a page that provides more information about the organization"
|
|
223
223
|
)
|
|
224
224
|
}).describe("The workspace's organization details");
|
|
@@ -238,12 +238,12 @@ var stormWorkspaceConfigSchema = z.object({
|
|
|
238
238
|
),
|
|
239
239
|
repository: z.string().trim().optional().describe("The repo URL of the workspace (i.e. GitHub)"),
|
|
240
240
|
license: z.string().trim().default("Apache-2.0").describe("The license type of the package"),
|
|
241
|
-
homepage: z.
|
|
242
|
-
docs: z.
|
|
243
|
-
portal: z.
|
|
244
|
-
licensing: z.
|
|
245
|
-
contact: z.
|
|
246
|
-
support: z.
|
|
241
|
+
homepage: z.url().optional().describe("The homepage of the workspace"),
|
|
242
|
+
docs: z.url().optional().describe("The documentation site for the workspace"),
|
|
243
|
+
portal: z.url().optional().describe("The development portal site for the workspace"),
|
|
244
|
+
licensing: z.url().optional().describe("The licensing site for the workspace"),
|
|
245
|
+
contact: z.url().optional().describe("The contact site for the workspace"),
|
|
246
|
+
support: z.url().optional().describe(
|
|
247
247
|
"The support site for the workspace. If not provided, this is defaulted to the `contact` config value"
|
|
248
248
|
),
|
|
249
249
|
branch: z.string().trim().default("main").describe("The branch of the workspace"),
|
|
@@ -253,7 +253,7 @@ var stormWorkspaceConfigSchema = z.object({
|
|
|
253
253
|
release: WorkspaceReleaseConfigSchema,
|
|
254
254
|
socials: WorkspaceSocialsConfigSchema,
|
|
255
255
|
error: errorConfigSchema,
|
|
256
|
-
mode: z.
|
|
256
|
+
mode: z.string().trim().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
258
|
skipCache: z.boolean().default(false).describe("Should all known types of workspace caching be skipped?"),
|
|
259
259
|
directories: WorkspaceDirectoryConfigSchema,
|
|
@@ -3590,7 +3590,7 @@ var generator_default = withRunGenerator(
|
|
|
3590
3590
|
|
|
3591
3591
|
// ../workspace-tools/src/generators/config-schema/generator.ts
|
|
3592
3592
|
import { formatFiles as formatFiles4, writeJson as writeJson2 } from "@nx/devkit";
|
|
3593
|
-
import * as z2 from "zod
|
|
3593
|
+
import * as z2 from "zod";
|
|
3594
3594
|
async function configSchemaGeneratorFn(tree, options, config) {
|
|
3595
3595
|
writeInfo(
|
|
3596
3596
|
"\u{1F4E6} Running Storm Workspace Configuration JSON Schema generator",
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var _chunk3QQTCBVNjs = require('./chunk-3QQTCBVN.js');
|
|
4
4
|
|
|
5
5
|
// src/executors/config/executor.ts
|
|
6
|
-
var executor_default =
|
|
6
|
+
var executor_default = _chunk3QQTCBVNjs.withPulumiExecutor.call(void 0, "config", (options) => [
|
|
7
7
|
options.action,
|
|
8
8
|
options.showSecrets && `--show-secrets`,
|
|
9
9
|
options.secret && `--secret`,
|
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-ATM7EADM.js');
|
|
3
|
+
require('./chunk-3OKHNU6F.js');
|
|
4
|
+
require('./chunk-GASM5JOT.js');
|
|
5
|
+
require('./chunk-EVILNGJA.js');
|
|
6
|
+
require('./chunk-VXI4LNUL.js');
|
|
7
|
+
require('./chunk-3QQTCBVN.js');
|
|
8
|
+
require('./chunk-I3D4CDB5.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-PYYI7CA3.mjs";
|
|
3
|
+
import "./chunk-6UIH6RCK.mjs";
|
|
4
|
+
import "./chunk-EU64W3TI.mjs";
|
|
5
|
+
import "./chunk-NPVDHO4H.mjs";
|
|
6
|
+
import "./chunk-L7FXGR6F.mjs";
|
|
7
|
+
import "./chunk-RZX26I3L.mjs";
|
|
8
|
+
import "./chunk-PIK42X67.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 _chunk7G2M77VJjs = require('./chunk-7G2M77VJ.js');
|
|
5
5
|
require('./chunk-HUKXHFCA.js');
|
|
6
|
-
require('./chunk-
|
|
6
|
+
require('./chunk-I3D4CDB5.js');
|
|
7
7
|
require('./chunk-3RG5ZIWI.js');
|
|
8
8
|
|
|
9
9
|
|
|
10
|
-
exports.initGeneratorFn =
|
|
10
|
+
exports.initGeneratorFn = _chunk7G2M77VJjs.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-USQAM3BN.mjs";
|
|
5
5
|
import "./chunk-KPFHCT4A.mjs";
|
|
6
|
-
import "./chunk-
|
|
6
|
+
import "./chunk-PIK42X67.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-ATM7EADM.js');
|
|
3
|
+
require('./chunk-3OKHNU6F.js');
|
|
4
|
+
require('./chunk-GASM5JOT.js');
|
|
5
|
+
require('./chunk-EVILNGJA.js');
|
|
6
6
|
require('./chunk-N2YKXZ5R.js');
|
|
7
7
|
|
|
8
8
|
|
|
9
|
-
var
|
|
9
|
+
var _chunk7G2M77VJjs = require('./chunk-7G2M77VJ.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-VXI4LNUL.js');
|
|
16
16
|
|
|
17
17
|
|
|
18
|
-
var
|
|
19
|
-
require('./chunk-
|
|
18
|
+
var _chunk3QQTCBVNjs = require('./chunk-3QQTCBVN.js');
|
|
19
|
+
require('./chunk-I3D4CDB5.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 = _chunk7G2M77VJjs.initGeneratorFn; exports.withPulumiExecutor = _chunk3QQTCBVNjs.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-PYYI7CA3.mjs";
|
|
3
|
+
import "./chunk-6UIH6RCK.mjs";
|
|
4
|
+
import "./chunk-EU64W3TI.mjs";
|
|
5
|
+
import "./chunk-NPVDHO4H.mjs";
|
|
6
6
|
import "./chunk-23KFTIT2.mjs";
|
|
7
7
|
import {
|
|
8
8
|
initGeneratorFn
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-USQAM3BN.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-L7FXGR6F.mjs";
|
|
16
16
|
import {
|
|
17
17
|
withPulumiExecutor
|
|
18
|
-
} from "./chunk-
|
|
19
|
-
import "./chunk-
|
|
18
|
+
} from "./chunk-RZX26I3L.mjs";
|
|
19
|
+
import "./chunk-PIK42X67.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 _chunk3QQTCBVNjs = require('../../chunk-3QQTCBVN.js');
|
|
4
|
+
require('../../chunk-I3D4CDB5.js');
|
|
5
5
|
require('../../chunk-3RG5ZIWI.js');
|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
exports.withPulumiExecutor =
|
|
8
|
+
exports.withPulumiExecutor = _chunk3QQTCBVNjs.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 _chunk3QQTCBVNjs = require('../../chunk-3QQTCBVN.js');
|
|
9
|
+
require('../../chunk-I3D4CDB5.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 = _chunk3QQTCBVNjs.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-RZX26I3L.mjs";
|
|
9
|
+
import "../../chunk-PIK42X67.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 _chunkVXI4LNULjs = require('../../../chunk-VXI4LNUL.js');
|
|
4
|
+
require('../../../chunk-3QQTCBVN.js');
|
|
5
|
+
require('../../../chunk-I3D4CDB5.js');
|
|
6
6
|
require('../../../chunk-3RG5ZIWI.js');
|
|
7
7
|
|
|
8
8
|
|
|
9
|
-
exports.default =
|
|
9
|
+
exports.default = _chunkVXI4LNULjs.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-L7FXGR6F.mjs";
|
|
4
|
+
import "../../../chunk-RZX26I3L.mjs";
|
|
5
|
+
import "../../../chunk-PIK42X67.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 _chunkATM7EADMjs = require('../../../chunk-ATM7EADM.js');
|
|
4
|
+
require('../../../chunk-3QQTCBVN.js');
|
|
5
|
+
require('../../../chunk-I3D4CDB5.js');
|
|
6
6
|
require('../../../chunk-3RG5ZIWI.js');
|
|
7
7
|
|
|
8
8
|
|
|
9
|
-
exports.default =
|
|
9
|
+
exports.default = _chunkATM7EADMjs.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-PYYI7CA3.mjs";
|
|
4
|
+
import "../../../chunk-RZX26I3L.mjs";
|
|
5
|
+
import "../../../chunk-PIK42X67.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 _chunk3OKHNU6Fjs = require('../../../chunk-3OKHNU6F.js');
|
|
4
|
+
require('../../../chunk-3QQTCBVN.js');
|
|
5
|
+
require('../../../chunk-I3D4CDB5.js');
|
|
6
6
|
require('../../../chunk-3RG5ZIWI.js');
|
|
7
7
|
|
|
8
8
|
|
|
9
|
-
exports.default =
|
|
9
|
+
exports.default = _chunk3OKHNU6Fjs.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-6UIH6RCK.mjs";
|
|
4
|
+
import "../../../chunk-RZX26I3L.mjs";
|
|
5
|
+
import "../../../chunk-PIK42X67.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 _chunkGASM5JOTjs = require('../../../chunk-GASM5JOT.js');
|
|
4
|
+
require('../../../chunk-3QQTCBVN.js');
|
|
5
|
+
require('../../../chunk-I3D4CDB5.js');
|
|
6
6
|
require('../../../chunk-3RG5ZIWI.js');
|
|
7
7
|
|
|
8
8
|
|
|
9
|
-
exports.default =
|
|
9
|
+
exports.default = _chunkGASM5JOTjs.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-EU64W3TI.mjs";
|
|
4
|
+
import "../../../chunk-RZX26I3L.mjs";
|
|
5
|
+
import "../../../chunk-PIK42X67.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 _chunkEVILNGJAjs = require('../../../chunk-EVILNGJA.js');
|
|
4
|
+
require('../../../chunk-3QQTCBVN.js');
|
|
5
|
+
require('../../../chunk-I3D4CDB5.js');
|
|
6
6
|
require('../../../chunk-3RG5ZIWI.js');
|
|
7
7
|
|
|
8
8
|
|
|
9
|
-
exports.default =
|
|
9
|
+
exports.default = _chunkEVILNGJAjs.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-NPVDHO4H.mjs";
|
|
4
|
+
import "../../../chunk-RZX26I3L.mjs";
|
|
5
|
+
import "../../../chunk-PIK42X67.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 _chunk7G2M77VJjs = require('../../../chunk-7G2M77VJ.js');
|
|
5
5
|
require('../../../chunk-HUKXHFCA.js');
|
|
6
|
-
require('../../../chunk-
|
|
6
|
+
require('../../../chunk-I3D4CDB5.js');
|
|
7
7
|
require('../../../chunk-3RG5ZIWI.js');
|
|
8
8
|
|
|
9
9
|
|
|
10
10
|
|
|
11
|
-
exports.default =
|
|
11
|
+
exports.default = _chunk7G2M77VJjs.generator_default; exports.initGeneratorFn = _chunk7G2M77VJjs.initGeneratorFn;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import {
|
|
2
2
|
generator_default,
|
|
3
3
|
initGeneratorFn
|
|
4
|
-
} from "../../../chunk-
|
|
4
|
+
} from "../../../chunk-USQAM3BN.mjs";
|
|
5
5
|
import "../../../chunk-KPFHCT4A.mjs";
|
|
6
|
-
import "../../../chunk-
|
|
6
|
+
import "../../../chunk-PIK42X67.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.41",
|
|
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": "15cfb513f5ab6c76341888e008ba62b88bcd05af"
|
|
140
140
|
}
|