On keys-add command, when the keyname or the path to the file, it doesn't display any error. And it also still exit 0 instead of exit 1.
$ scalingo keys-add ~/.ssh/yubikey.pub
$ echo $?
0
$ scalingo keys-add test
$ echo $?
0
It should display an error and exit 1.
On
keys-addcommand, when thekeynameor thepath to the file, it doesn't display any error. And it also stillexit 0instead ofexit 1.It should display an error and
exit 1.