terrantula dashboard
Open the local Terrantula dashboard in your browser
Synopsis
terrantula dashboard [options] [state...]
Arguments
| Argument | Description |
|---|
[state] | Terraform state to import before opening (local path, s3://bucket/key, or tfc://org/workspace) |
Options
| Flag | Description |
|---|
--config <path> | Mapping config for the state import (default: zero-config) |
--db <path> | SQLite DB path (default: ~/.config/terrantula/local.db) |
--port <n> | Port to bind the dashboard server to (default: random free port) |
--no-open | Print the URL without opening a browser |
--headless | Exit immediately after the server is ready (for CI / timing tests) |