Skip to content

v0.5.0

Choose a tag to compare

@vuhp vuhp released this 02 Feb 02:41
· 81 commits to main since this release

πŸŽ‰ 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 csv

CSV 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 excel

Excel 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