[Feature]: Allow to push to multiple environments at once
What area(s) will this request affect?
Theme
What type of change do you want to see?
New feature
Overview
I would like for Shopify CLI to be able to push to multiple environments at once. The syntax should be very similar to Theme Kit. E.g. theme push --env="*-production".
Motivation
Theme Kit has been deprecated, but Shopify CLI does not fill all needs and use cases Theme Kit solved.
This issue seems inactive. If it's still relevant, please add a comment saying so. Otherwise, take no action. → If there's no activity within a week, then a bot will automatically close this. Thanks for helping to improve Shopify's dev tooling and experience.
P.S. You can learn more about why we stale issues here.
Still active
active
@EvilGenius13 Do you have an ETA on this? We have a case where we have to deploy to around 200 different stores, and we can't use themekit, cause it doesn't push the blocks folder.
Hi @andershagbard! Thanks for reaching out and most importantly, thank you for your patience. We recently shipped changes that built up the infrastructure in the code to run multiple environments at once. We tested it by allowing the theme list command to allow multiple environments first. That came out with the release of 3.7.6.
I am currently working on the push command and will update you as soon as we have something ready!
This issue seems inactive. If it's still relevant, please add a comment saying so. Otherwise, take no action. → If there's no activity within a week, then a bot will automatically close this. Thanks for helping to improve Shopify's dev tooling and experience.
P.S. You can learn more about why we stale issues here.
Still active
This issue seems inactive. If it's still relevant, please add a comment saying so. Otherwise, take no action. → If there's no activity within a week, then a bot will automatically close this. Thanks for helping to improve Shopify's dev tooling and experience.
P.S. You can learn more about why we stale issues here.
Still active
This issue seems inactive. If it's still relevant, please add a comment saying so. Otherwise, take no action. → If there's no activity within a week, then a bot will automatically close this. Thanks for helping to improve Shopify's dev tooling and experience.
P.S. You can learn more about why we stale issues here.
Still active
Are you able to create a batch script, like:
shopify theme push --environment=env-one && shopify theme push --environment=env-two ?
Are you able to create a batch script, like:
shopify theme push --environment=env-one && shopify theme push --environment=env-two?
We ended up doing something similar
I would not consider this fully solved until glob search has been implemented. Can this be opened again?