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"}
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 pingoraptible login:ping, and the JSON return would be{"session": "valid"}or{"session": "invalid"}