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

I'm trying to run an SFTP command in my CI/locally. It seems that the `-C` or `--command` flag is not respected and it just opens the shell as normal. *...

bug

**Describe the bug** When: * using flyctl, * trying to authenticate Docker for registry push with -t flag, * using a valid fly org token set in $FLY_ACCESS_TOKEN seeing the...

bug

### Change Summary What and Why: turning off high availability is a footgun - launch presents as slightly higher level than raw machines. At its level of abstraction, one wouldn't...

### Change Summary What and Why: Add instructions for installing a specific flyctl version on windows. We provide this for Linux/Mac/WSL installs, so adding the equivalent for Windows. --- ###...

Recently flyctl removed `--region` and renamed `--only-regions` to `--regions` in https://github.com/superfly/flyctl/pull/3514, this will cause many users to try to migrate `--region` to `--regions` (as i did myself). This migration is...

bug

While we have a number of validators that will check to make sure that field _values_ are correct, we surprisingly do not check to make sure theat field _names_ are...

Highlights: * Plush templates * .env files * --env staging Details: To make use of Plush templates, rename `fly.toml` to `fly.toml.plush`. This prevents existing `fly.toml` files from being interpreted as...

If the file specified by --config does NOT end in .toml and DOES start with #!, then run it as a script, capture its output, and then unmarshall it as...

The flag seems ignored and only primary_region in fly.toml is considered. ### Change Summary What and Why: How: Related to: --- ### Documentation - [ ] Fresh Produce - [...

### Change Summary What and Why: This makes `fly deploy` support deploying static files to tigris buckets instead of using a web server integrated in the machine's init process. This...