shopify theme
Suite of commands for developing Shopify themes
Subcommands
Name | Description |
---|---|
init | Clones a Git repository to your local machine to use as the starting point for building a theme |
dev | Uploads the current theme as the specified theme, or a development theme, to a store so you can preview it |
check | Calls and runs Theme Check to analyze your theme code for errors and to ensure that it follows theme and Liquid best practices. Learn more about the checks that Theme Check runs |
open | Returns links that let you preview the specified theme |
delete | Deletes a theme from your store |
package | Packages your local theme files into a ZIP file that can be uploaded to Shopify |
publish | Publishes an unpublished theme from your theme library |
share | Uploads your theme as a new, unpublished theme in your theme library. The theme is given a randomized name |
pull | Retrieves theme files from Shopify |
push | Uploads your local theme files to Shopify, overwriting the remote theme if specified |
list | Lists the themes in your store, along with their IDs and statuses |
info | Displays information about your theme environment, including your current store |
language-server | Starts a Language Server Protocol server |
Options
Name | Description |
---|---|
--verbose |
|