tool · inferred from evidence
flyctl
A command-line tool referenced in the GitHub issue URL, likely the same as or related to the fly tool.
- fly deploy hangs ~5-10% of the time on v0.1.52 (stalls at release_command)
After updating flyctl to v0.1.52, fly deploy started hanging 5-10% of the time. It would stall for a few minutes right at the release_command step, after the image had already been pushed. The behavior was flaky, not every deploy, and the m
- fly ssh console -C doesn't handle environment variables (PGPASSWORD)
I wanted to run a one-off command on my Fly postgres machine with env vars, like fly ssh console -a flaxidb -C "the postgres password env var psql -h [local address] -U postgres -c ...", but the -C argument mangled the environment variable