flyio-cli-public
Installation
SKILL.md
Fly.io (flyctl) CLI
Operate Fly.io apps safely and repeatably with flyctl.
Common tasks
- Deploy:
fly deploy/fly deploy --remote-only - Logs:
fly logs -a <app> - SSH / run commands:
fly ssh console -a <app> -C "…" - Secrets:
fly secrets list/set -a <app> - Postgres:
fly postgres list/connect/db create/attach - GitHub Actions deploys / PR previews