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: Sends full list of launch issues when returning incomplete manifest - this should allow better visibility into what's causing specific `fly launch` problems ---...

### Change Summary What and Why: We want to provide a breadcrumb view of a machine current state. For that we are now listing the previous machines versions events. In...

**Describe the bug** The `flyctl` install script at https://fly.io/install.sh is suggesting users use `$HOME/.bash_profile` on Ubuntu, which [doesn't read this file by default](https://askubuntu.com/a/510723) ```text $ curl -L https://fly.io/install.sh | sh...

bug

Inspiration: https://community.fly.io/t/panic-open-usr-src-app-templates-add-match-html-no-such-file-or-directory/20338/

### Change Summary What and Why: update the Fly Postgres help text and the final prompt when you run `fly pg create` to emphasize that it's not a managed solution....

It would be great if there was an environment variable FLY_CONFIG that functions similarly to FLY_APP, except it points to the config file and saves having to use -c flags...

enhancement

### Change Summary What and Why: All flaps operations will retry if the error is known to be transient. This should improve reliability - especially in situations like `fly deploy`...

When you run launch command with a yaml config, the CLI reports that a toml file was found instead of more generic language regarding config. Then the command writes to...

bug

From https://community.fly.io/t/fly-config-in-your-choice-of-formats-toml-yaml-or-json/20017/7 : > I wish flyctl would actually go further and also complain ahead of time about settings combinations that other parts of the Fly infrastructure will consider illogical/invalid:...

enhancement