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

### Change Summary What and Why: - Private networking support has been implemented for `fly apps create` and `fly ssh console`, but there's still no way with the CLI to...

You get prompted about overwriting the gh workflow when passing the `--yes` flag

bug

### Change Summary What and Why: When we aren't able to get info about a machine during a health check, we don't change any statuses, we just show 'unchecked'. Showing...

see https://github.com/superfly/flyctl/pull/3829 for context

enhancement

Some commands don't mind working with plain entities' ids without app name, some don't for some reason. ``` $ fly vol fork vol_vd3x9ydly050dnwr Error: the config for your app is...

bug

*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

Two changes to improve token-refresh behavior in the client: 1. First try a `Tokens.update` _without_ the `UserURLCallback` option (which can now fetch tokens [in parallel](https://github.com/superfly/macaroon/pull/39)), and then retry with the...

Small fix to use fsnotify to complete waiting for an outdated agent to stop as soon as its socket is removed, instead of a fixed 1 second. Fallback to a...

**Describe the bug** The only supported syntax is `fly apps restart `. I would expect `fly -c apps restart` to also work. * Operating system: macOS 15.3.1 * `fly version`:...

bug

**Describe the bug** Upstash has just [recently announced](https://upstash.com/blog/redis-new-pricing) new pricing models. Since the databases created by `fly` need to be updated/maintained by `fly`, I tried to use `fly redis update...

bug