66 wires and counting

$ 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

fair warning: these emails are deeply technical. diffs, version numbers, CVEs, benchmark deltas. if that's not your idea of a good morning, this isn't your newsletter.

One email a day. Unsubscribe in one click.

$ status

wire 2026-08-28
stories 2

© 2026 RepoJournal Home Showcase Explore How it works Privacy

$ the-wire · showcase

Shopify CLI kills localhost dev flow

By RepoJournal · Filed · About Shopify

The Shopify CLI's `app dev --use-localhost` command is aborting instead of prompting for certificate generation, and a fix is already merged.

The Shopify CLI broke a core developer workflow: running `shopify app dev --use-localhost` now aborts immediately on any app that lacks a localhost certificate, skipping the intended "Generate it now?" prompt [1]. The error message demands files at `.shopify/localhost.pem` and `.shopify/localhost-key.pem`, but the CLI never offers to create them [1]. This effectively blocks local development for apps using HTTPS localhost unless a developer manually generates the certs, a regression that likely shipped with a recent change. The fix, PR #8408 by craigmichaelmartin, restores the prompt flow and has already been merged into the main branch [1][2]. If you're on a recent CLI and develop with `--use-localhost`, pull the latest `main` to unblock yourself. The merge commit is [2] and the behavior fix is [1], so watch for the next release containing it.

Quick answers

What shipped in Shopify on August 28, 2026?
The Shopify CLI's `app dev --use-localhost` command is aborting instead of prompting for certificate generation, and a fix is already merged. In total, 1 commits and 1 pull requests landed.
Who contributed to Shopify on August 28, 2026?
1 developer shipped this update, including craigmichaelmartin.
What were the notable Shopify updates?
Fix `app dev --use-localhost` aborting instead of prompting to generate the localhost certificate and Merge pull request #8408 from Shopify/craig/fix-use-localhost-cert-prompt.