v0.5.0
π What's New
π CSV Export
Export scan results to CSV format for easy data analysis:
# Export AWS scan to CSV
cloud-cost-cli scan aws --profile prod --output csvCSV Features:
- Clean, parseable comma-separated format
- All opportunity details in columns
- Easy import into Excel, Google Sheets, or any data tool
- Perfect for automated reporting and data pipelines
π Excel Export
Export to Excel with rich formatting and multiple worksheets:
# Export to Excel with all details
cloud-cost-cli scan aws --output excelExcel Features:
- Summary Sheet - High-level overview with total savings by category
- Opportunities Sheet - Complete detailed list of all findings
- Rich formatting - Color-coded categories, formatted currency, frozen headers
- Auto-sized columns - Optimized for readability
- Professional look - Ready to share with management and stakeholders
π¨ Format Options
Three output formats now available:
| Format | Flag | Best For |
|---|---|---|
| Table (default) | --format table |
Terminal viewing, quick checks |
| CSV | --format csv |
Data analysis, automation, imports |
| Excel | --format excel |
Executive reports, sharing, presentations |
| JSON | --format json |
API integration, programmatic use |
Full Changelog: v0.4.0...v0.5.0