Discussions

Ask a Question
Back to All

Deploy all environments in one command?

Is it possible to deploy all environments from your config file in one command?
So to do something like:

bundle exec wagon deploy allenvs -r theme_assets -f functions.js -v

or should I need to list them like:

bundle exec wagon deploy dev live_1 live_2 -r theme_assets -f functions.js -v

Are any of those even possible?

Thank you for your answers!