flyctl icon indicating copy to clipboard operation
flyctl copied to clipboard

Command line tools for fly.io services

Results 232 flyctl issues
Sort by recently updated
recently updated
newest added

Bumps [rack](https://github.com/rack/rack) from 2.2.6.4 to 2.2.9. Release notes Sourced from rack's releases. v2.2.8.1 What's Changed Fixed ReDoS in Accept header parsing [CVE-2024-26146] Fixed ReDoS in Content Type header parsing [CVE-2024-25126]...

dependencies
ruby

Bumps [github.com/Khan/genqlient](https://github.com/Khan/genqlient) from 0.6.0 to 0.7.0. Release notes Sourced from github.com/Khan/genqlient's releases. v0.7.0 In addition to several new features and bugfixes, along with this release comes reorganized documentation for genqlient....

dependencies
go

*Please only report specific issues with `flyctl` behavior*. Anything like a support request for your application should go to https://community.fly.io. More people watch that space and can help you faster!...

bug

### Change Summary What and Why: - Default version will print all info of `flyctl`, so need to make it simple to display `vx.x.x` How: - Add a new struct...

*Please only report specific issues with `flyctl` behavior*. Anything like a support request for your application should go to https://community.fly.io. More people watch that space and can help you faster!...

bug

`fly proxy` currently doesn't work for connecting to an internal service that scales to zero, like a development Postgres instance. I realize there may be use cases that require `.internal`...

If I run `fly help machines update`, the default value of the `autostop` flag is listed as true. But that disagrees with the [fly.toml documentation](https://fly.io/docs/reference/configuration/), which says that the default...

### Change Summary heroku/buildpacks:20 was recently deprecated and now `pack` builds error when trying to use it. This commit updates all uses of that buildpack to heroku/buildpacks:22 which is still...

This line in the Dockerfile for Laravel stops `fly launch` running for the recently-released Laravel 11. Commenting out this line in the Dockerfile allows a Laravel 11 app to launch...

**Describe the bug** Running flyctl deploy with bun 1.0.0 fails because it tries to use `docker.io/oven/bun:1.0.0-slim` which is not published on docker hub. Upgrading bun afterwards will still continue to...

bug