Changelog
- 743ac4c Add Insights query show and summary commands
- ddf4a2f Add backup update to set protected status.
- 44f19f0 Add billing invoice list, show, and line-items commands
- a481058 Add database region discovery commands
- 029018d Add insights recommendations show for a single schema recommendation.
- f3a1487 Add organization team management commands
- b11dd0b Add organization update command
- 9e1fa37 Add query traffic budget insights command
- 76b859f Add service token show command
- 72e97b7 Add specialized metrics query, table, tablet, and tag commands.
- 7d03d2e Add switchover list and show commands
- 460f5f6 Decode invoice line-item subtotals as strings or numbers
- b877e86 Decode invoice_budget_amount as a string or number.
- caf717a Distinguish empty traffic-budget pages
- d42203c Drop extra spend-alert flag help copy
- 4c378ed Encode --tag-set as nested tag_sets query params.
- 1f1c80e Fix query Insights errors and pagination
- 457a1dc Forward opaque metrics selectors to the API
- 7ed962d Harden team and read-only region output
- 24d5266 Keep spend alert flags singular.
- cb23f35 Make backup update --protected=false actually unprotect.
- b17c671 Match Cobra traversal when selecting config flags
- ed2289c Match org team list pagination to org member list.
- 82c7810 Merge origin/main into query traffic budgets
- 77b61e3 Reject --query-id values the API silently ignores.
- 3c3f71c Reject specialized metrics flags the API would ignore.
- d4d3cc7 Rename --spend-alert to --spend-alerts.
- 0383a57 Rename org spend budget flags to --spend-alert.
- 1b5a254 Return one page per call for invoice list and line-items
- 5d70f84 Send specialized metrics arrays as metrics[].
- 2b48e49 Sort Client services alphabetically
- 8d336f2 Stop pretending --spend-alert=false clears the amount.
- 917dfab Stop the config file from overwriting an explicit --org
- 670558c Validate tablet workflow filters exist on the branch.
- a5d493f Validate workflow filters by workflow name
- 82f0f13 sql: keep table grid closed for multi-line values
- 5f8a91f sql: readable human output — table by default, --vertical and \G support