v1.0.9 — quota: API call quota usage
What's Changed
A small, read-only ops command over quota/v1 accounts.quotas.
gmc quota list— show your daily Merchant API call quota and usage per method group, plus the per-minute limit, so you can see your rate-limit headroom in CI/ops. The daily counters reset at 12:00 UTC;--jsonemits the rawQuotaGroups (includingmethodDetails).
New read-only QuotaService (listQuotas) + QuotaGroup / MethodDetail types (int64 counts typed as strings). The quota sub-API bucket + scope were already wired, so this is the service + command only. Ran the multi-agent review (security · code-quality · correctness — 0 actionable findings).
Packages
@gmc-cli/cli 1.0.8 → 1.0.9 · @gmc-cli/api → 0.9.15 (internal)
Install
npm i -g @gmc-cli/cli · brew install yasserstudio/tap/gmc · or the standalone binaries below.
Tests: api 125 · cli 252 (+5). Full changelog: v1.0.8...v1.0.9