flyctl
flyctl copied to clipboard
Command line tools for fly.io services
There's a mismatch in behavior between `fly launch` and `fly pg create` when setting up a database. If during `fly launch` I specify that I want postgres, a `DATABASE_URL` will...
## Describe On Linux, `Fly CLI` is inadvertently creatin a `.fly` sub-directory in the user's home directory :scream: Applications must follow the `Freedesktop XDG` standard — found here: http://standards.freedesktop.org/basedir-spec/basedir-spec-latest.html. Using...
### Change Summary What and Why: - Improve heading levels and consistency in the Readme - Correct minor grammatical errors How: - Updating readme --- ### Documentation - [ ]...
Needed this for something, thought I'd throw it upstream.
In the verbose mode you can output a whole bunch of info of what's going on behind the scenes, including what api requests are happening. What would be great is...
Bumps [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action) from 5 to 6. Release notes Sourced from goreleaser/goreleaser-action's releases. v6.0.0 [!WARNING] This is a breaking change! Follow the instructions here to upgrade! What's Changed feat!: use "~>...
**Describe the bug** Mistakenly mixing `services.http_checks` with an `http_service` (and possible vice versa, though I haven't tested) results in failing heath checks and therefore failing deployments. `fly config validate` (and...
`fly tokens revoke` takes no effect despite reporting successful token revocation: ``` $ fly tokens list -s org ? Select Organization: REDACTED (REDACTED) ID NAME CREATED BY EXPIRES AT z...b...
There's no way to select the target org for`fly postgres import`: ```$ fly postgres import postgres://REDACTED -a xxx-db --org org Error: unknown flag: --org ``` And the command obv doesn't...
**Describe the bug** This was flagged by a support customer. "Redwood required node =20.x but the base image generated by fly launch is using 16.3. Just FYI" * Operating system...