Questions and discussions about using the Shopify CLI and Shopify-built libraries.
I'm developing a local theme for shopping and push changes once I'm satisfied with the local change that run on
http://127.0.0.1:9292. However since developing a new theme for another Shopify store, once I use "shopify theme dev", it immediately uploads to the live theme without me having to run "shopify theme push".
I change stores using "shopify theme dev --store [store name] -t [theme id]".
How can I prevent CLI uploading to the live theme and keep developing locally?