Check connectivity to a self-hosted CloudBurn dashboard for pricing estimates.
Synopsis
cloudburn estimate [--server <url>]
Flags
| Flag | Type | Default | Description |
|---|---|---|---|
--server <url> | string | — | Dashboard API base URL |
Behavior
Without --server, the command reports a NOT_CONFIGURED status and exits. With --server, it reports a READY status with the provided URL.
Examples
# Check estimate status (no server configured)
cloudburn estimate
# Point to a self-hosted dashboard
cloudburn estimate --server https://dashboard.example.com
What's Next
| CLI discover command | Scan live AWS resources |
| CLI scan command | Scan IaC templates |