shopify theme pull
Retrieves theme files from Shopify
Options
Name | Description |
---|---|
--theme, -t <NAME_OR_ID> | The name or ID of the theme that you want to overwrite |
--path <path> | The path to your theme directory |
--store, -s <store> | The development store that you want to use to preview your theme |
--live, -l | Pulls the live (published) theme. This option doesn't require --theme |
--development, -d | Downloads theme files from your remote development theme. You might use this command to copy changes made to the development theme in the theme editor to your local copy of the theme. This option doesn't require --theme |
--nodelete, -n | Runs the pull command without deleting local files |
--ignore, -x | Skips downloading the specified files from Shopify. Specify multiple patterns to ignore by using the flag multiple times in a single command. If files are excluded using .shopifyignore, then both the contents of .shopifyignore and the --ignore flag are respected |
--only, -o | Downloads only the specified files from Shopify. Specify multiple patterns by using the flag multiple times in a single command |