Last active
July 24, 2019 10:40
-
-
Save loughlincodes/11771b54e7b0051936daa8d7905dca71 to your computer and use it in GitHub Desktop.
Theme Kit Commands
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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