flyctl
flyctl copied to clipboard
Command line tools for fly.io services
*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!...
Support monitoring TCP services on a different port. By closing the alternate port, fly-proxy can declare the machine service as unhealthy and will stop sending traffic to it while the...
**Describe the bug** Creating a new development Postgres app and answering "y" to autoshutdown question creates an app that does not auto shutdown. After saving the config, it is missing...
When creating a postgres cluster interactively with `fly postgres create` and select "Development" and "Scale single node pg to zero after one hour?" to "Yes" it will create a cluster...
### Change Summary What and Why: The node naming in `env.sh.eex` as generated by the Phoenix scanner works great if it gets a default tag of the form "deployment-", but...
**Describe the bug** Running this command: ``` podman run docker.io/flyio/flyctl -t "$FLY_API_TOKEN" auth whoami ``` Fails with: ``` Error accessing home directory $HOME is not defined Error: $HOME is not...
Speed up common flyctl operations by adding a caching layer for several frequently-used methods, avoiding extra GraphQL client requests for machine-local operations. ### Change Summary What and Why: How: Related...
### Change Summary What and Why: Fetch host + statuspage issues at the start of CLI commands, and displays them at the end (if any exist). If the command completes...
**Describe the bug** When running `fly launch` for the first time in a Rust cargo workspace with many crates, the error pasted below is printed This happens again if the...