Sources and extraction notes
Official Shopify CLI sources used to build this Fumadocs site.
This project was assembled from official Shopify and GitHub sources.
Primary sources
- Shopify CLI overview
- General command reference
- App command reference
- Theme command reference
- Hydrogen command reference
- Shopify CLI for apps
- Shopify CLI for themes
- Unified CLI changelog
- Shopify/cli GitHub repository
- Shopify CLI contributor docs
GitHub repository facts
- Repository:
Shopify/cli - Description: Build apps, themes, and hydrogen storefronts for Shopify.
- Default branch:
main - Latest release observed through GitHub CLI:
3.94.3 - Current package engine observed in
packages/cli/package.json: Node.js>=22.12.0 - Command reference source file:
docs-shopify.dev/generated/generated_docs_data.json
Extracted coverage
| Topic | Command pages |
|---|---|
| App | 30 |
| General commands | 11 |
| Hydrogen | 25 |
| Theme | 19 |
| Store | 2 |
| Total | 87 |
Extraction method
- Web search was used to find official Shopify CLI documentation, changelog pages, GitHub repository pages, and contributor docs.
- Context7 was queried for Fumadocs, Next.js, and Shopify documentation before finalizing the project structure.
- GitHub CLI was used to inspect
Shopify/climetadata and the generated command data underdocs-shopify.dev/generated/generated_docs_data.json. - The local content tree was compared against the generated command data to verify that all 87 public generated command pages are represented.