@storm-software/pulumi-tools 0.7.34 → 0.7.36
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 +101 -41
- package/README.md +7 -7
- package/dist/{chunk-R7DU2APC.mjs → chunk-2BPV2XV2.mjs} +1 -1
- package/dist/{chunk-DMZH2LTU.js → chunk-3LX4NVQO.js} +3 -3
- package/dist/{chunk-5FEXVTSH.js → chunk-4OAWMTW2.js} +5 -5
- package/dist/{chunk-J67CDMJQ.js → chunk-7E4BAGV4.js} +448 -458
- package/dist/{chunk-DXMUEDWS.js → chunk-DOEIIUAK.js} +2 -2
- package/dist/{chunk-6Q5RPJFO.mjs → chunk-E2VXYPAZ.mjs} +3 -3
- package/dist/{chunk-CCTQVQPZ.js → chunk-ED3N2WUA.js} +2 -2
- package/dist/{chunk-YLBLU7WG.mjs → chunk-EXMFPMKC.mjs} +1 -1
- package/dist/{chunk-UZDQXNWJ.js → chunk-IFU5G6WS.js} +2 -2
- package/dist/{chunk-5H6VSOGJ.mjs → chunk-JCVAXK2I.mjs} +1 -1
- package/dist/{chunk-A5P4P7EM.js → chunk-JMJUSHA5.js} +2 -2
- package/dist/{chunk-PTCFM37L.js → chunk-OLY7V742.js} +2 -2
- package/dist/{chunk-V6HZK3HQ.mjs → chunk-PBNI5CAA.mjs} +1 -1
- package/dist/{chunk-VQTLM4TK.mjs → chunk-QBXRJRMQ.mjs} +417 -427
- package/dist/{chunk-NHWCRKCE.mjs → chunk-SRM34MXU.mjs} +1 -1
- package/dist/{chunk-QPASYUSE.mjs → chunk-UF7ZCXHA.mjs} +1 -1
- package/dist/{chunk-NX3OSK42.mjs → chunk-V6VCKJTK.mjs} +2 -2
- package/dist/{chunk-2X56VZF4.mjs → chunk-ZAYVP3DS.mjs} +1 -1
- package/dist/executors.d.mts +1 -1
- package/dist/executors.d.ts +1 -1
- package/dist/executors.js +7 -7
- package/dist/executors.mjs +8 -8
- package/dist/{generators-BqtVID0f.d.ts → generators-Bua4nMog.d.ts} +1 -1
- package/dist/{generators-9HIDBCUE.d.mts → generators-CrZPZKBW.d.mts} +1 -1
- package/dist/generators.d.mts +2 -2
- package/dist/generators.d.ts +2 -2
- package/dist/generators.js +3 -3
- package/dist/generators.mjs +4 -4
- package/dist/index.d.mts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.js +9 -9
- package/dist/index.mjs +10 -10
- package/dist/src/base/base-executor.d.mts +1 -1
- package/dist/src/base/base-executor.d.ts +1 -1
- package/dist/src/base/base-executor.js +3 -3
- package/dist/src/base/base-executor.mjs +3 -3
- package/dist/src/base/index.d.mts +1 -1
- package/dist/src/base/index.d.ts +1 -1
- package/dist/src/base/index.js +3 -3
- package/dist/src/base/index.mjs +4 -4
- package/dist/src/base/providers.mjs +2 -2
- package/dist/src/executors/config/executor.d.mts +1 -1
- package/dist/src/executors/config/executor.d.ts +1 -1
- package/dist/src/executors/config/executor.js +4 -4
- package/dist/src/executors/config/executor.mjs +4 -4
- package/dist/src/executors/import/executor.d.mts +1 -1
- package/dist/src/executors/import/executor.d.ts +1 -1
- package/dist/src/executors/import/executor.js +4 -4
- package/dist/src/executors/import/executor.mjs +4 -4
- package/dist/src/executors/preview/executor.d.mts +1 -1
- package/dist/src/executors/preview/executor.d.ts +1 -1
- package/dist/src/executors/preview/executor.js +4 -4
- package/dist/src/executors/preview/executor.mjs +4 -4
- package/dist/src/executors/refresh/executor.d.mts +1 -1
- package/dist/src/executors/refresh/executor.d.ts +1 -1
- package/dist/src/executors/refresh/executor.js +4 -4
- package/dist/src/executors/refresh/executor.mjs +4 -4
- package/dist/src/executors/up/executor.d.mts +1 -1
- package/dist/src/executors/up/executor.d.ts +1 -1
- package/dist/src/executors/up/executor.js +4 -4
- package/dist/src/executors/up/executor.mjs +4 -4
- package/dist/src/generators/init/generator.d.mts +2 -2
- package/dist/src/generators/init/generator.d.ts +2 -2
- package/dist/src/generators/init/generator.js +3 -3
- package/dist/src/generators/init/generator.mjs +4 -4
- package/dist/tsup.config.mjs +1 -1
- package/dist/{types-HiZpltUX.d.mts → types-BXfk4hPO.d.mts} +67 -3
- package/dist/{types-HiZpltUX.d.ts → types-BXfk4hPO.d.ts} +67 -3
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,229 +1,289 @@
|
|
|
1
|
+

|
|
2
|
+
|
|
3
|
+
# Changelog for Storm Ops - Pulumi Tools
|
|
4
|
+
|
|
5
|
+
## [0.7.36](https://github.com/storm-software/storm-ops/releases/tag/pulumi-tools%400.7.36) (2025-03-17)
|
|
6
|
+
|
|
7
|
+
### Miscellaneous
|
|
8
|
+
|
|
9
|
+
- **monorepo:** Regenerate README markdown files
|
|
10
|
+
([90d1828f9](https://github.com/storm-software/storm-ops/commit/90d1828f9))
|
|
11
|
+
|
|
12
|
+
## [0.7.35](https://github.com/storm-software/storm-ops/releases/tag/pulumi-tools%400.7.35) (2025-03-17)
|
|
13
|
+
|
|
14
|
+
### Miscellaneous
|
|
15
|
+
|
|
16
|
+
- **monorepo:** Regenerate README markdown files
|
|
17
|
+
([d085829dc](https://github.com/storm-software/storm-ops/commit/d085829dc))
|
|
18
|
+
|
|
1
19
|
## 0.7.34 (2025-02-06)
|
|
2
20
|
|
|
3
21
|
### Miscellaneous
|
|
4
22
|
|
|
5
|
-
- **monorepo:** Regenerate README markdown files
|
|
23
|
+
- **monorepo:** Regenerate README markdown files
|
|
24
|
+
([1b886df47](https://github.com/storm-software/storm-ops/commit/1b886df47))
|
|
6
25
|
|
|
7
26
|
## 0.7.33 (2025-02-05)
|
|
8
27
|
|
|
9
28
|
### Miscellaneous
|
|
10
29
|
|
|
11
|
-
- **monorepo:** Regenerate README markdown files
|
|
30
|
+
- **monorepo:** Regenerate README markdown files
|
|
31
|
+
([93412b8ef](https://github.com/storm-software/storm-ops/commit/93412b8ef))
|
|
12
32
|
|
|
13
33
|
## 0.7.32 (2025-02-05)
|
|
14
34
|
|
|
15
35
|
### Miscellaneous
|
|
16
36
|
|
|
17
|
-
- **monorepo:** Regenerate README markdown files
|
|
37
|
+
- **monorepo:** Regenerate README markdown files
|
|
38
|
+
([de6ae2b84](https://github.com/storm-software/storm-ops/commit/de6ae2b84))
|
|
18
39
|
|
|
19
40
|
## 0.7.31 (2025-02-05)
|
|
20
41
|
|
|
21
42
|
### Miscellaneous
|
|
22
43
|
|
|
23
|
-
- **monorepo:** Regenerate README markdown files
|
|
44
|
+
- **monorepo:** Regenerate README markdown files
|
|
45
|
+
([79e7315d9](https://github.com/storm-software/storm-ops/commit/79e7315d9))
|
|
24
46
|
|
|
25
47
|
## 0.7.30 (2025-02-05)
|
|
26
48
|
|
|
27
49
|
### Miscellaneous
|
|
28
50
|
|
|
29
|
-
- **monorepo:** Regenerated README markdown files
|
|
51
|
+
- **monorepo:** Regenerated README markdown files
|
|
52
|
+
([2488fa0a7](https://github.com/storm-software/storm-ops/commit/2488fa0a7))
|
|
30
53
|
|
|
31
54
|
## 0.7.29 (2025-02-04)
|
|
32
55
|
|
|
33
56
|
### Miscellaneous
|
|
34
57
|
|
|
35
|
-
- **monorepo:** Regenerate README markdown files
|
|
58
|
+
- **monorepo:** Regenerate README markdown files
|
|
59
|
+
([f151d13e9](https://github.com/storm-software/storm-ops/commit/f151d13e9))
|
|
36
60
|
|
|
37
61
|
## 0.7.28 (2025-02-04)
|
|
38
62
|
|
|
39
63
|
### Miscellaneous
|
|
40
64
|
|
|
41
|
-
- **monorepo:** Regenerate README markdown files
|
|
65
|
+
- **monorepo:** Regenerate README markdown files
|
|
66
|
+
([572028003](https://github.com/storm-software/storm-ops/commit/572028003))
|
|
42
67
|
|
|
43
68
|
## 0.7.27 (2025-02-04)
|
|
44
69
|
|
|
45
70
|
### Miscellaneous
|
|
46
71
|
|
|
47
|
-
- **monorepo:** Generate README markdown files
|
|
72
|
+
- **monorepo:** Generate README markdown files
|
|
73
|
+
([12aa873f6](https://github.com/storm-software/storm-ops/commit/12aa873f6))
|
|
48
74
|
|
|
49
75
|
## 0.7.26 (2025-02-04)
|
|
50
76
|
|
|
51
77
|
### Miscellaneous
|
|
52
78
|
|
|
53
|
-
- **monorepo:** Regenerate README markdown files
|
|
79
|
+
- **monorepo:** Regenerate README markdown files
|
|
80
|
+
([481420a10](https://github.com/storm-software/storm-ops/commit/481420a10))
|
|
54
81
|
|
|
55
82
|
## 0.7.25 (2025-02-04)
|
|
56
83
|
|
|
57
84
|
### Miscellaneous
|
|
58
85
|
|
|
59
|
-
- **monorepo:** Regenerate README markdown files
|
|
86
|
+
- **monorepo:** Regenerate README markdown files
|
|
87
|
+
([12a2f638f](https://github.com/storm-software/storm-ops/commit/12a2f638f))
|
|
60
88
|
|
|
61
89
|
## 0.7.24 (2025-02-04)
|
|
62
90
|
|
|
63
91
|
### Miscellaneous
|
|
64
92
|
|
|
65
|
-
- **monorepo:** Regenerate README markdown files
|
|
93
|
+
- **monorepo:** Regenerate README markdown files
|
|
94
|
+
([5295557c6](https://github.com/storm-software/storm-ops/commit/5295557c6))
|
|
66
95
|
|
|
67
96
|
## 0.7.23 (2025-02-04)
|
|
68
97
|
|
|
69
98
|
### Bug Fixes
|
|
70
99
|
|
|
71
|
-
- **monorepo:** Resolve issue with inconsistent `chalk` versions
|
|
100
|
+
- **monorepo:** Resolve issue with inconsistent `chalk` versions
|
|
101
|
+
([e20742ea0](https://github.com/storm-software/storm-ops/commit/e20742ea0))
|
|
72
102
|
|
|
73
103
|
## 0.7.22 (2025-02-04)
|
|
74
104
|
|
|
75
105
|
### Bug Fixes
|
|
76
106
|
|
|
77
|
-
- **monorepo:** Resolved issue with invalid `prettier` config used in hooks
|
|
107
|
+
- **monorepo:** Resolved issue with invalid `prettier` config used in hooks
|
|
108
|
+
([34974919d](https://github.com/storm-software/storm-ops/commit/34974919d))
|
|
78
109
|
|
|
79
110
|
### Miscellaneous
|
|
80
111
|
|
|
81
|
-
- **monorepo:** Reformat the repo's files
|
|
82
|
-
|
|
112
|
+
- **monorepo:** Reformat the repo's files
|
|
113
|
+
([f33b07626](https://github.com/storm-software/storm-ops/commit/f33b07626))
|
|
114
|
+
- **monorepo:** Regenerate README markdown files
|
|
115
|
+
([d147539be](https://github.com/storm-software/storm-ops/commit/d147539be))
|
|
83
116
|
|
|
84
117
|
## 0.7.21 (2025-02-03)
|
|
85
118
|
|
|
86
119
|
### Miscellaneous
|
|
87
120
|
|
|
88
|
-
- **monorepo:** Regenerate README markdown files
|
|
89
|
-
|
|
121
|
+
- **monorepo:** Regenerate README markdown files
|
|
122
|
+
([6a5afe3d6](https://github.com/storm-software/storm-ops/commit/6a5afe3d6))
|
|
123
|
+
- **monorepo:** Regenerate README markdown files
|
|
124
|
+
([949c6f3cd](https://github.com/storm-software/storm-ops/commit/949c6f3cd))
|
|
90
125
|
|
|
91
126
|
## 0.7.20 (2025-02-02)
|
|
92
127
|
|
|
93
128
|
### Miscellaneous
|
|
94
129
|
|
|
95
|
-
- **monorepo:** Regenerate README markdown files
|
|
130
|
+
- **monorepo:** Regenerate README markdown files
|
|
131
|
+
([c73bfdb6a](https://github.com/storm-software/storm-ops/commit/c73bfdb6a))
|
|
96
132
|
|
|
97
133
|
## 0.7.19 (2025-02-02)
|
|
98
134
|
|
|
99
135
|
### Miscellaneous
|
|
100
136
|
|
|
101
|
-
- **monorepo:** Regenerate README markdown files
|
|
137
|
+
- **monorepo:** Regenerate README markdown files
|
|
138
|
+
([47f85fdcf](https://github.com/storm-software/storm-ops/commit/47f85fdcf))
|
|
102
139
|
|
|
103
140
|
## 0.7.18 (2025-02-02)
|
|
104
141
|
|
|
105
142
|
### Miscellaneous
|
|
106
143
|
|
|
107
|
-
- **monorepo:** Regenerate README markdown files
|
|
144
|
+
- **monorepo:** Regenerate README markdown files
|
|
145
|
+
([e5f00be12](https://github.com/storm-software/storm-ops/commit/e5f00be12))
|
|
108
146
|
|
|
109
147
|
## 0.7.17 (2025-02-02)
|
|
110
148
|
|
|
111
149
|
### Miscellaneous
|
|
112
150
|
|
|
113
|
-
- **monorepo:** Regenerate README markdown files
|
|
151
|
+
- **monorepo:** Regenerate README markdown files
|
|
152
|
+
([665463d38](https://github.com/storm-software/storm-ops/commit/665463d38))
|
|
114
153
|
|
|
115
154
|
## 0.7.16 (2025-02-02)
|
|
116
155
|
|
|
117
156
|
### Miscellaneous
|
|
118
157
|
|
|
119
|
-
- **monorepo:** Regenerate README markdown files
|
|
158
|
+
- **monorepo:** Regenerate README markdown files
|
|
159
|
+
([7e673dd2f](https://github.com/storm-software/storm-ops/commit/7e673dd2f))
|
|
120
160
|
|
|
121
161
|
## 0.7.15 (2025-02-02)
|
|
122
162
|
|
|
123
163
|
### Miscellaneous
|
|
124
164
|
|
|
125
|
-
- **monorepo:** Regenerate README markdown files
|
|
165
|
+
- **monorepo:** Regenerate README markdown files
|
|
166
|
+
([81d0b65c2](https://github.com/storm-software/storm-ops/commit/81d0b65c2))
|
|
126
167
|
|
|
127
168
|
## 0.7.14 (2025-02-02)
|
|
128
169
|
|
|
129
170
|
### Miscellaneous
|
|
130
171
|
|
|
131
|
-
- **monorepo:** Regenerate README markdown files
|
|
172
|
+
- **monorepo:** Regenerate README markdown files
|
|
173
|
+
([b578d626a](https://github.com/storm-software/storm-ops/commit/b578d626a))
|
|
132
174
|
|
|
133
175
|
## 0.7.13 (2025-02-02)
|
|
134
176
|
|
|
135
177
|
### Miscellaneous
|
|
136
178
|
|
|
137
|
-
- **monorepo:** Regenerate README markdown files
|
|
179
|
+
- **monorepo:** Regenerate README markdown files
|
|
180
|
+
([a2b221881](https://github.com/storm-software/storm-ops/commit/a2b221881))
|
|
138
181
|
|
|
139
182
|
## 0.7.12 (2025-02-02)
|
|
140
183
|
|
|
141
184
|
### Miscellaneous
|
|
142
185
|
|
|
143
|
-
- **monorepo:** Regenerate README markdown files
|
|
186
|
+
- **monorepo:** Regenerate README markdown files
|
|
187
|
+
([e47c955b](https://github.com/storm-software/storm-ops/commit/e47c955b))
|
|
144
188
|
|
|
145
189
|
## 0.7.11 (2025-02-02)
|
|
146
190
|
|
|
147
191
|
### Miscellaneous
|
|
148
192
|
|
|
149
|
-
- **monorepo:** Regenerate README markdown files
|
|
193
|
+
- **monorepo:** Regenerate README markdown files
|
|
194
|
+
([e3b80ea7](https://github.com/storm-software/storm-ops/commit/e3b80ea7))
|
|
150
195
|
|
|
151
196
|
## 0.7.10 (2025-02-02)
|
|
152
197
|
|
|
153
198
|
### Miscellaneous
|
|
154
199
|
|
|
155
|
-
- **monorepo:** Regenerate README markdown files
|
|
200
|
+
- **monorepo:** Regenerate README markdown files
|
|
201
|
+
([4e1584d0](https://github.com/storm-software/storm-ops/commit/4e1584d0))
|
|
156
202
|
|
|
157
203
|
## 0.7.9 (2025-02-01)
|
|
158
204
|
|
|
159
205
|
### Miscellaneous
|
|
160
206
|
|
|
161
|
-
- **monorepo:** Regenerate README markdown files
|
|
207
|
+
- **monorepo:** Regenerate README markdown files
|
|
208
|
+
([af5c80fa](https://github.com/storm-software/storm-ops/commit/af5c80fa))
|
|
162
209
|
|
|
163
210
|
## 0.7.8 (2025-02-01)
|
|
164
211
|
|
|
165
212
|
### Miscellaneous
|
|
166
213
|
|
|
167
|
-
- **monorepo:** Regenerate README markdown files
|
|
214
|
+
- **monorepo:** Regenerate README markdown files
|
|
215
|
+
([3874ee4d](https://github.com/storm-software/storm-ops/commit/3874ee4d))
|
|
168
216
|
|
|
169
217
|
## 0.7.7 (2025-01-29)
|
|
170
218
|
|
|
171
219
|
### Miscellaneous
|
|
172
220
|
|
|
173
|
-
- **monorepo:** Regenerate README markdown files
|
|
221
|
+
- **monorepo:** Regenerate README markdown files
|
|
222
|
+
([a1b6717d](https://github.com/storm-software/storm-ops/commit/a1b6717d))
|
|
174
223
|
|
|
175
224
|
## 0.7.6 (2025-01-29)
|
|
176
225
|
|
|
177
226
|
### Bug Fixes
|
|
178
227
|
|
|
179
|
-
- **unbuild:** Resolved issue applying plugins
|
|
228
|
+
- **unbuild:** Resolved issue applying plugins
|
|
229
|
+
([21459fd0](https://github.com/storm-software/storm-ops/commit/21459fd0))
|
|
180
230
|
|
|
181
231
|
## 0.7.5 (2025-01-29)
|
|
182
232
|
|
|
183
233
|
### Miscellaneous
|
|
184
234
|
|
|
185
|
-
- **monorepo:** Regenerate README markdown files
|
|
235
|
+
- **monorepo:** Regenerate README markdown files
|
|
236
|
+
([5e0520b1](https://github.com/storm-software/storm-ops/commit/5e0520b1))
|
|
186
237
|
|
|
187
238
|
## 0.7.4 (2025-01-23)
|
|
188
239
|
|
|
189
240
|
### Bug Fixes
|
|
190
241
|
|
|
191
|
-
- **monorepo:** Resolve issue with internal package referencing
|
|
242
|
+
- **monorepo:** Resolve issue with internal package referencing
|
|
243
|
+
([cdc11477](https://github.com/storm-software/storm-ops/commit/cdc11477))
|
|
192
244
|
|
|
193
245
|
## 0.7.3 (2025-01-20)
|
|
194
246
|
|
|
195
247
|
### Bug Fixes
|
|
196
248
|
|
|
197
|
-
- **untyped:** Resovle bundling issue with externals
|
|
249
|
+
- **untyped:** Resovle bundling issue with externals
|
|
250
|
+
([ff044ddf](https://github.com/storm-software/storm-ops/commit/ff044ddf))
|
|
198
251
|
|
|
199
252
|
## 0.7.2 (2025-01-20)
|
|
200
253
|
|
|
201
254
|
### Bug Fixes
|
|
202
255
|
|
|
203
|
-
- **unbuild:** Update package to bundle the `unbuild` package for distribution
|
|
256
|
+
- **unbuild:** Update package to bundle the `unbuild` package for distribution
|
|
257
|
+
([d304c28d](https://github.com/storm-software/storm-ops/commit/d304c28d))
|
|
204
258
|
|
|
205
259
|
## 0.7.1 (2025-01-20)
|
|
206
260
|
|
|
207
261
|
### Bug Fixes
|
|
208
262
|
|
|
209
|
-
- **workspace-tools:** Resolve cross-platform build issue in `copyfiles` script
|
|
263
|
+
- **workspace-tools:** Resolve cross-platform build issue in `copyfiles` script
|
|
264
|
+
([331a723f](https://github.com/storm-software/storm-ops/commit/331a723f))
|
|
210
265
|
|
|
211
266
|
## 0.7.0 (2025-01-20)
|
|
212
267
|
|
|
213
268
|
### Features
|
|
214
269
|
|
|
215
|
-
- **untyped:** Standard file name changes to avoid collisions
|
|
270
|
+
- **untyped:** Standard file name changes to avoid collisions
|
|
271
|
+
([71acf100](https://github.com/storm-software/storm-ops/commit/71acf100))
|
|
216
272
|
|
|
217
273
|
### Bug Fixes
|
|
218
274
|
|
|
219
|
-
- **pulumi-tools:** Resolved issue with invalid import paths
|
|
220
|
-
|
|
275
|
+
- **pulumi-tools:** Resolved issue with invalid import paths
|
|
276
|
+
([af7e7c5e](https://github.com/storm-software/storm-ops/commit/af7e7c5e))
|
|
277
|
+
- **workspace-tools:** Resolved issues with import paths
|
|
278
|
+
([9eeb1f73](https://github.com/storm-software/storm-ops/commit/9eeb1f73))
|
|
221
279
|
|
|
222
280
|
## 0.6.0 (2025-01-20)
|
|
223
281
|
|
|
224
282
|
### Features
|
|
225
283
|
|
|
226
|
-
- **workspace-tools:** Update Nx plugin packages to use new build/dist
|
|
284
|
+
- **workspace-tools:** Update Nx plugin packages to use new build/dist
|
|
285
|
+
infrastructure
|
|
286
|
+
([67cd3df2](https://github.com/storm-software/storm-ops/commit/67cd3df2))
|
|
227
287
|
|
|
228
288
|
## 0.5.1 (2025-01-09)
|
|
229
289
|
|
package/README.md
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
<!-- markdownlint-disable -->
|
|
4
4
|
|
|
5
5
|
|
|
6
|
-
<div align="center"><img src="https://
|
|
6
|
+
<div align="center"><img src="https://public.storm-cdn.com/storm-banner.gif" width="100%" alt="Storm Software" /></div>
|
|
7
7
|
<br />
|
|
8
8
|
|
|
9
9
|
<div align="center">
|
|
@@ -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 -->
|
|
@@ -33,7 +33,7 @@ This package is part of the <b>⚡Storm-Ops</b> monorepo. The Storm-Ops packages
|
|
|
33
33
|
<!-- prettier-ignore-end -->
|
|
34
34
|
|
|
35
35
|
<div align="center">
|
|
36
|
-
<b>Be sure to ⭐ this
|
|
36
|
+
<b>Be sure to ⭐ this <a href="https://github.com/storm-software/storm-ops" target="_blank">repository on GitHub</a> so you can keep up to date on any daily progress!</b>
|
|
37
37
|
</div>
|
|
38
38
|
|
|
39
39
|
<br />
|
|
@@ -454,7 +454,7 @@ specification. Contributions of any kind welcome!
|
|
|
454
454
|
<br />
|
|
455
455
|
|
|
456
456
|
<div align="center">
|
|
457
|
-
<img src="https://
|
|
457
|
+
<img src="https://public.storm-cdn.com/brand-banner.png" width="100%" alt="Storm Software" />
|
|
458
458
|
</div>
|
|
459
459
|
<br />
|
|
460
460
|
|
|
@@ -463,7 +463,7 @@ specification. Contributions of any kind welcome!
|
|
|
463
463
|
</div>
|
|
464
464
|
|
|
465
465
|
<div align="center">
|
|
466
|
-
<b>Fingerprint:</b>
|
|
466
|
+
<b>Fingerprint:</b> F47F 1853 BCAD DE9B 42C8 6316 9FDE EC95 47FE D106
|
|
467
467
|
</div>
|
|
468
468
|
<br />
|
|
469
469
|
|
|
@@ -486,9 +486,9 @@ channel!
|
|
|
486
486
|
|
|
487
487
|
<br />
|
|
488
488
|
|
|
489
|
-
<div align="center"><a href="https://stormsoftware.com" target="_blank"><img src="https://
|
|
489
|
+
<div align="center"><a href="https://stormsoftware.com" target="_blank"><img src="https://public.storm-cdn.com/icon-fill.png" alt="Storm Software" width="200px"/></a></div>
|
|
490
490
|
<br />
|
|
491
|
-
<div align="center"><a href="https://stormsoftware.com" target="_blank"><img src="https://
|
|
491
|
+
<div align="center"><a href="https://stormsoftware.com" target="_blank"><img src="https://public.storm-cdn.com/visit-us-text.svg" alt="Visit us at stormsoftware.com" height="90px"/></a></div>
|
|
492
492
|
|
|
493
493
|
<br />
|
|
494
494
|
|
|
@@ -7,7 +7,7 @@ var __require = /* @__PURE__ */ ((x) => typeof require !== "undefined" ? require
|
|
|
7
7
|
throw Error('Dynamic require of "' + x + '" is not supported');
|
|
8
8
|
});
|
|
9
9
|
|
|
10
|
-
// ../../node_modules/.pnpm/tsup@8.3.5_@microsoft+api-extractor@7.
|
|
10
|
+
// ../../node_modules/.pnpm/tsup@8.3.5_@microsoft+api-extractor@7.51.1_@types+node@22.13.9__@swc+core@1.7.26_@swc+h_15d7298fb4f51a3f0d8d4a9f5c0e1421/node_modules/tsup/assets/esm_shims.js
|
|
11
11
|
import { fileURLToPath } from "url";
|
|
12
12
|
import path from "path";
|
|
13
13
|
var getFilename = /* @__PURE__ */ __name(() => fileURLToPath(import.meta.url), "getFilename");
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _optionalChain(ops) { let lastAccessLHS = undefined; let value = ops[0]; let i = 1; while (i < ops.length) { const op = ops[i]; const fn = ops[i + 1]; i += 2; if ((op === 'optionalAccess' || op === 'optionalCall') && value == null) { return undefined; } if (op === 'access' || op === 'optionalAccess') { lastAccessLHS = value; value = fn(value); } else if (op === 'call' || op === 'optionalCall') { value = fn((...args) => value.call(lastAccessLHS, ...args)); lastAccessLHS = undefined; } } return value; }
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
4
|
+
var _chunk7E4BAGV4js = require('./chunk-7E4BAGV4.js');
|
|
5
5
|
|
|
6
6
|
|
|
7
7
|
var _chunk3GQAWCBQjs = require('./chunk-3GQAWCBQ.js');
|
|
@@ -10,7 +10,7 @@ var _chunk3GQAWCBQjs = require('./chunk-3GQAWCBQ.js');
|
|
|
10
10
|
var _path = require('path');
|
|
11
11
|
var _shelljs = require('shelljs');
|
|
12
12
|
var withPulumiExecutor = /* @__PURE__ */ _chunk3GQAWCBQjs.__name.call(void 0, (command, argsMapper, executorOptions = {}) => async (_options, context) => {
|
|
13
|
-
return
|
|
13
|
+
return _chunk7E4BAGV4js.withRunExecutor.call(void 0, `Pulumi \`${command}\` Command Executor`, async (options, context2, config) => {
|
|
14
14
|
if (!_shelljs.which.call(void 0, "pulumi")) {
|
|
15
15
|
throw new Error("Pulumi is not installed. Please install it before running this executor.");
|
|
16
16
|
}
|
|
@@ -18,7 +18,7 @@ var withPulumiExecutor = /* @__PURE__ */ _chunk3GQAWCBQjs.__name.call(void 0, (c
|
|
|
18
18
|
throw new Error("The Build process failed because the context is not valid. Please run this command from a workspace.");
|
|
19
19
|
}
|
|
20
20
|
const { sourceRoot } = context2.projectsConfigurations.projects[context2.projectName];
|
|
21
|
-
|
|
21
|
+
_chunk7E4BAGV4js.run.call(void 0, config, [
|
|
22
22
|
"pulumi",
|
|
23
23
|
command,
|
|
24
24
|
...argsMapper(options)
|
|
@@ -5,7 +5,7 @@ var _chunkDBLK3NPEjs = require('./chunk-DBLK3NPE.js');
|
|
|
5
5
|
|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
var
|
|
8
|
+
var _chunk7E4BAGV4js = require('./chunk-7E4BAGV4.js');
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
var _chunk3GQAWCBQjs = require('./chunk-3GQAWCBQ.js');
|
|
@@ -15,7 +15,7 @@ var _devkit = require('@nx/devkit');
|
|
|
15
15
|
var _fs = require('fs');
|
|
16
16
|
var _path = require('path');
|
|
17
17
|
async function initGeneratorFn(tree, options, config) {
|
|
18
|
-
const task =
|
|
18
|
+
const task = _chunk7E4BAGV4js.initGenerator.call(void 0, tree, options);
|
|
19
19
|
_devkit.addProjectConfiguration.call(void 0, tree, options.name || "deployment", {
|
|
20
20
|
root: options.directory || "./deployment",
|
|
21
21
|
projectType: "application",
|
|
@@ -49,11 +49,11 @@ async function initGeneratorFn(tree, options, config) {
|
|
|
49
49
|
return task;
|
|
50
50
|
}
|
|
51
51
|
_chunk3GQAWCBQjs.__name.call(void 0, initGeneratorFn, "initGeneratorFn");
|
|
52
|
-
var generator_default =
|
|
52
|
+
var generator_default = _chunk7E4BAGV4js.withRunGenerator.call(void 0, "Initialize Storm Pulumi workspace", initGeneratorFn);
|
|
53
53
|
function generateNewPulumiProject(tree, options, config) {
|
|
54
54
|
return () => {
|
|
55
55
|
const template = _chunkDBLK3NPEjs.getCloudTemplateName.call(void 0, options.provider);
|
|
56
|
-
|
|
56
|
+
_chunk7E4BAGV4js.run.call(void 0, config, [
|
|
57
57
|
`pulumi new ${template}`,
|
|
58
58
|
`--name=${options.name || "deployment"}`,
|
|
59
59
|
`--dir=${options.directory || "./deployment"}`,
|
|
@@ -73,7 +73,7 @@ function loginToPulumi(tree, options, config) {
|
|
|
73
73
|
if (options.login.startsWith("file://")) {
|
|
74
74
|
options.login = `file://${tree.root}/${options.directory || "./deployment"}/${options.login.replace("file://", "")}`;
|
|
75
75
|
}
|
|
76
|
-
|
|
76
|
+
_chunk7E4BAGV4js.run.call(void 0, config, [
|
|
77
77
|
"pulumi login",
|
|
78
78
|
options.login
|
|
79
79
|
].filter(Boolean).join(" "), _path.join.call(void 0, config.workspaceRoot, options.directory || "./deployment"), "inherit", {
|