legacy-cli icon indicating copy to clipboard operation
legacy-cli copied to clipboard

multi needs --all flag

Open markushausammann opened this issue 7 years ago • 1 comments

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.

markushausammann avatar Apr 23 '18 07:04 markushausammann

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.

pjcdawkins avatar Apr 23 '18 07:04 pjcdawkins