Skip to content

Releases: appfigures/cli

@appfigures/cli v1.0.0-beta.5

15 May 22:13

Choose a tag to compare

Added

  • store featured adds country filtering, sorting, and rank trends.
  • store featured --count=0 returns summary stats only.

Changed

  • store featured accepts a storefront product ID in addition to a unified app ID.
  • explorer query sorts descending by default.
  • explorer 400 responses include the API's error message instead of swallowing it.

@appfigures/cli v1.0.0-beta.4

07 May 21:38

Choose a tag to compare

Changed

  • Catalog commands are now Explorer commands across the CLI help, README, eval fixtures, and runtime guidance.
  • af auth login help now matches the current browser-based flow.
  • Agent-facing help tips use consistent wording.

@appfigures/cli v1.0.0-beta.3

07 May 19:27

Choose a tag to compare

Fixed

  • af auth login works in agent harnesses.
  • Improved store app-ranks, store top-charts, and store app-listing.

@appfigures/cli v1.0.0-beta.2

06 May 22:51

Choose a tag to compare

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.