@storm-software/pulumi-tools 0.7.4 → 0.7.6
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 +12 -0
- package/README.md +497 -1
- package/dist/{chunk-G7PDZ2WM.js → chunk-32GFYKQ3.js} +2 -2
- package/dist/{chunk-H7HAPX23.js → chunk-6DP5HHF5.js} +2 -2
- package/dist/{chunk-IS6HXL7I.mjs → chunk-ARPHB535.mjs} +1 -1
- package/dist/{chunk-S4O5AGOW.mjs → chunk-B5MURCIC.mjs} +1 -1
- package/dist/{chunk-4TARI6WS.mjs → chunk-CXWKMDJU.mjs} +1 -1
- package/dist/{chunk-MEALEKRV.js → chunk-FN7UDXGG.js} +258 -285
- package/dist/{chunk-7TZS6RY7.js → chunk-I7VABIBI.js} +2 -2
- package/dist/{chunk-KXUJFKTM.js → chunk-IAZVTGHA.js} +2 -2
- package/dist/{chunk-CMJG73FE.mjs → chunk-JTC66DXK.mjs} +272 -299
- package/dist/{chunk-BZNPHGTW.js → chunk-N3H4DK4E.js} +2 -2
- package/dist/{chunk-ANOFMNL3.mjs → chunk-O6PGI6V3.mjs} +1 -1
- package/dist/{chunk-7Y64NEWY.mjs → chunk-P6YUXTRU.mjs} +1 -1
- package/dist/{chunk-7AYGEMWQ.mjs → chunk-PZVSIXQ3.mjs} +1 -1
- package/dist/{chunk-7RGDAFW2.mjs → chunk-QY3JQOCP.mjs} +1 -1
- package/dist/{chunk-H64Q27JP.js → chunk-XXWYXYXW.js} +3 -3
- package/dist/{chunk-G3CX72UJ.js → chunk-YXVSSAJ7.js} +5 -5
- package/dist/executors.d.mts +1 -1
- package/dist/executors.d.ts +1 -1
- package/dist/executors.js +7 -7
- package/dist/executors.mjs +7 -7
- package/dist/{generators-BTx7b7LA.d.ts → generators-CDh2w5jS.d.ts} +1 -1
- package/dist/{generators-UYHhe90f.d.mts → generators-tDFGjZKk.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 +2 -2
- package/dist/index.d.mts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.js +9 -9
- package/dist/index.mjs +8 -8
- 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 +2 -2
- 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 +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 +3 -3
- 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 +3 -3
- 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 +3 -3
- 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 +3 -3
- 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 +3 -3
- 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 +2 -2
- package/dist/{types-BQ21E8Xn.d.mts → types-CMF_wowV.d.mts} +2 -2
- package/dist/{types-BQ21E8Xn.d.ts → types-CMF_wowV.d.ts} +2 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
1
|
+
## 0.7.6 (2025-01-29)
|
|
2
|
+
|
|
3
|
+
### Bug Fixes
|
|
4
|
+
|
|
5
|
+
- **unbuild:** Resolved issue applying plugins ([21459fd0](https://github.com/storm-software/storm-ops/commit/21459fd0))
|
|
6
|
+
|
|
7
|
+
## 0.7.5 (2025-01-29)
|
|
8
|
+
|
|
9
|
+
### Miscellaneous
|
|
10
|
+
|
|
11
|
+
- **monorepo:** Regenerate README markdown files ([5e0520b1](https://github.com/storm-software/storm-ops/commit/5e0520b1))
|
|
12
|
+
|
|
1
13
|
## 0.7.4 (2025-01-23)
|
|
2
14
|
|
|
3
15
|
### Bug Fixes
|
package/README.md
CHANGED
|
@@ -1,7 +1,503 @@
|
|
|
1
|
-
|
|
1
|
+
<!-- START header -->
|
|
2
|
+
<!-- prettier-ignore-start -->
|
|
3
|
+
<!-- markdownlint-disable -->
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
<div align="center"><img src="https://pub-761b436209f44a4d886487c917806c08.r2.dev/storm-banner.gif" width="100%" alt="Storm Software" /></div>
|
|
7
|
+
<br />
|
|
8
|
+
|
|
9
|
+
<div align="center">
|
|
10
|
+
<b>
|
|
11
|
+
<a href="https://stormsoftware.com" target="_blank">Website</a> •
|
|
12
|
+
<a href="https://github.com/storm-software/storm-ops" target="_blank">GitHub</a> •
|
|
13
|
+
<a href="https://discord.gg/MQ6YVzakM5">Discord</a> • <a href="https://stormstack.github.io/stormstack/" target="_blank">Docs</a> • <a href="https://stormsoftware.com/contact" target="_blank">Contact</a> •
|
|
14
|
+
<a href="https://github.com/storm-software/storm-ops/issues/new?assignees=&labels=bug&template=bug-report.yml&title=Bug Report%3A+">Report a Bug</a>
|
|
15
|
+
</b>
|
|
16
|
+
</div>
|
|
17
|
+
|
|
18
|
+
<br />
|
|
19
|
+
This package is part of the <b>⚡Storm-Ops</b> monorepo. The Storm-Ops packages include CLI utility applications, tools, and various libraries used to create modern, scalable web applications.
|
|
20
|
+
<br />
|
|
21
|
+
|
|
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
|
+
|
|
24
|
+
[](https://prettier.io/) [](http://nx.dev/) [](https://nextjs.org/) [](http://commitizen.github.io/cz-cli/)  [](https://fumadocs.vercel.app/) 
|
|
25
|
+
|
|
26
|
+
<!-- prettier-ignore-start -->
|
|
27
|
+
<!-- markdownlint-disable -->
|
|
28
|
+
|
|
29
|
+
> [!IMPORTANT]
|
|
30
|
+
> This repository, and the apps, libraries, and tools contained within, is still in it's initial development phase. As a result, bugs and issues are expected with it's usage. When the main development phase completes, a proper release will be performed, the packages will be availible through NPM (and other distributions), and this message will be removed. However, in the meantime, please feel free to report any issues you may come across.
|
|
31
|
+
|
|
32
|
+
<!-- markdownlint-restore -->
|
|
33
|
+
<!-- prettier-ignore-end -->
|
|
34
|
+
|
|
35
|
+
<div align="center">
|
|
36
|
+
<b>Be sure to ⭐ this repository on <a href="https://github.com/storm-software/storm-ops" target="_blank">GitHub</a> so you can keep up to date on any daily progress!</b>
|
|
37
|
+
</div>
|
|
38
|
+
|
|
39
|
+
<br />
|
|
40
|
+
|
|
41
|
+
<!-- START doctoc -->
|
|
42
|
+
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
|
|
43
|
+
## Table of Contents
|
|
44
|
+
|
|
45
|
+
- [Storm Pulumi Tools](#storm-pulumi-tools)
|
|
46
|
+
- [Installing](#installing)
|
|
47
|
+
- [Executors](#executors)
|
|
48
|
+
- [Pulumi `config` Command Executor](#pulumi-config-command-executor)
|
|
49
|
+
- [Example](#example)
|
|
50
|
+
- [Options](#options)
|
|
51
|
+
- [Pulumi `import` Command Executor](#pulumi-import-command-executor)
|
|
52
|
+
- [Example](#example-1)
|
|
53
|
+
- [Options](#options-1)
|
|
54
|
+
- [Pulumi `preview` Command Executor](#pulumi-preview-command-executor)
|
|
55
|
+
- [Example](#example-2)
|
|
56
|
+
- [Options](#options-2)
|
|
57
|
+
- [Pulumi `refresh` Command Executor](#pulumi-refresh-command-executor)
|
|
58
|
+
- [Example](#example-3)
|
|
59
|
+
- [Options](#options-3)
|
|
60
|
+
- [Pulumi `up` Command Executor](#pulumi-up-command-executor)
|
|
61
|
+
- [Example](#example-4)
|
|
62
|
+
- [Options](#options-4)
|
|
63
|
+
- [Generators](#generators)
|
|
64
|
+
- [Init Storm Pulumi Tools Plugin](#init-storm-pulumi-tools-plugin)
|
|
65
|
+
- [Options](#options-5)
|
|
66
|
+
- [Building](#building)
|
|
67
|
+
- [Running unit tests](#running-unit-tests)
|
|
68
|
+
- [Storm Workspaces](#storm-workspaces)
|
|
69
|
+
- [Roadmap](#roadmap)
|
|
70
|
+
- [Support](#support)
|
|
71
|
+
- [License](#license)
|
|
72
|
+
- [Changelog](#changelog)
|
|
73
|
+
- [Contributing](#contributing)
|
|
74
|
+
- [Contributors](#contributors)
|
|
75
|
+
|
|
76
|
+
<!-- END doctoc -->
|
|
77
|
+
|
|
78
|
+
<br />
|
|
79
|
+
|
|
80
|
+
<!-- markdownlint-restore -->
|
|
81
|
+
<!-- prettier-ignore-end -->
|
|
82
|
+
|
|
83
|
+
<!-- END header -->
|
|
84
|
+
|
|
85
|
+
# Storm Pulumi Tools
|
|
86
|
+
|
|
87
|
+
A package containing tools and base classes for the
|
|
88
|
+
[Pulumi Infrastructure as Code package](https://www.pulumi.com/) to be used in a
|
|
89
|
+
Storm workspace. It includes various [Nx](https://nx.dev) generators and
|
|
90
|
+
executors for common development tasks.
|
|
2
91
|
|
|
3
92
|
This library was generated with [Nx](https://nx.dev).
|
|
4
93
|
|
|
94
|
+
## Installing
|
|
95
|
+
|
|
96
|
+
Using [pnpm](http://pnpm.io):
|
|
97
|
+
|
|
98
|
+
```bash
|
|
99
|
+
pnpm add -D @storm-software/pulumi-tools
|
|
100
|
+
```
|
|
101
|
+
|
|
102
|
+
<details>
|
|
103
|
+
<summary>Using npm</summary>
|
|
104
|
+
|
|
105
|
+
```bash
|
|
106
|
+
npm install -D @storm-software/pulumi-tools
|
|
107
|
+
```
|
|
108
|
+
|
|
109
|
+
</details>
|
|
110
|
+
|
|
111
|
+
<details>
|
|
112
|
+
<summary>Using yarn</summary>
|
|
113
|
+
|
|
114
|
+
```bash
|
|
115
|
+
yarn add -D @storm-software/pulumi-tools
|
|
116
|
+
```
|
|
117
|
+
|
|
118
|
+
</details>
|
|
119
|
+
|
|
120
|
+
## Executors
|
|
121
|
+
|
|
122
|
+
The following executors are available in this package to invoke common tasks for
|
|
123
|
+
the workspace's projects:
|
|
124
|
+
|
|
125
|
+
<!-- START executors -->
|
|
126
|
+
<!-- prettier-ignore-start -->
|
|
127
|
+
<!-- markdownlint-disable -->
|
|
128
|
+
|
|
129
|
+
|
|
130
|
+
## Pulumi `config` Command Executor
|
|
131
|
+
|
|
132
|
+
Run the \`config\` command using the workspaces Pulumi IoC CLI
|
|
133
|
+
|
|
134
|
+
### Example
|
|
135
|
+
|
|
136
|
+
This executor can be used by executing the following in a command line utility:
|
|
137
|
+
|
|
138
|
+
```cmd
|
|
139
|
+
nx run my-project:config
|
|
140
|
+
```
|
|
141
|
+
|
|
142
|
+
**Please note:** _The config executor should be included in the desired projects's `project.json` file.All required options must be included in the `options` property of the json._
|
|
143
|
+
|
|
144
|
+
### Options
|
|
145
|
+
|
|
146
|
+
The following executor options are available:
|
|
147
|
+
|
|
148
|
+
| Option | Type | Description | Default |
|
|
149
|
+
| --------- | ------ | ------------- | --------- |
|
|
150
|
+
| stack | `string` | The target stack to use, if specified. | |
|
|
151
|
+
| root | `string` | The working directory to run Pulumi commands from, if specified. | |
|
|
152
|
+
| **action \*** | `string` | | |
|
|
153
|
+
| path | `boolean` | | |
|
|
154
|
+
| secret | `boolean` | | |
|
|
155
|
+
| name | `string` | | |
|
|
156
|
+
| value | `string` | | |
|
|
157
|
+
|
|
158
|
+
|
|
159
|
+
**Please note:** _Option names followed by \* above are required, and must be provided to run the executor._
|
|
160
|
+
|
|
161
|
+
|
|
162
|
+
|
|
163
|
+
## Pulumi `import` Command Executor
|
|
164
|
+
|
|
165
|
+
Run the \`import\` command using the workspaces Pulumi IoC CLI
|
|
166
|
+
|
|
167
|
+
### Example
|
|
168
|
+
|
|
169
|
+
This executor can be used by executing the following in a command line utility:
|
|
170
|
+
|
|
171
|
+
```cmd
|
|
172
|
+
nx run my-project:import
|
|
173
|
+
```
|
|
174
|
+
|
|
175
|
+
**Please note:** _The import executor should be included in the desired projects's `project.json` file.All required options must be included in the `options` property of the json._
|
|
176
|
+
|
|
177
|
+
### Options
|
|
178
|
+
|
|
179
|
+
The following executor options are available:
|
|
180
|
+
|
|
181
|
+
| Option | Type | Description | Default |
|
|
182
|
+
| --------- | ------ | ------------- | --------- |
|
|
183
|
+
| stack | `string` | The target stack to use, if specified. | |
|
|
184
|
+
| root | `string` | The working directory to run Pulumi commands from, if specified. | |
|
|
185
|
+
| **target \*** | `string` | | |
|
|
186
|
+
| name | `string` | | |
|
|
187
|
+
| **id \*** | `string` | | |
|
|
188
|
+
|
|
189
|
+
|
|
190
|
+
**Please note:** _Option names followed by \* above are required, and must be provided to run the executor._
|
|
191
|
+
|
|
192
|
+
|
|
193
|
+
|
|
194
|
+
## Pulumi `preview` Command Executor
|
|
195
|
+
|
|
196
|
+
Run the \`preview\` command using the workspaces Pulumi IoC CLI
|
|
197
|
+
|
|
198
|
+
### Example
|
|
199
|
+
|
|
200
|
+
This executor can be used by executing the following in a command line utility:
|
|
201
|
+
|
|
202
|
+
```cmd
|
|
203
|
+
nx run my-project:preview
|
|
204
|
+
```
|
|
205
|
+
|
|
206
|
+
**Please note:** _The preview executor should be included in the desired projects's `project.json` file._
|
|
207
|
+
|
|
208
|
+
### Options
|
|
209
|
+
|
|
210
|
+
The following executor options are available:
|
|
211
|
+
|
|
212
|
+
| Option | Type | Description | Default |
|
|
213
|
+
| --------- | ------ | ------------- | --------- |
|
|
214
|
+
| stack | `string` | The target stack to use, if specified. | |
|
|
215
|
+
| root | `string` | The working directory to run Pulumi commands from, if specified. | |
|
|
216
|
+
| expectNoChanges | `boolean` | | |
|
|
217
|
+
|
|
218
|
+
|
|
219
|
+
|
|
220
|
+
|
|
221
|
+
## Pulumi `refresh` Command Executor
|
|
222
|
+
|
|
223
|
+
Run the \`refresh\` command using the workspaces Pulumi IoC CLI
|
|
224
|
+
|
|
225
|
+
### Example
|
|
226
|
+
|
|
227
|
+
This executor can be used by executing the following in a command line utility:
|
|
228
|
+
|
|
229
|
+
```cmd
|
|
230
|
+
nx run my-project:refresh
|
|
231
|
+
```
|
|
232
|
+
|
|
233
|
+
**Please note:** _The refresh executor should be included in the desired projects's `project.json` file.All required options must be included in the `options` property of the json._
|
|
234
|
+
|
|
235
|
+
### Options
|
|
236
|
+
|
|
237
|
+
The following executor options are available:
|
|
238
|
+
|
|
239
|
+
| Option | Type | Description | Default |
|
|
240
|
+
| --------- | ------ | ------------- | --------- |
|
|
241
|
+
| stack | `string` | The target stack to use, if specified. | |
|
|
242
|
+
| root | `string` | The working directory to run Pulumi commands from, if specified. | |
|
|
243
|
+
| **skipPreview \*** | `boolean` | A boolean flag to skip the preview step. | |
|
|
244
|
+
| **yes \*** | `boolean` | A boolean flag to automatically approve the refresh. | |
|
|
245
|
+
|
|
246
|
+
|
|
247
|
+
**Please note:** _Option names followed by \* above are required, and must be provided to run the executor._
|
|
248
|
+
|
|
249
|
+
|
|
250
|
+
|
|
251
|
+
## Pulumi `up` Command Executor
|
|
252
|
+
|
|
253
|
+
Run the \`up\` command using the workspaces Pulumi IoC CLI
|
|
254
|
+
|
|
255
|
+
### Example
|
|
256
|
+
|
|
257
|
+
This executor can be used by executing the following in a command line utility:
|
|
258
|
+
|
|
259
|
+
```cmd
|
|
260
|
+
nx run my-project:up
|
|
261
|
+
```
|
|
262
|
+
|
|
263
|
+
**Please note:** _The up executor should be included in the desired projects's `project.json` file.All required options must be included in the `options` property of the json._
|
|
264
|
+
|
|
265
|
+
### Options
|
|
266
|
+
|
|
267
|
+
The following executor options are available:
|
|
268
|
+
|
|
269
|
+
| Option | Type | Description | Default |
|
|
270
|
+
| --------- | ------ | ------------- | --------- |
|
|
271
|
+
| stack | `string` | The target stack to use, if specified. | |
|
|
272
|
+
| root | `string` | The working directory to run Pulumi commands from, if specified. | |
|
|
273
|
+
| **skipPreview \*** | `boolean` | A boolean flag to skip the preview step. | |
|
|
274
|
+
| **yes \*** | `boolean` | A boolean flag to automatically approve the \`up\` command. | |
|
|
275
|
+
| **suppressOutputs \*** | `boolean` | A boolean flag to suppress outputs in the \`up\` command. | |
|
|
276
|
+
| **json \*** | `boolean` | A boolean flag to output the \`up\` command as JSON. | |
|
|
277
|
+
|
|
278
|
+
|
|
279
|
+
**Please note:** _Option names followed by \* above are required, and must be provided to run the executor._
|
|
280
|
+
|
|
281
|
+
|
|
282
|
+
|
|
283
|
+
<!-- markdownlint-restore -->
|
|
284
|
+
<!-- prettier-ignore-end -->
|
|
285
|
+
|
|
286
|
+
<!-- END executors -->
|
|
287
|
+
|
|
288
|
+
## Generators
|
|
289
|
+
|
|
290
|
+
The following generators are available with this package to assist in workspace
|
|
291
|
+
management:
|
|
292
|
+
|
|
293
|
+
<!-- START generators -->
|
|
294
|
+
<!-- prettier-ignore-start -->
|
|
295
|
+
<!-- markdownlint-disable -->
|
|
296
|
+
|
|
297
|
+
|
|
298
|
+
## Init Storm Pulumi Tools Plugin
|
|
299
|
+
|
|
300
|
+
Init Storm Pulumi Tools Plugin.
|
|
301
|
+
|
|
302
|
+
### Options
|
|
303
|
+
|
|
304
|
+
The following executor options are available:
|
|
305
|
+
|
|
306
|
+
| Option | Type | Description | Default |
|
|
307
|
+
| --------- | ------ | ------------- | --------- |
|
|
308
|
+
| **name \*** | `string` | | |
|
|
309
|
+
| tags | `string` | Add tags to the project (used for linting) | |
|
|
310
|
+
| directory | `string` | A directory where the project is placed | |
|
|
311
|
+
| provider | `string` | Your cloud provider | |
|
|
312
|
+
|
|
313
|
+
|
|
314
|
+
**Please note:** _Option names followed by \* above are required, and must be provided to run the executor._
|
|
315
|
+
|
|
316
|
+
|
|
317
|
+
|
|
318
|
+
<!-- markdownlint-restore -->
|
|
319
|
+
<!-- prettier-ignore-end -->
|
|
320
|
+
|
|
321
|
+
<!-- END generators -->
|
|
322
|
+
|
|
5
323
|
## Building
|
|
6
324
|
|
|
7
325
|
Run `nx build pulumi-tools` to build the library.
|
|
326
|
+
|
|
327
|
+
## Running unit tests
|
|
328
|
+
|
|
329
|
+
Run `nx test pulumi-tools` to execute the unit tests via
|
|
330
|
+
[Jest](https://jestjs.io).
|
|
331
|
+
|
|
332
|
+
<!-- START footer -->
|
|
333
|
+
<!-- prettier-ignore-start -->
|
|
334
|
+
<!-- markdownlint-disable -->
|
|
335
|
+
|
|
336
|
+
|
|
337
|
+
## Storm Workspaces
|
|
338
|
+
|
|
339
|
+
Storm workspaces are built using
|
|
340
|
+
<a href="https://nx.dev/" target="_blank">Nx</a>, a set of extensible dev tools
|
|
341
|
+
for monorepos, which helps you develop like Google, Facebook, and Microsoft.
|
|
342
|
+
Building on top of Nx, the Open System provides a set of tools and patterns that
|
|
343
|
+
help you scale your monorepo to many teams while keeping the codebase
|
|
344
|
+
maintainable.
|
|
345
|
+
|
|
346
|
+
<div align="right">[ <a href="#table-of-contents">Back to top ▲</a> ]</div>
|
|
347
|
+
<br />
|
|
348
|
+
|
|
349
|
+
## Roadmap
|
|
350
|
+
|
|
351
|
+
See the [open issues](https://github.com/storm-software/storm-ops/issues) for a
|
|
352
|
+
list of proposed features (and known issues).
|
|
353
|
+
|
|
354
|
+
- [Top Feature Requests](https://github.com/storm-software/storm-ops/issues?q=label%3Aenhancement+is%3Aopen+sort%3Areactions-%2B1-desc)
|
|
355
|
+
(Add your votes using the 👍 reaction)
|
|
356
|
+
- [Top Bugs](https://github.com/storm-software/storm-ops/issues?q=is%3Aissue+is%3Aopen+label%3Abug+sort%3Areactions-%2B1-desc)
|
|
357
|
+
(Add your votes using the 👍 reaction)
|
|
358
|
+
- [Newest Bugs](https://github.com/storm-software/storm-ops/issues?q=is%3Aopen+is%3Aissue+label%3Abug)
|
|
359
|
+
|
|
360
|
+
<div align="right">[ <a href="#table-of-contents">Back to top ▲</a> ]</div>
|
|
361
|
+
<br />
|
|
362
|
+
|
|
363
|
+
## Support
|
|
364
|
+
|
|
365
|
+
Reach out to the maintainer at one of the following places:
|
|
366
|
+
|
|
367
|
+
- [Contact](https://stormsoftware.com/contact)
|
|
368
|
+
- [GitHub discussions](https://github.com/storm-software/storm-ops/discussions)
|
|
369
|
+
- <support@stormsoftware.com>
|
|
370
|
+
|
|
371
|
+
<div align="right">[ <a href="#table-of-contents">Back to top ▲</a> ]</div>
|
|
372
|
+
<br />
|
|
373
|
+
|
|
374
|
+
## License
|
|
375
|
+
|
|
376
|
+
This project is licensed under the **Apache License 2.0**. Feel free to edit and
|
|
377
|
+
distribute this template as you like.
|
|
378
|
+
|
|
379
|
+
See [LICENSE](LICENSE) for more information.
|
|
380
|
+
|
|
381
|
+
<div align="right">[ <a href="#table-of-contents">Back to top ▲</a> ]</div>
|
|
382
|
+
<br />
|
|
383
|
+
|
|
384
|
+
## Changelog
|
|
385
|
+
|
|
386
|
+
This project adheres to
|
|
387
|
+
[Semantic Versioning](https://semver.org/spec/v2.0.0.html). Every release, along
|
|
388
|
+
with the migration instructions, is documented in the [CHANGELOG](CHANGELOG.md)
|
|
389
|
+
file
|
|
390
|
+
|
|
391
|
+
<div align="right">[ <a href="#table-of-contents">Back to top ▲</a> ]</div>
|
|
392
|
+
<br />
|
|
393
|
+
|
|
394
|
+
## Contributing
|
|
395
|
+
|
|
396
|
+
First off, thanks for taking the time to contribute! Contributions are what
|
|
397
|
+
makes the open-source community such an amazing place to learn, inspire, and
|
|
398
|
+
create. Any contributions you make will benefit everybody else and are **greatly
|
|
399
|
+
appreciated**.
|
|
400
|
+
|
|
401
|
+
Please try to create bug reports that are:
|
|
402
|
+
|
|
403
|
+
- _Reproducible._ Include steps to reproduce the problem.
|
|
404
|
+
- _Specific._ Include as much detail as possible: which version, what
|
|
405
|
+
environment, etc.
|
|
406
|
+
- _Unique._ Do not duplicate existing opened issues.
|
|
407
|
+
- _Scoped to a Single Bug._ One bug per report.
|
|
408
|
+
|
|
409
|
+
Please adhere to this project's [code of conduct](.github/CODE_OF_CONDUCT.md).
|
|
410
|
+
|
|
411
|
+
You can use
|
|
412
|
+
[markdownlint-cli](https://github.com/storm-software/storm-ops/markdownlint-cli)
|
|
413
|
+
to check for common markdown style inconsistency.
|
|
414
|
+
|
|
415
|
+
<div align="right">[ <a href="#table-of-contents">Back to top ▲</a> ]</div>
|
|
416
|
+
<br />
|
|
417
|
+
|
|
418
|
+
## Contributors
|
|
419
|
+
|
|
420
|
+
Thanks goes to these wonderful people
|
|
421
|
+
([emoji key](https://allcontributors.org/docs/en/emoji-key)):
|
|
422
|
+
|
|
423
|
+
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
|
|
424
|
+
|
|
425
|
+
<table>
|
|
426
|
+
<tbody>
|
|
427
|
+
<tr>
|
|
428
|
+
<td align="center" valign="top" width="14.28%"><a href="http://www.sullypat.com/"><img src="https://avatars.githubusercontent.com/u/99053093?v=4?s=100" width="100px;" alt="Patrick Sullivan"/><br /><sub><b>Patrick Sullivan</b></sub></a><br /><a href="#design-sullivanpj" title="Design">🎨</a> <a href="https://github.com/storm-software/storm-ops/commits?author=sullivanpj" title="Code">💻</a> <a href="#tool-sullivanpj" title="Tools">🔧</a> <a href="https://github.com/storm-software/storm-ops/commits?author=sullivanpj" title="Documentation">📖</a> <a href="https://github.com/storm-software/storm-ops/commits?author=sullivanpj" title="Tests">⚠️</a></td>
|
|
429
|
+
<td align="center" valign="top" width="14.28%"><a href="https://tylerbenning.com/"><img src="https://avatars.githubusercontent.com/u/7265547?v=4?s=100" width="100px;" alt="Tyler Benning"/><br /><sub><b>Tyler Benning</b></sub></a><br /><a href="#design-tbenning" title="Design">🎨</a></td>
|
|
430
|
+
<td align="center" valign="top" width="14.28%"><a href="http://stormsoftware.com"><img src="https://avatars.githubusercontent.com/u/149802440?v=4?s=100" width="100px;" alt="Stormie"/><br /><sub><b>Stormie</b></sub></a><br /><a href="#maintenance-stormie-bot" title="Maintenance">🚧</a></td>
|
|
431
|
+
</tr>
|
|
432
|
+
</tbody>
|
|
433
|
+
<tfoot>
|
|
434
|
+
<tr>
|
|
435
|
+
<td align="center" size="13px" colspan="7">
|
|
436
|
+
<img src="https://raw.githubusercontent.com/all-contributors/all-contributors-cli/1b8533af435da9854653492b1327a23a4dbd0a10/assets/logo-small.svg" alt="All Contributors">
|
|
437
|
+
<a href="https://all-contributors.js.org/docs/en/bot/usage">Add your contributions</a>
|
|
438
|
+
</img>
|
|
439
|
+
</td>
|
|
440
|
+
</tr>
|
|
441
|
+
</tfoot>
|
|
442
|
+
</table>
|
|
443
|
+
|
|
444
|
+
<!-- ALL-CONTRIBUTORS-LIST:END -->
|
|
445
|
+
|
|
446
|
+
This project follows the
|
|
447
|
+
[all-contributors](https://github.com/all-contributors/all-contributors)
|
|
448
|
+
specification. Contributions of any kind welcome!
|
|
449
|
+
|
|
450
|
+
<div align="right">[ <a href="#table-of-contents">Back to top ▲</a> ]</div>
|
|
451
|
+
<br />
|
|
452
|
+
|
|
453
|
+
<hr />
|
|
454
|
+
<br />
|
|
455
|
+
|
|
456
|
+
<div align="center">
|
|
457
|
+
<img src="https://pub-761b436209f44a4d886487c917806c08.r2.dev/logo-banner.png" width="100%" alt="Storm Software" />
|
|
458
|
+
</div>
|
|
459
|
+
<br />
|
|
460
|
+
|
|
461
|
+
<div align="center">
|
|
462
|
+
<a href="https://stormsoftware.com" target="_blank">Website</a> • <a href="https://stormsoftware.com/contact" target="_blank">Contact</a> • <a href="https://linkedin.com/in/patrick-sullivan-865526b0" target="_blank">LinkedIn</a> • <a href="https://medium.com/@pat.joseph.sullivan" target="_blank">Medium</a> • <a href="https://github.com/storm-software" target="_blank">GitHub</a> • <a href="https://keybase.io/sullivanp" target="_blank">OpenPGP Key</a>
|
|
463
|
+
</div>
|
|
464
|
+
|
|
465
|
+
<div align="center">
|
|
466
|
+
<b>Fingerprint:</b> 1BD2 7192 7770 2549 F4C9 F238 E6AD C420 DA5C 4C2D
|
|
467
|
+
</div>
|
|
468
|
+
<br />
|
|
469
|
+
|
|
470
|
+
Storm Software is an open source software development organization and creator
|
|
471
|
+
of Acidic, StormStack and StormCloud.
|
|
472
|
+
|
|
473
|
+
Our mission is to make software development more accessible. Our ideal future is
|
|
474
|
+
one where anyone can create software without years of prior development
|
|
475
|
+
experience serving as a barrier to entry. We hope to achieve this via LLMs,
|
|
476
|
+
Generative AI, and intuitive, high-level data modeling/programming languages.
|
|
477
|
+
|
|
478
|
+
Join us on [Discord](https://discord.gg/MQ6YVzakM5) to chat with the team,
|
|
479
|
+
receive release notifications, ask questions, and get involved.
|
|
480
|
+
|
|
481
|
+
If this sounds interesting, and you would like to help us in creating the next
|
|
482
|
+
generation of development tools, please reach out on our
|
|
483
|
+
[website](https://stormsoftware.com/contact) or join our
|
|
484
|
+
[Slack](https://join.slack.com/t/storm-software/shared_invite/zt-2gsmk04hs-i6yhK_r6urq0dkZYAwq2pA)
|
|
485
|
+
channel!
|
|
486
|
+
|
|
487
|
+
<br />
|
|
488
|
+
|
|
489
|
+
<div align="center"><a href="https://stormsoftware.com" target="_blank"><img src="https://pub-761b436209f44a4d886487c917806c08.r2.dev/icon-fill.png" alt="Storm Software" width="200px"/></a></div>
|
|
490
|
+
<br />
|
|
491
|
+
<div align="center"><a href="https://stormsoftware.com" target="_blank"><img src="https://pub-761b436209f44a4d886487c917806c08.r2.dev/visit-us-text.svg" alt="Visit us at stormsoftware.com" height="90px"/></a></div>
|
|
492
|
+
|
|
493
|
+
<br />
|
|
494
|
+
|
|
495
|
+
<div align="right">[ <a href="#table-of-contents">Back to top ▲</a> ]</div>
|
|
496
|
+
<br />
|
|
497
|
+
<br />
|
|
498
|
+
|
|
499
|
+
|
|
500
|
+
<!-- markdownlint-restore -->
|
|
501
|
+
<!-- prettier-ignore-end -->
|
|
502
|
+
|
|
503
|
+
<!-- END footer -->
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var _chunkXXWYXYXWjs = require('./chunk-XXWYXYXW.js');
|
|
4
4
|
|
|
5
5
|
// src/executors/refresh/executor.ts
|
|
6
|
-
var executor_default =
|
|
6
|
+
var executor_default = _chunkXXWYXYXWjs.withPulumiExecutor.call(void 0, "refresh", (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 _chunkXXWYXYXWjs = require('./chunk-XXWYXYXW.js');
|
|
4
4
|
|
|
5
5
|
// src/executors/preview/executor.ts
|
|
6
|
-
var executor_default =
|
|
6
|
+
var executor_default = _chunkXXWYXYXWjs.withPulumiExecutor.call(void 0, "preview", (options) => [
|
|
7
7
|
options.stack && `--stack=${options.stack}`,
|
|
8
8
|
options.expectNoChanges && "--expect-no-changes"
|
|
9
9
|
]);
|