85 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-07-28
stories 5

© 2026 RepoJournal Home Showcase Explore How it works Privacy

$ the-wire · showcase

SHOPIFY CLI GAINS COUNTRY FLAG FOR STORE CREATION

By RepoJournal · Filed · About Shopify · Composed from the cited sources · methodology

1 person shipped this

The CLI now lets developers specify store country at creation time, unifying a flag across dev and preview environments.

Shopify CLI added a `--country` flag to `shopify store create dev` [1], implementing a long-pending piece of shop/world#22968 and sharing the same flag definition, validation, and error handling with `shopify store create preview` [1]. The flag exports a single `countryFlag` constant from `flags.ts` with environment variable support via `SHOPIFY_FLAG_STORE_COUNTRY`, normalizing input to trimmed uppercase and validating the two-letter country code shape before command execution [1]. Documentation was then enhanced with additional detail to clarify the flag's purpose [2], addressing feedback from the implementation PR [3]. The change lands across 3 commits and 2 PRs, with both the core feature and documentation refinement now merged.

Quick answers

What shipped in Shopify on July 28, 2026?
The CLI now lets developers specify store country at creation time, unifying a flag across dev and preview environments. In total, 3 commits and 2 pull requests landed.
Who contributed to Shopify on July 28, 2026?
1 developer shipped this update, including amcaplan.
What were the notable Shopify updates?
Add --country flag to store create dev, Add additional detail to country flag description, and Add additional detail to country flag description.