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 ssh console -C doesn't handle environment variables (PGPASSWORD)
The -C flag was passing the command in a way that dropped the environment variable assignment. The fix was on Fly's side: an updated tool that handles exec with env properly. For existing apps you need to pick it up by running fly deploy or
- Wildcard cert setup missing _acme-validation step in flyctl instructions
Wildcard certs need a DNS-01 challenge, which means an _acme-validation TXT record, but flyctl was only showing the traffic-pointing instructions and skipping the validation step entirely. The fix was in the flyctl 145 release, which added