Skip to content

v0.2.0

Choose a tag to compare

@vuhp vuhp released this 31 Jan 16:01
· 111 commits to main since this release

πŸŽ‰ What's New

Azure Support

Full Azure cost optimization support with 5 resource analyzers:

  • Virtual Machines - Idle detection and rightsizing recommendations
  • Managed Disks - Unattached disks and tier optimization
  • Storage Accounts - Lifecycle policy recommendations
  • SQL Databases - Utilization analysis and tier recommendations
  • Public IP Addresses - Unassociated IP detection

Improved Output

  • Wider table columns with word wrap for better readability
  • Better handling of long resource IDs and recommendations
  • Shows count of additional opportunities when results are limited

Enhanced Testing

  • 84 unit tests (79% increase from v0.1.0)
  • 100% pass rate
  • Comprehensive coverage for pricing calculations and business logic

πŸ“¦ Installation

npm install -g cloud-cost-cli

πŸš€ Usage

AWS:

cloud-cost-cli scan --provider aws --region us-east-1

Azure:

az login
export AZURE_SUBSCRIPTION_ID="your-subscription-id"
cloud-cost-cli scan --provider azure --location eastus

See more opportunities:

cloud-cost-cli scan --provider aws --top 20

JSON output:

cloud-cost-cli scan --provider azure --output json > report.json

Full Changelog: v0.1.0...v0.2.0