flyctl
flyctl copied to clipboard
Command line tools for fly.io services
This PR brings `fly redis` under `fly ext upstash_redis` so it uses the standard extensions API. This is a prerequisite to moving to the new Upstash payment plans.
**Describe the bug** I tried to create a machine with `-restart=no` but accidentally used a single hyphen. It was then interpreted as "--region=estart=no" (a bogus region) but then a subsequent...
*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!...
**Describe the bug** Briefly, describe what broke and provide the following details: The `fly pg` and `fly redis` commands both have a bunch of subcommands that operate in an org...
**Describe the bug** While typing a name for my new app, I made a typo, and (via muscle memory) hit option-backspace to delete the last word I had typed an...
**Describe the bug** Various issues and confusing errors occurs when the `primary_region` isn't set. Related: #2730. But this isn't only an issue for `fly deploy` with volumes, it's also a...
### Change Summary What and Why: Ensures the correct manager is resolved for the config show command. Related to: Nomad -> Machines failures.
Adds installation instructions to use bin (https://github.com/marcosnils/bin) as a simplified multi-platform method.
flyctl v0.1.84 I forgot to put the primary region into `fly.toml` when deploying an app, that needs a volume, for the first time. Without `LOG_LEVEL=debug`, the last feedback I get...
Specifying the flag --launch-backup-regions will deploy a machine to one of the specified regions if there's capacity issues in the region selected ### Change Summary What and Why: How: Related...