CLI REFERENCE
Complete reference for all Turbine CLI commands.
§ TURBINE STATUS
Display current system status including active agents and convoys.
--json Output as JSON
--rig <name> Filter by rig
--verbose Show detailed information
§ TURBINE MONITOR
Monitor agent activity in real-time.
--live Enable live streaming
--filter <pattern> Filter events
--since <time> Show events since time
§ TURBINE COST
View cost analytics and spending reports.
--period <duration> Time period (1d, 7d, 30d)
--by <dimension> Group by (provider, agent, convoy)
--export <format> Export to CSV or JSON
§ TURBINE DASHBOARD
Launch the web-based monitoring dashboard.
--port <number> Server port (default: 3000)
--host <address> Bind address
--no-open Don't open browser
§ TURBINE CONFIG
Manage configuration settings.
get <key> Get a config value
set <key> <value> Set a config value
list List all settings
reset Reset to defaults
§ TURBINE INIT
Initialize Turbine in the current directory.
--force Overwrite existing config
--template <name> Use a config template
§ TURBINE LOGS
View and search system logs.
--level <level> Filter by log level
--tail <n> Show last n lines
--follow Follow log output