Skip to content

Instantly share code, notes, and snippets.

@loughlincodes
Last active July 24, 2019 10:40
Show Gist options
  • Save loughlincodes/11771b54e7b0051936daa8d7905dca71 to your computer and use it in GitHub Desktop.
Save loughlincodes/11771b54e7b0051936daa8d7905dca71 to your computer and use it in GitHub Desktop.
Theme Kit Commands
// To get list of themes
theme get --list -p=[your-api-password] -s=[your-store.myshopify.com]
theme get -l -p=[your-api-password] -s=[your-store.myshopify.com]
// To download the theme
theme get --password=[your-api-password] --store=[your-store.myshopify.com] --themeid=[your-theme-id]
theme get -p=[your-api-password] -s=[your-store.myshopify.com] -t=[your-theme-id]
// To watch for changes on host
theme watch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment