You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a feature request. It would be nice if passbolt auth check exited with non-zero status if not logged in. I admit it's kind of arbitrary to call "logged in" successful. However it would help with writting scripts.
I have a script around passbolt find | fqf and I want to check that I am logged in before I run that. Doing [[ "$( passbolt auth check)" != "You are already logged in." ]] feels fragile.
The text was updated successfully, but these errors were encountered:
This is a feature request. It would be nice if
passbolt auth check
exited with non-zero status if not logged in. I admit it's kind of arbitrary to call "logged in" successful. However it would help with writting scripts.I have a script around
passbolt find | fqf
and I want to check that I am logged in before I run that. Doing[[ "$( passbolt auth check)" != "You are already logged in." ]]
feels fragile.The text was updated successfully, but these errors were encountered: