flyctl
flyctl copied to clipboard
Command line tools for fly.io services
### Change Summary What and Why: I added the --http-failover flag, which will automatically retry to determine an image if we have any issues connecting to our org's builder. How:...
We basically take the command provided in [[services.machine_checks]], and run it. If we get an exit code that isn't 0, we say that we failed the health check. This is...
### Change Summary What and Why: Add CLI actions for interacting with Enveloop AddOn How: `flyctl ext enveloop` Related to: --- ### Documentation - [ ] Fresh Produce - [...
### Describe the bug I regularly update flyctl directly from GitHub releases via [`gh install superfly/flyctl`](https://github.com/redraw/gh-install) and use the binary's default name `flyctl` (not `fly`). Afterwards, I update the bash...
Bumps [pozetroninc/github-action-get-latest-release](https://github.com/pozetroninc/github-action-get-latest-release) from 0.7.0 to 0.8.0. Release notes Sourced from pozetroninc/github-action-get-latest-release's releases. v0.8.0 What's Changed Added dependabot (thanks @baywet) Bump @actions/github from 5.1.1 to 6.0.0 Bump @actions/core from 1.10.0 to...
Bumps the golangx group with 3 updates: [golang.org/x/sys](https://github.com/golang/sys), [golang.org/x/term](https://github.com/golang/term) and [golang.org/x/text](https://github.com/golang/text). Updates `golang.org/x/sys` from 0.19.0 to 0.20.0 Commits 7d69d98 unix: extend support for z/OS 7758090 cpu: add support for sve2...
Hi 👋 This project uses Heroku's `heroku/buildpacks:20` CNB builder image: https://github.com/search?q=repo%3Asuperfly%2Fflyctl%20(heroku%2Fbuilder-classic%20OR%20heroku%2Fbuildpacks)&type=code We have deprecated this builder image as of https://github.com/heroku/cnb-builder-images/pull/429. Please migrate to `heroku/builder:22` or `heroku/builder:20`, to continue to receive...
### Change Summary Each snapshot may have a different retention value, because we do not currently update the retention on existing snapshots when the snapshot retention setting is changed on...
### Change Summary Users sometimes end up defining multiple services for the same protocol & port. This harmless mistake would cause health-checks to fail because of only one of these...
### Change Summary What and Why: Adding Arcjet extension commands to enable installations of Arcjet through the Fly CLI How: Related to: --- ### Documentation - [ ] Fresh Produce...