Flotio CLI Reference
The Flotio CLI brings cloud builds, logs streaming, and project management directly into your command line.
Installation
Install Flotio CLI globally via npm or homebrew:
Authentication
Authenticate with your Flotio account:
Key Commands
flotio run
Starts a build for the current project in the working directory:
flotio logs
Streams live build logs from an active build ID:
flotio projects
Lists all connected projects:
flotio artifacts
Downloads compiled build packages:
CLI Environment Variables
| Variable | Description |
|---|---|
FLOTIO_TOKEN | Personal access token for CI/headless environments |
FLOTIO_API_URL | Custom API endpoint for enterprise self-hosted instances |
FLOTIO_PROJECT_ID | Target project identifier |