Implementation issue split out from #107.
Replace the mock-data body in packages/ts-cloud/bin/commands/cost.ts (cost:breakdown command) with real implementation:
- Honor the existing
--days <n>option (default 30). - Query Cost Explorer for
last N daysandthe N days before thatto compute the trend column. - Group by service.
Acceptance
cloud cost:breakdownandcloud cost:breakdown --days 7return real numbers.--profileflag honored.- Cached via #106.
- Trend column reflects real comparison, not hardcoded
^ +12%. - Replaces the
cli.warn('not implemented')guard introduced by #107.
Related
- #107 — tactical guard