ワンクリックで
fly-cli
Use the Fly.io CLI (flyctl) to deploy applications to edge locations, manage machines, volumes, secrets, and databases.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Use the Fly.io CLI (flyctl) to deploy applications to edge locations, manage machines, volumes, secrets, and databases.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Use OpenCLI to turn any website, Electron app, or local tool into a CLI. 50+ adapters for social media, news, finance, and dev tools. Reuses Chrome login sessions with zero credentials. AI-agent ready with structured output.
Use the AWS CLI to manage S3 buckets, Lambda functions, EC2 instances, IAM, DynamoDB, and all AWS services from the terminal. Use this instead of the AWS MCP server.
Use the Azure CLI (az) to manage Azure resources including App Service, Functions, VMs, storage, and databases. Use this instead of the Azure MCP server.
Use Blender from the command line to render 3D scenes, run Python scripts for batch processing, and convert 3D file formats without the GUI.
Use the Docker CLI to build images, run containers, manage volumes, networks, and use Docker Compose for multi-container applications.
Use FFmpeg to convert, process, and manipulate video and audio files from the terminal. Transcode formats, extract audio, create thumbnails, trim clips, and more.
| name | fly-cli |
| description | Use the Fly.io CLI (flyctl) to deploy applications to edge locations, manage machines, volumes, secrets, and databases. |
Official CLI for Fly.io. Deploy apps globally to edge locations with Firecracker VMs.
fly auth login # Browser-based login
fly auth token # Print auth token
fly auth whoami # Check current user
fly launch # Create and configure new app
fly deploy # Deploy current directory
fly deploy --image my-registry/my-app:v1 # Deploy specific image
fly apps list
fly status # Current app status
fly open # Open app in browser
fly machine list
fly machine start MACHINE_ID
fly machine stop MACHINE_ID
fly machine restart MACHINE_ID
fly machine status MACHINE_ID
fly scale count 3 # Set instance count
fly scale vm shared-cpu-1x # Change VM size
fly scale memory 512 # Set memory (MB)
fly scale show # Show current scale
fly regions add ord # Add region
fly regions list # List regions
fly secrets set DATABASE_URL=postgres://...
fly secrets list
fly secrets unset DATABASE_URL
fly logs # Stream logs
fly ssh console # SSH into running machine
fly ssh console -C "ls /app" # Run command via SSH
fly postgres create # Create managed Postgres
fly postgres list
fly postgres connect -a my-db # Connect to Postgres
fly volumes create my_data --size 10 # Create 10GB volume
fly volumes list
fly status to check app health and deployment statusfly deploy --strategy rolling for zero-downtime deploysfly logs to debug issues after deploymentfly secrets set triggers a redeployfly ssh console -C "command" for one-off remote commandsfly scale count to manage instance count per regionfly deploy
fly status
fly logs --instance INSTANCE_ID
fly regions add lax ord ams
fly scale count 2