Feature request for the Qovery CLI: can we get a nonzero exit code on error? Right now, it always returns 0, which makes it unworkable for automation (failed commands will not stop the script).
> qovery application update --goooo
Error: unknown flag: --goooo
> echo $?
0
(Also, I think we need some more tags in the forum. Wanted to add a “cli” tag to this post, but didn’t find one. The only relevant tag I could find here was “qovery”, which is kinda obvious.)