legacy-cli
legacy-cli copied to clipboard
multi needs --all flag
Hey, sometimes I'd just like to add a new var or integration to all platforms... it's pretty hard to do that, an --all flag or a way to loop through the projects or select projects from a list (with actual names) would be very helpful.
Agreed.
For now you could use something like:
platform multi --projects "$(platform project:list --title 'test' --pipe)" "project:info"
That will run project:info on all of your projects that have "test" in their title.