atharvalade opened a new pull request, #3096: URL: https://github.com/apache/iggy/pull/3096
## Which issue does this PR close? Closes #3000 ## Rationale The CLI lacked observability into context configuration and login session state, forcing users to manually read `~/.iggy/contexts.toml` or run authenticated commands to check connectivity. ## What changed? Previously there was no way to inspect what a context contains or whether a login session is active without workarounds. Users had to read raw TOML files or run `iggy me` and hope it worked. This adds `iggy context show <name>` to display a named context's full configuration (transport, addresses, TLS, credentials with masking) and `iggy session status` to check the local keyring for an active login session and show which server it targets — both without requiring a server connection. ## Local Execution - Passed - Pre-commit hooks ran ## AI Usage 1. Opus 4.6 2. Minimal AI used 3. Yes all code can be explained -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
