There was an error while loading. Please reload this page.
jq
1 parent c896e38 commit 67b622dCopy full SHA for 67b622d
1 file changed
README.md
@@ -72,7 +72,7 @@ export VOLUME_ID=$(obelisk client execution submit -f --json obelisk-flyio:activ
72
"name": "my_app_vol",
73
"region": "ams",
74
"size-gb": 1
75
- }' | jq -r '.[-1].ok.ok.id')
+ }' | jq -r '.[-1].ok.id')
76
```
77
78
Delete the volume:
@@ -85,7 +85,7 @@ Launch a VM:
85
```sh
86
MACHINE_ID=$(obelisk client execution submit -f --json obelisk-flyio:activity-fly-http/machines@1.0.0-beta.create -- \
87
\"$FLY_APP_NAME\" \"$FLY_MACHINE_NAME\" "$(./scripts/fly-http-machine-config.json.sh)" \"$FLY_REGION\" \
88
-| jq -r '.[-1].ok.ok')
+| jq -r '.[-1].ok')
89
90
91
Get the VM:
0 commit comments