Shopify CLI
Curated, deployable Fumadocs reference for Shopify CLI commands, workflows, and official sources.
Shopify CLI is the command-line tool for generating and working with Shopify apps, themes, and Hydrogen custom storefronts. This site distills the official Shopify CLI documentation and the Shopify/cli GitHub generated command reference into a Vercel-ready Fumadocs project.
Quick install
pnpm install -g @shopify/cli@latest
shopify version
shopify helpRequirements
- Node.js 22.12 or higher according to the latest generated
Shopify/clipackage metadata. - A package manager: npm, Yarn 1.x, or pnpm.
- Git 2.28.0 or higher.
Shopify's public overview page can lag behind the GitHub package metadata. This site favors the current
Shopify/clirepository when values differ.
Command syntax
shopify [topic] [command] [flags]The CLI is topic based. Main topics covered here:
- General commands: auth, help, search, upgrade, version.
- App commands: app creation, dev, deploy, logs, functions, config, bulk operations.
- Theme commands: development themes, check, push, pull, publish, package.
- Hydrogen commands: build, dev, deploy, codegen, environments, setup.
- Store commands: store auth and GraphQL execution.
Current repository snapshot
- GitHub repository:
Shopify/cli - Latest release observed through GitHub CLI: 3.94.3
- Official command docs source:
docs-shopify.dev