The Flash CLI provides commands for initializing projects, running local development servers, building deployment artifacts, and managing your applications on Runpod Serverless.
Before using the CLI, make sure you’ve installed Flash.
Available commands
Getting help
View help for any command by adding --help:
Authentication
Authenticate with Runpod:
This command opens your browser to authenticate with Runpod. After you approve the request, your API key is saved locally for future CLI operations. See flash login for details.
Alternatively, set the RUNPOD_API_KEY environment variable:
Using uv
If you installed Flash with uv, prefix all Flash commands with uv run:
Common workflows
Local development
Deploy to production
Manage deployments
Clean up endpoints
Last modified on August 20, 2026