CloudBurn CLI

cloudburn estimate

Request pricing estimates from a self-hosted CloudBurn dashboard.

Check connectivity to a self-hosted CloudBurn dashboard for pricing estimates.

Synopsis

cloudburn estimate [--server <url>]

Flags

FlagTypeDefaultDescription
--server <url>stringDashboard 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 commandScan live AWS resources
CLI scan commandScan IaC templates