Skip to content

runbooks workspaces reportΒΆ

Auto-generated from runbooks workspaces report --help on 2026-05-21. Source of truth: runbooks PyPI package v1.3.22

Usage: runbooks workspaces report [OPTIONS]

  Generate WorkSpaces FinOps report from collect + cost + analyze outputs.

  Loads up to 3 input files and generates a CxO-readable Markdown report with:
  - Executive summary (totals, decommission candidates, estimated savings) -
  Top 10 decommission candidates table - Estimated annual savings from
  decommission list

  Example:

    runbooks workspaces report \     --collect-csv
    tmp/cloudops/workspaces/collect-2026-05-10.csv \     --cost-csv
    tmp/cloudops/workspaces/cost-2026-05-10.csv \     --analyze-json
    tmp/cloudops/workspaces/analyze-2026-05-10.json

Options:
  --collect-csv TEXT   Path to collect output CSV.
  --cost-csv TEXT      Path to cost output CSV.
  --analyze-json TEXT  Path to analyze output JSON.
  --output TEXT        Output directory for Markdown report.  [default:
                       tmp/cloudops/workspaces/]
  --help               Show this message and exit.

ExamplesΒΆ