| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
The hidden `brev status` command only printed the current workspace's name, ID, and machine type. Extend it to also report login state, credential provider (kas/auth0/service account/manual token), JWT issued/expires timestamps with humanized remaining duration, refresh token presence, and the active user and organization. Switch the command's wiring from loginCmdStore to noLoginCmdStore so that running `brev status` with an expired or missing token never triggers an interactive login prompt; remote user/org lookups instead fail gracefully and the local-only credential metadata is still shown. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Summary
Sample output
Logged out:
Logged in (KAS):
Expired token:
Test plan
🤖 Generated with Claude Code