shopify theme pull
Download your remote theme files locally.
Retrieves theme files from Shopify.
If no theme is specified, then you're prompted to select the theme to pull from the list of the themes in your store.
Usage
shopify theme pull [flags]Summary
Download your remote theme files locally.
Flags
--no-color— Disable color output. optional Environment:SHOPIFY_FLAG_NO_COLOR.--password <value>string— Password generated from the Theme Access app or an Admin API token. optional Environment:SHOPIFY_CLI_THEME_TOKEN.--path <value>string— The path where you want to run the command. Defaults to the current working directory. optional Environment:SHOPIFY_FLAG_PATH.--verbose— Increase the verbosity of the output. optional Environment:SHOPIFY_FLAG_VERBOSE.-d, --development— Pull theme files from your remote development theme. optional Environment:SHOPIFY_FLAG_DEVELOPMENT.-e, --environment <value>string— The environment to apply to the current command. optional Environment:SHOPIFY_FLAG_ENVIRONMENT.-l, --live— Pull theme files from your remote live theme. optional Environment:SHOPIFY_FLAG_LIVE.-n, --nodelete— Prevent deleting local files that don't exist remotely. optional Environment:SHOPIFY_FLAG_NODELETE.-o, --only <value>string— Download only the specified files (Multiple flags allowed). Wrap the value in double quotes if you're using wildcards. optional Environment:SHOPIFY_FLAG_ONLY.-s, --store <value>string— Store URL. It can be the store prefix (example) or the full myshopify.com URL (example.myshopify.com, https://example.myshopify.com). optional Environment:SHOPIFY_FLAG_STORE.-t, --theme <value>string— Theme ID or name of the remote theme. optional Environment:SHOPIFY_FLAG_THEME_ID.-x, --ignore <value>string— Skip downloading the specified files (Multiple flags allowed). Wrap the value in double quotes if you're using wildcards. optional Environment:SHOPIFY_FLAG_IGNORE.