v0.2.0
π 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-1Azure:
az login
export AZURE_SUBSCRIPTION_ID="your-subscription-id"
cloud-cost-cli scan --provider azure --location eastusSee more opportunities:
cloud-cost-cli scan --provider aws --top 20JSON output:
cloud-cost-cli scan --provider azure --output json > report.jsonFull Changelog: v0.1.0...v0.2.0