title | sidebar_label | description |
---|---|---|
Shopify CLI |
Shopify CLI |
CodeRabbit's guide to Shopify CLI. |
import ProPlanNotice from '@site/src/components/ProPlanNotice.mdx';
<ProPlanNotice />
Shopify CLI is a command-line tool that helps you build Shopify apps, themes, and custom storefronts. It provides functionality for initializing, building, developing, and deploying Shopify projects.
The tool checks for:
- Liquid syntax errors
- Theme requirements compliance
- Asset organization
- Performance best practices
- Accessibility standards
- App extension configuration
- Function implementation
- API version compatibility
- Security best practices
The tool helps identify and fix:
-
Theme Issues:
- Invalid Liquid syntax
- Missing required templates
- Performance bottlenecks
- Accessibility violations
-
App Issues:
- Invalid API usage
- Missing dependencies
- Configuration errors
- Security vulnerabilities