@storm-software/pulumi-tools 0.14.8 → 0.14.15
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 +86 -0
- package/README.md +1 -1
- package/dist/{chunk-U7FYN27O.mjs → chunk-5BIYRGVL.mjs} +1 -1
- package/dist/{chunk-H3WJPCD5.mjs → chunk-6AG5RO56.mjs} +1 -1
- package/dist/{chunk-E4YRG6SB.js → chunk-ASQCDAAM.js} +2 -2
- package/dist/{chunk-52OXL4RY.js → chunk-BRVT2XDW.js} +6 -6
- package/dist/{chunk-CNMJGF4R.js → chunk-C6GJCQ5J.js} +2 -2
- package/dist/{chunk-XI6FGBPW.mjs → chunk-D7VMPRRO.mjs} +1 -1
- package/dist/{chunk-Z64OMLP7.js → chunk-DJ4CN4AY.js} +3 -3
- package/dist/{chunk-NSF72K63.mjs → chunk-DPBZAMXU.mjs} +1 -1
- package/dist/{chunk-BFXPJZB5.mjs → chunk-ELDFGBCC.mjs} +1 -1
- package/dist/{chunk-SVFNJXCP.mjs → chunk-JBHHZOZ2.mjs} +834 -754
- package/dist/{chunk-6HF3Y56F.js → chunk-KKLOTH4P.js} +2 -2
- package/dist/{chunk-TRNG4UP5.js → chunk-OZFRCQ3Z.js} +2 -2
- package/dist/{chunk-PDGAR3LA.js → chunk-UTIHFMWM.js} +744 -664
- package/dist/{chunk-B7TBJFFG.js → chunk-VEZKHQNN.js} +2 -2
- package/dist/{chunk-QAXNCI2H.mjs → chunk-XTVZEZAI.mjs} +1 -1
- package/dist/{chunk-PG4O6WDC.mjs → chunk-ZFRVRINB.mjs} +4 -4
- 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 +4 -4
- package/dist/chunk-RTWTYXL2.mjs +0 -133
- package/dist/chunk-SSZ7BST5.js +0 -133
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,92 @@
|
|
|
2
2
|
|
|
3
3
|
# Changelog for Storm Ops - Pulumi Tools
|
|
4
4
|
|
|
5
|
+
## [0.14.14](https://github.com/storm-software/storm-ops/releases/tag/pulumi-tools%400.14.14) (2025-08-03)
|
|
6
|
+
|
|
7
|
+
### Miscellaneous
|
|
8
|
+
|
|
9
|
+
- **monorepo:** Update README files and package dependencies
|
|
10
|
+
([98aa92354](https://github.com/storm-software/storm-ops/commit/98aa92354))
|
|
11
|
+
|
|
12
|
+
### Updated Dependencies
|
|
13
|
+
|
|
14
|
+
- Updated config-tools to 1.177.3
|
|
15
|
+
- Updated config to 1.126.3
|
|
16
|
+
|
|
17
|
+
## [0.14.13](https://github.com/storm-software/storm-ops/releases/tag/pulumi-tools%400.14.13) (2025-08-03)
|
|
18
|
+
|
|
19
|
+
### Miscellaneous
|
|
20
|
+
|
|
21
|
+
- **monorepo:** Updates to package dependencies
|
|
22
|
+
([d3178b9fe](https://github.com/storm-software/storm-ops/commit/d3178b9fe))
|
|
23
|
+
|
|
24
|
+
### Updated Dependencies
|
|
25
|
+
|
|
26
|
+
- Updated config-tools to 1.177.2
|
|
27
|
+
- Updated config to 1.126.2
|
|
28
|
+
|
|
29
|
+
## [0.14.12](https://github.com/storm-software/storm-ops/releases/tag/pulumi-tools%400.14.12) (2025-08-03)
|
|
30
|
+
|
|
31
|
+
### Miscellaneous
|
|
32
|
+
|
|
33
|
+
- **monorepo:** Updates to README and dependencies
|
|
34
|
+
([d5fa740ba](https://github.com/storm-software/storm-ops/commit/d5fa740ba))
|
|
35
|
+
|
|
36
|
+
### Updated Dependencies
|
|
37
|
+
|
|
38
|
+
- Updated config-tools to 1.177.1
|
|
39
|
+
- Updated config to 1.126.1
|
|
40
|
+
|
|
41
|
+
## [0.14.11](https://github.com/storm-software/storm-ops/releases/tag/pulumi-tools%400.14.11) (2025-08-03)
|
|
42
|
+
|
|
43
|
+
### Miscellaneous
|
|
44
|
+
|
|
45
|
+
- **monorepo:** Update workspace dependency links for packages
|
|
46
|
+
([e311f77ef](https://github.com/storm-software/storm-ops/commit/e311f77ef))
|
|
47
|
+
|
|
48
|
+
### Updated Dependencies
|
|
49
|
+
|
|
50
|
+
- Updated config-tools to 1.177.0
|
|
51
|
+
- Updated config to 1.126.0
|
|
52
|
+
|
|
53
|
+
## [0.14.10](https://github.com/storm-software/storm-ops/releases/tag/pulumi-tools%400.14.10) (2025-08-03)
|
|
54
|
+
|
|
55
|
+
### Miscellaneous
|
|
56
|
+
|
|
57
|
+
- **monorepo:** Update README and package dependency versions
|
|
58
|
+
([cf2786e59](https://github.com/storm-software/storm-ops/commit/cf2786e59))
|
|
59
|
+
|
|
60
|
+
### Updated Dependencies
|
|
61
|
+
|
|
62
|
+
- Updated config-tools to 1.176.26
|
|
63
|
+
- Updated config to 1.125.24
|
|
64
|
+
|
|
65
|
+
## [0.14.9](https://github.com/storm-software/storm-ops/releases/tag/pulumi-tools%400.14.9) (2025-08-03)
|
|
66
|
+
|
|
67
|
+
### Miscellaneous
|
|
68
|
+
|
|
69
|
+
- **monorepo:** Update workspace package dependencies
|
|
70
|
+
([a51e7f3f5](https://github.com/storm-software/storm-ops/commit/a51e7f3f5))
|
|
71
|
+
- **monorepo:** Regenerate README markdown files
|
|
72
|
+
([bfce1b325](https://github.com/storm-software/storm-ops/commit/bfce1b325))
|
|
73
|
+
|
|
74
|
+
### Updated Dependencies
|
|
75
|
+
|
|
76
|
+
- Updated config-tools to 1.176.25
|
|
77
|
+
- Updated config to 1.125.23
|
|
78
|
+
|
|
79
|
+
## [0.14.8](https://github.com/storm-software/storm-ops/releases/tag/pulumi-tools%400.14.8) (2025-08-03)
|
|
80
|
+
|
|
81
|
+
### Miscellaneous
|
|
82
|
+
|
|
83
|
+
- **monorepo:** Update workspace package dependencies
|
|
84
|
+
([c6fbbda93](https://github.com/storm-software/storm-ops/commit/c6fbbda93))
|
|
85
|
+
|
|
86
|
+
### Updated Dependencies
|
|
87
|
+
|
|
88
|
+
- Updated config-tools to 1.176.24
|
|
89
|
+
- Updated config to 1.125.22
|
|
90
|
+
|
|
5
91
|
## [0.14.7](https://github.com/storm-software/storm-ops/releases/tag/pulumi-tools%400.14.7) (2025-08-02)
|
|
6
92
|
|
|
7
93
|
### Bug Fixes
|
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 _chunkDJ4CN4AYjs = require('./chunk-DJ4CN4AY.js');
|
|
4
4
|
|
|
5
5
|
// src/executors/import/executor.ts
|
|
6
|
-
var executor_default =
|
|
6
|
+
var executor_default = _chunkDJ4CN4AYjs.withPulumiExecutor.call(void 0, "import", (options) => [
|
|
7
7
|
options.target,
|
|
8
8
|
options.name,
|
|
9
9
|
options.id,
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
+
var _chunkQDPXTR73js = require('./chunk-QDPXTR73.js');
|
|
3
4
|
|
|
4
5
|
|
|
5
|
-
var _chunkPDGAR3LAjs = require('./chunk-PDGAR3LA.js');
|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
var
|
|
8
|
+
var _chunkUTIHFMWMjs = require('./chunk-UTIHFMWM.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 = _chunkUTIHFMWMjs.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 = _chunkUTIHFMWMjs.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
|
+
_chunkUTIHFMWMjs.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
|
+
_chunkUTIHFMWMjs.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 _chunkDJ4CN4AYjs = require('./chunk-DJ4CN4AY.js');
|
|
4
4
|
|
|
5
5
|
// src/executors/config/executor.ts
|
|
6
|
-
var executor_default =
|
|
6
|
+
var executor_default = _chunkDJ4CN4AYjs.withPulumiExecutor.call(void 0, "config", (options) => [
|
|
7
7
|
options.action,
|
|
8
8
|
options.showSecrets && `--show-secrets`,
|
|
9
9
|
options.secret && `--secret`,
|
|
@@ -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 _chunkUTIHFMWMjs = require('./chunk-UTIHFMWM.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 _chunkUTIHFMWMjs.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
|
+
_chunkUTIHFMWMjs.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),
|