flyctl - The Fly.io CLI
flyctl, the Fly.io CLI, is one of the primary ways to interact with the Fly.io platform. You’ll use the fly
command to create and deploy apps, manage Machines and volumes, configure networking, and more.
First, install flyctl.
Also check out flyctl and continuous integration which covers environment variables, JSON and other automation related information about flyctl.
The following list includes some important commands to get started.
Using your Fly.io Account
- Signing Up: fly auth signup
- Logging In: fly auth login
Working with Apps
- Create An App: fly launch
- Deploy An App: fly deploy
- Manage Apps: fly apps
- Manage App Secrets: fly secrets
Viewing and monitoring an App
- Show App Logs: fly logs
- Show App Deployment Status: fly status
- Show App Releases: fly releases