Skip to content

Instantly share code, notes, and snippets.

@octipus
Last active October 27, 2021 13:32
Show Gist options
  • Save octipus/8b9fc7ecd7e2a11baf2400dcc1f61fda to your computer and use it in GitHub Desktop.
Save octipus/8b9fc7ecd7e2a11baf2400dcc1f61fda to your computer and use it in GitHub Desktop.

Revisions

  1. octipus revised this gist Oct 27, 2021. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions gistfile1.txt
    Original 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/ ---
  2. octipus revised this gist Oct 27, 2021. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion gistfile1.txt
    Original 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----
    theme get --password=[your-password] --store="[your-store.myshopify.com]" --themeid=[your-theme-id]
    from shopify dashboard - customize - copy from url
  3. octipus created this gist Oct 27, 2021.
    16 changes: 16 additions & 0 deletions gistfile1.txt
    Original 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]