Abstract
- Serverless Container Cloud Provier, come with free hosting!
- You can record down the app infra configuration with
fly.toml
, see Fly Launch configuration (fly.toml) · Fly Docs for more details
Fly.io CLi Cheatsheet
brew install flyctl
fly auth login
fly apps list
fly ssh console -a <APP_NAME>
fly secrets list -a <APP_NAME>
fly secrets set <KEY>=<Value> -a <APP_NAME>
fly ips list
fly certs add <CUSTOM_DOMAIN_ENDPOINT>
fly certs show <CUSTOM_DOMAIN_ENDPOINT>
fly postgres list
fly postgres connect -a <APP_NAME>