Last active
October 27, 2021 13:32
-
-
Save octipus/8b9fc7ecd7e2a11baf2400dcc1f61fda to your computer and use it in GitHub Desktop.
Revisions
-
octipus revised this gist
Oct 27, 2021 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -8,6 +8,7 @@ theme get -p=[your-password] -s=[you-store.myshopify.com] -t=[your-theme-id] 4. theme watch - use the --allow-live flag if you want to push changed to a published template ----more info: https://shopify.github.io/themekit/ --- -
octipus revised this gist
Oct 27, 2021 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -13,4 +13,4 @@ theme get -p=[your-password] -s=[you-store.myshopify.com] -t=[your-theme-id] ----more info: https://shopify.github.io/themekit/ --- ----Get theme ID---- from shopify dashboard - customize - copy from url -
octipus created this gist
Oct 27, 2021 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,16 @@ 1. Create a custom app in shopify 2. Get the app secret/password 3. fill in below - !important - Remove brackets theme get -p=[your-password] -s=[you-store.myshopify.com] -t=[your-theme-id] 4. theme watch ----more info: https://shopify.github.io/themekit/ --- ----Get theme ID---- theme get --password=[your-password] --store="[your-store.myshopify.com]" --themeid=[your-theme-id]