The Wire · Showcase
SHOPIFY CLI KILLS THE ENV VAR GATE, EXTENSION-ONLY BECOMES THE DEFAULT
By RepoJournal · Filed · About Shopify
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.
One email a day. Unsubscribe in one click.
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. Read a past issue →
Action items
- → Verify extension-only template works in your local CLI before next app init Shopify/cli [plan]
- → If running pnpm on Windows, pull the latest nightly build [ref:4] to avoid dangling node_modules symlinks Shopify/cli [immediate]
- → Remove any HOSTED_APPS env var references from internal docs and CI/CD Shopify/cli [plan]
References
- [1] Merge pull request #7197 from Shopify/remove-hosted-apps-env-var Shopify/cli
- [2] Remove HOSTED_APPS env var and make extension-only template the default Shopify/cli
- [3] [Fix] Move scaffolded project to its final directory before installing deps in `app init` ↗ Shopify/cli
- [4] Remove custom label for extension only apps Shopify/cli