fal CLI is your primary tool for deploying, managing, and monitoring serverless applications.
Installation
Core Commands
| Command | Description |
|---|---|
fal deploy | Deploy an application to fal |
fal apps list | List your deployed applications |
fal apps scale | Configure scaling and concurrency |
fal runners list | View active runners |
fal keys create | Create API keys |
fal secrets set | Manage environment secrets |
Quick Examples
Deploy an app:Full Reference
For complete command documentation with all flags and options:CLI Reference
Complete CLI documentation
Programmatic Alternative
Need to automate CLI workflows from Python? Use theSyncServerlessClient:
SyncServerlessClient
Python client with methods that mirror CLI commands