Fly.io CLI
Use the Fly.io flyctl CLI for deploying and operating apps on Fly.io. Default to read-only diagnostics (status/logs/config/releases). Only perform state-changing operations (deploys, SSH exec, secrets
Use the Fly.io flyctl CLI for deploying and operating apps on Fly.io. Default to read-only diagnostics (status/logs/config/releases). Only perform state-changing operations (deploys, SSH exec, secrets
Real data. Real impact.
Emerging
Developers
Per week
Open source
Skills give you superpowers. Install in 30 seconds.
Operate Fly.io apps safely and repeatably with
flyctl.
fly status, fly logs, fly config show, fly releases, fly secrets list.From the app repo directory:
fly app listfly status -a <app>fly.toml for app = "..."fly status -a <app>fly logs -a <app>fly config show -a <app>(Deploys are in High-risk operations below and require explicit user approval.)
fly deploy --verbose (more build logs)Symptoms: Bundler can’t find a platform gem like
nokogiri-…-x86_64-linux during build.
Fix pattern:
Gemfile.lock includes the Linux platform used by Fly’s builder (usually x86_64-linux).
bundle lock --add-platform x86_64-linux.ruby-version.(See
references/rails-docker-builds.md.)
fly logs -a <app>fly config show -a <app>fly secrets list -a <app>These commands can execute arbitrary code on servers or mutate production state. Only run them when the user explicitly asks you to.
fly deploy / fly deploy --remote-onlyfly ssh console -a <app> -C "<command>"fly secrets set -a <app> KEY=valueSee
references/safety.md.
fly postgres listfly postgres attach <pg-app> -a <app>fly postgres db create <db_name> -a <pg-app>fly postgres db list -a <pg-app>fly postgres connect -a <pg-app>superfly/flyctl-actions/setup-flyctl) and run flyctl deploy.(See
references/github-actions.md.)
references/safety.md: safety rules (read-only by default; ask before mutating state).references/rails-docker-builds.md: Rails/Docker/Fly build failure patterns + fixes.references/github-actions.md: Fly deploy + preview workflows.scripts/fly_app_from_toml.sh: tiny helper to print the Fly app name from fly.toml (shell-only; no ruby).No automatic installation available. Please visit the source repository for installation instructions.
View Installation Instructions1,500+ AI skills, agents & workflows. Install in 30 seconds. Part of the Torly.ai family.
© 2026 Torly.ai. All rights reserved.