[Feature] Support glob patterns in theme environment flags
What area(s) will this request affect?
Theme
What type of change do you want to see?
New feature
Overview
When working with multiple environments that share naming conventions (e.g., int-production, us-production, eu-production), we currently need to specify each environment individually:
shopify theme delete -e int-production -e us-production -e eu-production
Instead we could allow glob patterns in environment flags to match multiple environments:
shopify theme delete -e "*-production"
Motivation
Theme Kit allowed this, but theme commands currently do not. This will make running multi environment commands easier
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 an issue