-
Notifications
You must be signed in to change notification settings - Fork 210
Labels
Area: @shopify/theme@shopify/theme package issues@shopify/theme package issuesType: EnhancementNew feature or requestNew feature or request
Description
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
Metadata
Metadata
Assignees
Labels
Area: @shopify/theme@shopify/theme package issues@shopify/theme package issuesType: EnhancementNew feature or requestNew feature or request