CLI Installation
npm install -g @shopify/cli@latest
Connect with github
https://shopify.dev/docs/api/github-app
Pull the theme in local
shopify theme pull --store {store-name}
https://shopify.dev/docs/storefronts/themes/getting-started/customize
Customize theme
shopify theme dev
Local theme sync
shopify theme dev --theme-editor-sync
Push development theme to live
shopify theme push -a
Change the live theme from local development
shopify theme dev --theme <<ID>>
https://shopify.dev/docs/storefronts/themes/getting-started/customize
Top comments (0)