首先要搞定一些登入驗證問題
然後要有 theme 權限 用 staff 或 collaborator 好像都可以
shopify theme list 可以查看主題列表 也可以確認當前登入正確
shopify theme pull 會請你選擇要抓哪一個下來
shopify theme push 就會覆蓋到 shopify 主機上面
shopify theme push 跟 git push 反正就是兩回事如果帳號底下有多個 store 的話 可以這樣指定
shopify theme push --store=dawn-based-mc-theme
shopify theme list --store=dawn-based-mc-theme
後面的 .myshopify.com 不加好像沒差
這邊設計有點不良 因為 --store 指定過之後 後面就會預設切過去了
但每次都跳出選項 其實比較符合工程直覺