runbooks workspaces analyzeΒΆ
Auto-generated from
runbooks workspaces analyze --helpon 2026-05-21. Source of truth: runbooks PyPI package v1.3.22
Usage: runbooks workspaces analyze [OPTIONS]
Run W1-W7 decommission scoring (105-point max) on collected WorkSpaces.
Loads inventory from --collect-csv or runs collect first. Delegates scoring
to WorkSpacesAnalyzer. Score >= 70 β DECOMMISSION recommendation.
Example:
runbooks workspaces analyze --profile $AWS_PROFILE runbooks workspaces
analyze --collect-csv tmp/cloudops/workspaces/collect-2026-05-10.csv
Options:
--profile TEXT AWS profile (env: AWS_PROFILE). Used if collect-csv not
provided.
--collect-csv TEXT Path to existing collect output CSV. Runs collect first
if not provided.
--output TEXT Output directory for analyze JSON. [default:
tmp/cloudops/workspaces/]
--quiet Suppress Rich table output.
--help Show this message and exit.