Currently `-t` shows all available tasks in alphabetical order. Using `pyb -T [<task> [task]*]` we should show an actual build plan as it would be executed without actually executing it. The other alternative is to use `--show-plan`.
Currently
-tshows all available tasks in alphabetical order.Using
pyb -T [<task> [task]*]we should show an actual build plan as it would be executed without actually executing it.The other alternative is to use
--show-plan.