The Wire · Showcase
CLI GAINS DEV STORE CREATION, HYDROGEN CUTS OBSERVABILITY OVERHEAD
By RepoJournal · Filed · About Shopify
Shopify CLI now ships a native command to spin up development stores directly from the terminal, while Hydrogen patches a critical vite detection failure that was crashing installations.
The CLI shipped `shopify store create dev` [1], a new command that lets developers provision app development stores without leaving the terminal. It supports organization auto-selection, structured JSON output for automation, and polls for completion with a sensible 5-minute timeout. This is the workflow improvement app developers have been waiting for. On the dependency front, the CLI locked down pnpm-lock.yaml with explicit tarball URLs [2] for registry consistency, and bumped esbuild to patch an HTTP path traversal vulnerability [3] that could affect local development servers. Over in Hydrogen, [email protected] [4] fixes a silent failure where missing vite dependencies would crash with an unhelpful error instead of telling you to install dependencies or run from the app directory. The same release cuts PerfKit resource sampling overhead by 90 percent [5], reducing observability noise without losing signal. Flow action extensions can now use relative runtime URLs [6], simplifying configuration for extension authors.
Action items
- → Upgrade Hydrogen projects to @shopify/[email protected] before next dev install Shopify/hydrogen [immediate]
- → Pull CLI with store create dev and esbuild 0.28.1 for dev store workflows Shopify/cli [plan]
- → Update Flow action extensions to use relative runtime_url if applicable Shopify/cli [monitor]
References
- [1] Add `store create dev` command ↗ Shopify/cli
- [2] Add tarballs to pnpm-lock ↗ Shopify/cli
- [3] Bump esbuild from 0.28.0 to 0.28.1 ↗ Shopify/cli
- [4] @shopify/[email protected] ↗ Shopify/hydrogen
- [5] @shopify/[email protected] ↗ Shopify/hydrogen
- [6] [Feature] Allow Flow action extension `runtime_url`s to be relative ↗ Shopify/cli
FAQ
- What changed in Shopify on June 16, 2026?
- Shopify CLI now ships a native command to spin up development stores directly from the terminal, while Hydrogen patches a critical vite detection failure that was crashing installations.
- What should Shopify teams do about it?
- Upgrade Hydrogen projects to @shopify/[email protected] before next dev install • Pull CLI with store create dev and esbuild 0.28.1 for dev store workflows • Update Flow action extensions to use relative runtime_url if applicable
- Which Shopify repositories shipped on June 16, 2026?
- Shopify/cli, Shopify/hydrogen