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-05-27
stories 10

© 2026 RepoJournal Home Showcase Explore How it works Privacy

$ the-wire · showcase

SHOPIFY CLI KILLS THE ENV VAR GATE, EXTENSION-ONLY BECOMES THE DEFAULT

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

The HOSTED_APPS environment variable is gone, and the extension-only template is now the standard path for `shopify app init`, shipping without friction.

Shopify CLI just removed the experimental gate that was gating the hosted app template [1]. The extension-only template is now the default for the "none" option in `shopify app init` [2], which means developers no longer need to set environment variables to access this workflow. This simplifies onboarding and makes the extension-first pattern the primary path forward. In parallel, the team fixed a critical Windows + pnpm bug in the nightly build [3] where symlinks were dangling after initialization, forcing users to manually reinstall dependencies before shipping. That fix is now in the pipeline and blocks the 0.0.0-nightly release. The label cleanup [4] follows the same consolidation thread.

Quick answers

What shipped in Shopify on May 27, 2026?
The HOSTED_APPS environment variable is gone, and the extension-only template is now the standard path for `shopify app init`, shipping without friction. In total, 7 commits and 3 pull requests landed.
Who contributed to Shopify on May 27, 2026?
1 developer shipped this update, including craigmichaelmartin.
What were the notable Shopify updates?
Merge pull request #7197 from Shopify/remove-hosted-apps-env-var, Remove HOSTED_APPS env var and make extension-only template the default, and [Fix] Move scaffolded project to its final directory before installing deps in `app init`.