fastDeploy.py --h should not work.
preetham opened this issue · 1 comments
preetham commented
Steps to replicate:
- Download the latest
fastDeploy.py
cli from repo. - Execute
fastDeploy.py --l
This shouldn't work as the shortcut is supposed to be fastDeploy.py -l
(which also works) and the long form trigger is fastDeploy.py --list_recipes
.
bedapudi6788 commented
Added a new label for CLI bugs, since they are not as important as fastDeploy core bugs.