Skip to content

Releases: appfigures/cli

@appfigures/cli v1.0.3

05 Jun 16:09

Choose a tag to compare

Added

  • The af mcp server is now listed in the official MCP registry.

@appfigures/cli v1.0.2

05 Jun 16:13

Choose a tag to compare

Packaging and dependency-pinning changes only. No user-facing changes. Superseded by v1.0.3, which adds the MCP registry listing.

@appfigures/cli v1.0.1

04 Jun 14:31

Choose a tag to compare

Fixed

  • Smaller install. The CLI no longer downloads dependencies it already bundles.

@appfigures/cli v1.0.0

04 Jun 12:56

Choose a tag to compare

First stable release.

@appfigures/cli v1.0.0-beta.8

03 Jun 22:06

Choose a tag to compare

Breaking

  • Reworked the Explorer commands with clearer names and more consistent output.

Added

  • Run the CLI as an MCP server so assistants like Claude and Cursor can use it.
  • Control the calendar granularity when aggregating date data in Explorer.
  • Focus review breakdowns on the dimensions and top results you care about.

Fixed

  • Improved handling of in-app purchases.
  • More reliable handling of tracked apps.

@appfigures/cli v1.0.0-beta.7

01 Jun 22:27

Choose a tag to compare

Breaking

  • reviews reply takes --content instead of --body. Pass --delete to withdraw a posted response.
  • reviews list and reviews breakdown rename --country to --countries and --version to --versions. Both accept multiple values now. reviews list no longer has --language.
  • keywords results now requires --country and --storefront.
  • sdks list drops --tags. Filter SDKs by tag through --q.

Added

  • reviews list gains keyword search, date-range filtering, and sorting.
  • explorer fields can search the field catalog by keyword.
  • explorer aggregate --terms-count caps how many buckets each terms aggregation returns.
  • keywords related is now paginated.
  • keywords list --include-relationships adds per-(product, country) tracking detail.
  • store categories can filter by parent category, storefront, and device type.

Changed

  • metrics query --count returns 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

21 May 15:54

Choose a tag to compare

Breaking

  • explorer query --fields is now --extra-fields. Fields referenced by query or sort are always projected; this flag adds extras.
  • metrics query --include-total is removed. Totals are always returned.

Added

  • sdks list — look up canonical SDK ids and tags. Pass the id to explorer query to filter apps by SDK.

Fixed

  • keywords list added_on dates are returned as UTC.

@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.