Releases: appfigures/cli
Releases · appfigures/cli
@appfigures/cli v1.0.0-beta.7
Breaking
reviews replytakes--contentinstead of--body. Pass--deleteto withdraw a posted response.reviews listandreviews breakdownrename--countryto--countriesand--versionto--versions. Both accept multiple values now.reviews listno longer has--language.keywords resultsnow requires--countryand--storefront.sdks listdrops--tags. Filter SDKs by tag through--q.
Added
reviews listgains keyword search, date-range filtering, and sorting.explorer fieldscan search the field catalog by keyword.explorer aggregate --terms-countcaps how many buckets eachtermsaggregation returns.keywords relatedis now paginated.keywords list --include-relationshipsadds per-(product, country) tracking detail.store categoriescan filter by parent category, storefront, and device type.
Changed
metrics query --countreturns the top N by value when combined with--group-by(earliest N when grouping by date). Previously it only capped rows.
@appfigures/cli v1.0.0-beta.6
Breaking
explorer query --fieldsis now--extra-fields. Fields referenced byqueryorsortare always projected; this flag adds extras.metrics query --include-totalis removed. Totals are always returned.
Added
sdks list— look up canonical SDK ids and tags. Pass the id toexplorer queryto filter apps by SDK.
Fixed
keywords listadded_ondates are returned as UTC.
@appfigures/cli v1.0.0-beta.5
Added
store featuredadds country filtering, sorting, and rank trends.store featured --count=0returns summary stats only.
Changed
store featuredaccepts a storefront product ID in addition to a unified app ID.explorer querysorts descending by default.explorer400 responses include the API's error message instead of swallowing it.
@appfigures/cli v1.0.0-beta.4
Changed
- Catalog commands are now Explorer commands across the CLI help, README, eval fixtures, and runtime guidance.
af auth loginhelp now matches the current browser-based flow.- Agent-facing help tips use consistent wording.
@appfigures/cli v1.0.0-beta.3
Fixed
af auth loginworks in agent harnesses.- Improved
store app-ranks,store top-charts, andstore app-listing.
@appfigures/cli v1.0.0-beta.2
Changed
- Command parsing now uses Commander — help, options, suggestions, and parse errors are more consistent across built-in and API-backed commands.
- Catalog query guidance is stricter and clearer — malformed queries, nested filters, omitted fields, and invalid sort fields now produce more actionable recovery hints.
- Metrics query defaults are more agent-friendly — boolean flags now default predictably when omitted.
- Store rank output is cleaner — app rank and top chart rows now use normalized category labels and pagination metadata.
Fixed
- Text transport values round-trip safely — encoded CLI argument values no longer lose structure when passed through command-line text.
- Update notifications recommend the stable install command and avoid CI-related test/environment drift.
- Agent app date output is normalized for more reliable downstream parsing.