74 wires and counting

$ follow Shopify

Keep up with Shopify in about 3 minutes: what actually shipped — the commits, pull requests, releases, and security advisories that matter.

or

fair warning: these emails are deeply technical. diffs, version numbers, CVEs, benchmark deltas. if that's not your idea of a good read, this isn't your newsletter.

Folds into your digest — weekly by default, monthly if you prefer. Unsubscribe in one click.

$ status

wire 2026-09-05
stories 14

© 2026 RepoJournal Home Showcase Explore How it works Privacy

$ the-wire · showcase

Shopify CLI adds subscription migration list command

By RepoJournal · Filed · About Shopify

The Shopify CLI now ships a subscription migration list command that streams CSV or JSON to stdout, giving developers a scriptable window into their migration state.

The new `shopify app subscription-migrations list` command [1] fetches every page from the `migratableAppSubscriptions` Partners CLI GraphQL query, optionally filters by `UNSCHEDULED`, `SCHEDULED`, or `MIGRATED`, and streams a comprehensive CSV by default, or one versioned JSON document with `--json`. Output saves through normal shell redirection, which makes it straightforward to pipe into reporting or automation. The merged commit [4] confirms this is now on main.

`shopify store list` now shows each store's plan alongside Subdomain, Name, Type, and Created [2]. Previously, telling a Plus store from a Basic one meant running `shopify store info --store <domain>` once per store; now the table reports the plan the same way `store info` does, no second vocabulary of plan names. The change follows OK2 feedback in the #devtools-proj-cli-dev-stores Slack channel.

The CLI also adds hidden App Doctor commands [3], a security review workflow for Shopify app developers. It combines deterministic checks with structured prompts for deeper review by a coding agent. The procedure ships with the CLI build itself, removing the need to install AI Toolkit or copy a separately versioned skill. Unsupported or incomplete analysis is never presented as a clean security grade.

Quick answers

What shipped in Shopify on September 5, 2026?
The Shopify CLI now ships a subscription migration list command that streams CSV or JSON to stdout, giving developers a scriptable window into their migration state. In total, 11 commits and 3 pull requests landed.
Who contributed to Shopify on September 5, 2026?
3 developers shipped this update, including tyler-eon, amcaplan, and jplhomer.
What were the notable Shopify updates?
Add subscription migration list command, Show each store's plan in `store list`, and Add hidden App Doctor commands.