This repository was archived by the owner on Aug 16, 2025. It is now read-only.
- Notifications
You must be signed in to change notification settings - Fork69
Feat/changelog shopify bitbucket#278
Merged
Uh oh!
There was an error while loading.Please reload this page.
Merged
Changes fromall commits
Commits
Show all changes
3 commits Select commitHold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Jump to file
Failed to load files.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
There are no files selected for viewing
27 changes: 26 additions & 1 deletiondocs/changelog.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
56 changes: 56 additions & 0 deletionsdocs/tools/shopify-cli.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,56 @@ | ||
| --- | ||
| title: Shopify CLI | ||
| sidebar_label: Shopify CLI | ||
| description: CodeRabbit's guide to Shopify CLI. | ||
| --- | ||
| ```mdx-code-block | ||
| import ProPlanNotice from '@site/src/components/ProPlanNotice.mdx'; | ||
| <ProPlanNotice /> | ||
| ``` | ||
| [Shopify CLI](https://github.com/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 | ||
| - [Shopify CLI GitHub Repository](https://github.com/Shopify/cli) | ||
| - [Shopify CLI Theme Documentation](https://shopify.dev/docs/api/shopify-cli/theme) | ||
| - [Shopify CLI App Documentation](https://shopify.dev/docs/apps/tools/cli) | ||
| - [Theme Development Requirements](https://shopify.dev/docs/themes/store/requirements) |
2 changes: 2 additions & 0 deletionsdocs/tools/tools.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.