Skip to content

Instantly share code, notes, and snippets.

@constantm
Last active February 21, 2017 10:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save constantm/7f10d7edcb59d6d8b91f3dd9930e3780 to your computer and use it in GitHub Desktop.
Save constantm/7f10d7edcb59d6d8b91f3dd9930e3780 to your computer and use it in GitHub Desktop.
Shopify theme commands cheat sheet

##Configure existing theme on store:

theme configure --themeid=12345 --password=12345 --store=yourshop.myshopify.com

##Setup up new theme

theme configure --themeid=12345 --password=12345 --store=yourshop.myshopify.com

##Watch for theme changes, and sync with Shopify when local files change

theme watch

##Workflow for modifying a theme:

  1. Duplicate theme on Shopify
  2. Configure theme on local dev environment (see above)
  3. Make changes to duplicated theme
  4. When happy, switch to duplicated theme with changes
  5. Remove old theme (optional)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment