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"}