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
When scripting, it might be nice to have a CLI option that would return some indication if the user is already logged in, maybe something like aptible ping or aptible login:ping, and the JSON return would be {"session": "valid"} or {"session": "invalid"}
The text was updated successfully, but these errors were encountered:
When scripting, it might be nice to have a CLI option that would return some indication if the user is already logged in, maybe something like
aptible ping
oraptible login:ping
, and the JSON return would be{"session": "valid"}
or{"session": "invalid"}
The text was updated successfully, but these errors were encountered: