There was an error while loading. Please reload this page.
fly machine list
1 parent 5a34218 commit 0f1aac3Copy full SHA for 0f1aac3
1 file changed
README.md
@@ -96,7 +96,7 @@ Kill the local Obelisk server.
96
97
Proxy the gRPC port 5005 of the `obelisk` VM:
98
```sh
99
-flyctl proxy 5005 $(fly machine list | grep obelisk | awk '{print $6}')
+flyctl proxy 5005 $(fly machine list --json | jq -r '.[] | select(.name == "obelisk") | .private_ip')
100
```
101
102
Verify the port tunneling works:
0 commit comments