runbooks finops enrich-workspacesΒΆ
Auto-generated from
runbooks finops enrich-workspaces --helpon 2026-05-21. Source of truth: runbooks PyPI package v1.3.22
Usage: runbooks finops enrich-workspaces [OPTIONS]
Enrich WorkSpaces inventory with Organizations metadata.
Reads WorkSpaces data from Excel/CSV with 'AWS Account' column and enriches
it with: β’ Account name (from AWS Organizations) β’ Account email β’ WBS code
(cost allocation) β’ Cost group β’ Technical lead β’ Account owner
Example: runbooks finops enrich-workspaces -i data/workspaces.xlsx -o
data/enriched.xlsx -p ops-profile -m mgmt-profile
Options:
-i, --input PATH Input WorkSpaces data file (Excel/CSV with 'AWS Account'
column) [required]
-o, --output PATH Output enriched data file (Excel/CSV/JSON)
-p, --profile TEXT AWS operational profile (WorkSpaces access)
--display-only Display Rich CLI output without file export
--help Show this message and exit.