Skip to content

Latest commit

 

History

History
56 lines (40 loc) · 1.38 KB

shopify-cli.md

File metadata and controls

56 lines (40 loc) · 1.38 KB
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.

Validation Rules

The tool checks for:

Theme Validation

  • Liquid syntax errors
  • Theme requirements compliance
  • Asset organization
  • Performance best practices
  • Accessibility standards

App Validation

  • App extension configuration
  • Function implementation
  • API version compatibility
  • Security best practices

Common Issues

The tool helps identify and fix:

  1. Theme Issues:

    • Invalid Liquid syntax
    • Missing required templates
    • Performance bottlenecks
    • Accessibility violations
  2. App Issues:

    • Invalid API usage
    • Missing dependencies
    • Configuration errors
    • Security vulnerabilities

Links