cli icon indicating copy to clipboard operation
cli copied to clipboard

[Feature] Support glob patterns in theme environment flags

Open dejmedus opened this issue 2 months ago • 2 comments

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

dejmedus avatar Oct 03 '25 23:10 dejmedus

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.

github-actions[bot] avatar Nov 20 '25 03:11 github-actions[bot]

Still an issue

andershagbard avatar Nov 20 '25 09:11 andershagbard