TURBINEDOCUMENTATION

CLI REFERENCE

Complete reference for all Turbine CLI commands.

§ TURBINE STATUS

Display current system status including active agents and convoys.

turbine status [options]

--json Output as JSON

--rig <name> Filter by rig

--verbose Show detailed information

§ TURBINE MONITOR

Monitor agent activity in real-time.

turbine monitor [options]

--live Enable live streaming

--filter <pattern> Filter events

--since <time> Show events since time

§ TURBINE COST

View cost analytics and spending reports.

turbine cost [options]

--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.

turbine dashboard [options]

--port <number> Server port (default: 3000)

--host <address> Bind address

--no-open Don't open browser

§ TURBINE CONFIG

Manage configuration settings.

turbine config <command> [options]

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.

turbine init [options]

--force Overwrite existing config

--template <name> Use a config template

§ TURBINE LOGS

View and search system logs.

turbine logs [options]

--level <level> Filter by log level

--tail <n> Show last n lines

--follow Follow log output