@microagi/alchemy-gcp 0.1.3 → 0.1.4
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/README.md +0 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -27,8 +27,6 @@ A `serviceAccountKey` flow is also wired through `alchemy login`.
|
|
|
27
27
|
|
|
28
28
|
## Use
|
|
29
29
|
|
|
30
|
-
Alchemy stacks are TypeScript files that `export default` an `Alchemy.Stack`. The `alchemy` CLI consumes that default export — there is no programmatic `run` wrapper.
|
|
31
|
-
|
|
32
30
|
`alchemy.run.ts`:
|
|
33
31
|
|
|
34
32
|
```ts
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@microagi/alchemy-gcp",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.4",
|
|
4
4
|
"description": "GCP provider for Alchemy v2 (Effect-based IaC). Resources for Project, Cluster, NodePool, Parallelstore, Compute, ServiceUsage, ServiceNetworking, with ADC-backed credentials.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"alchemy",
|