76 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-09
stories 3

© 2026 RepoJournal Home Showcase Explore How it works Privacy

$ the-wire · showcase

Dasherize `client_transfer` in Shopify CLI

By RepoJournal · Filed · About Shopify

1 person shipped this

The Shopify CLI now uses dashes for the `client_transfer` store type flag value, matching every other multi-word enumerated value.

The Shopify CLI now accepts `--type client-transfer`, replacing the only underscored enumerated flag value in the manifest, `client_transfer` [1]. Every other multi-word flag value already used dashes, including `--flavor typescript-react`, `--delivery-method event-bridge`, and `--reconciliation-strategy keep-local` [3]. The old underscore form, which came from Business Platform's casing, is no longer the canonical value.

The change touches the `store list` command and internals like `STORE_TYPE_HANDLES` [1]. The commit notes that "`store list --type client_transfer` was the only underscored enumerated flag value in the entire CLI manifest" [1]. If any scripts or automation depend on the underscored form, update them to use the dashed form.

Quick answers

What shipped in Shopify on September 9, 2026?
The Shopify CLI now uses dashes for the `client_transfer` store type flag value, matching every other multi-word enumerated value. In total, 2 commits and 1 pull requests landed.
Who contributed to Shopify on September 9, 2026?
1 developer shipped this update, including amcaplan.
What were the notable Shopify updates?
Dasherize the client transfer store type handle, Merge pull request #8494 from Shopify/dasherize-client-transfer, and Dasherize the client transfer store type handle.