adj whoami
Show the identity of the active context (from the stored token)
Decode the stored access token locally (no server call, no signature verification) and print the email, org, role, and time until expiry. If the token has expired it says so.
Usage
adj whoami
Global flags
| Flag | Shorthand | Default | Description |
|---|---|---|---|
--context |
— |
config context to use (overrides current-context) | |
--output |
-o | table |
output format: table|json|yaml |
--server |
— |
server base URL (overrides the active context) | |
--token |
— |
access token (overrides the active context) | |
--verbose |
-v | false |
log requests to stderr |