Shopify / slate

Slate is a toolkit for developing Shopify themes. It's designed to assist your workflow and speed up the process of developing, testing, and deploying themes.
https://shopify.github.io/slate
MIT License
1.28k stars 364 forks source link

Themekit environment wildcards #484

Open georgebutter opened 6 years ago

georgebutter commented 6 years ago

Problem

If you have several environments in your config.yml there is no way in Slate to push to multiple environments based on specific rules. For example if I want to push to all the production environments I would like the same ability that Themekit has:

slate start -e production-*

Please see this PR for more information: https://github.com/Shopify/themekit/pull/419

t-kelly commented 6 years ago

Valid request! Adding to the backlog.

georgebutter commented 6 years ago

Please may this also be added to v0.x of slate-tools if possible.

oscarstranger commented 6 years ago

+1 for Slate 0.x implementation 👍