Releases: appfigures/cli
Releases · appfigures/cli
@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.