flyctl
flyctl copied to clipboard
Command line tools for fly.io services
``` fly ips allocate-v6 --private -o some_org ``` allocates a flycast ip for some_org, allowing apps in some_org to access the app via flycast. `fly ips list` shows these ips....
**Describe the bug** Secrets import still doesn't allow whitespace between key, value, and =. ```text $ cat /etc/os-release NAME="Pop!_OS" VERSION="22.04 LTS" ID=pop ID_LIKE="ubuntu debian" PRETTY_NAME="Pop!_OS 22.04 LTS" VERSION_ID="22.04" HOME_URL="https://pop.system76.com" SUPPORT_URL="https://support.system76.com"...
This is a follow-up to #2992, allowing the 'skip stopped machines on deploy' behavior implemented there to be configurable through a `--skip-stopped` flag in `fly deploy`, and/or a `deploy.skip_stopped` property...
*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!...
## Given - Any simple Fly app. - That runs on a cluster with a single instance. In other words: `scale count == 1`. - No volumes - No special...
**Describe the bug** We run `fly deploy` in buildkite. They handle some control characters correctly, and I guess they can't handle the fancy output of `fly deploy`. this is what...
Originally spotted in the community forum https://community.fly.io/t/flyctl-cannot-find-local-docker-instance/11649 Summary New versions of docker-for-mac don't run as root anymore, so they're unable to create symlinks for `/var/run/docker.sock`. We need to start looking...
**Describe the bug** Cannot install flyctl on WSL2, ``` ❯ curl -L https://fly.io/install.sh | sh % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total...
### Change Summary What and Why: Clientside filtering of machines. How: `-f [filter]` takes a JMESPath filter; JMESPath is like standardized `jq`. We already had it in the tree. JMESPath...
### Change Summary Fixes bug that fails to construct a proper image reference when the tag is absent.