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
fix(cli): ensure --profile option displays correct profile name
The CLI was displaying "default" or the first profile instead of the actual
profile being used when the --profile option was specified. This fix ensures
consistent profile resolution and display throughout the whoami command.
- Added profileToUse variable that correctly resolves the profile name
- Use readAuthConfigCurrentProfileName() for default profile resolution
- Ensure all messages display the same profile name consistently
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>
0 commit comments