UNPKG

shopify-theme-deployer

Version:

A Node.js CLI tool that deploys Shopify theme code to multiple stores simultaneously using the Shopify CLI

17 lines (16 loc) 305 B
{ "stores": [ { "url": "your-production-store.myshopify.com", "theme_id": "123456789012" }, { "url": "your-staging-store.myshopify.com", "theme_id": "234567890123" }, { "url": "your-dev-store.myshopify.com", "theme_id": "345678901234" } ] }