`viur deploy` should provide a helpful hint
Closed this issue · 1 comments
phorward commented
For version 2:
$ viur deploy app
Usage: viur [OPTIONS] COMMAND [ARGS]...
Try 'viur -h' for help.
Error: No such command 'deploy'.
$ viur cloud deploy app
✔ No vulnerabilities found.
Do you want to regenerate the requirements.txt located in the ./deploy? [y/N]: y
requirements.txt successfully generated
Can viur deploy app
please still provide a helpful error message, like: Sorry, 'viur deploy' is now known as 'viur cloud deploy'
...
Grashalmbeisser commented