shopify theme pull

Retrieves theme files from Shopify

Options

NameDescription
--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, -lPulls the live (published) theme. This option doesn't require --theme
--development, -dDownloads 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, -nRuns the pull command without deleting local files
--ignore, -xSkips 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, -oDownloads only the specified files from Shopify. Specify multiple patterns by using the flag multiple times in a single command