RepoJournal
Shopify

Shopify

Hydrogen, Polaris, and the CLI - the dev platform behind millions of stores

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

One email a day. Unsubscribe in one click.

Pick a date

Topics: JavaScript Full archive →

The Wire · Showcase

CLI NOW OWNS E2E STORE LIFECYCLE, HYDROGEN FIXES HTTP/2 HANDSHAKE

By RepoJournal · Filed · About Shopify

The CLI commands for creating and deleting development stores are live in E2E tests, cutting out Playwright provisioning entirely, while Hydrogen's local development stack now handles HTTP/2 requests without choking on pseudo-headers.

Shopify/cli merged the switch to native CLI store operations for end-to-end testing [1], replacing Playwright provisioning with `shopify store create dev --json` and cleanup with `shopify store delete --force --json`. This simplifies the test harness and lets the CLI prove its own store lifecycle operations under real conditions. On the Hydrogen side, MiniOxygen now correctly handles HTTP/2 requests by falling back to the `:authority` pseudo-header when `host` is absent [2], then exposes it as a normalized `host` header so WHATWG Headers construction doesn't fail. That fix matters because Vite HTTPS already negotiates HTTP/2, so local development was throwing "Request must contain a host header" errors. Hydrogen also shipped a new `--javascript-origin` flag for the `customer-account-push` command [2], letting you specify a portless origin for the Customer Account API while keeping your dev callback URL portful. Theme configuration test coverage landed as well, adding unit tests for `getHostTheme`, `setHostTheme`, and related helpers [3].

One email a day. Unsubscribe in one click.

Action items

References

  1. [1] Use CLI commands for E2E store lifecycle ↗ Shopify/cli
  2. [2] feat: javascript origin flag in `customer-account-push` hydrogen CLI command ↗ Shopify/hydrogen
  3. [3] [Tests] Add coverage for theme configuration helpers ↗ Shopify/cli

Quick answers

What shipped in Shopify on August 12, 2026?
The CLI commands for creating and deleting development stores are live in E2E tests, cutting out Playwright provisioning entirely, while Hydrogen's local development stack now handles HTTP/2 requests without choking on pseudo-headers. In total, 4 commits and 4 pull requests landed.
Who contributed to Shopify on August 12, 2026?
3 developers shipped this update, including isaacroldan, gonzaloriestra, and fredericoo.
What were the notable Shopify updates?
Use CLI commands for E2E store lifecycle, feat: javascript origin flag in `customer-account-push` hydrogen CLI command, and [Tests] Add coverage for theme configuration helpers.

More from Shopify

Daily updates, in your inbox

Follow Shopify

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

or

One email a day. Unsubscribe in one click. Read a past issue →

Elsewhere on the wire

Want every project, not just this one?