Skip to content

Show config file path after login#62

Merged
dylanjha merged 2 commits intomainfrom
ryan-add-secret-auth-info
Apr 2, 2026
Merged

Show config file path after login#62
dylanjha merged 2 commits intomainfrom
ryan-add-secret-auth-info

Conversation

@udryan10
Copy link
Copy Markdown
Contributor

@udryan10 udryan10 commented Apr 2, 2026

Summary

  • After mux login, the success message now includes the full path to the config file (e.g. ~/.config/mux/config.json) so users know exactly where their credentials were saved.
  • The path is resolved at runtime via getConfigPath(), so it respects XDG_CONFIG_HOME and works correctly across platforms.

Before

✅ Credentials saved for environment: default

After

✅ Credentials saved to /Users/rgrothouse/.config/mux/config.json for environment: default
CleanShot 2026-04-02 at 11 18 05

Test plan

  • Run mux login with default config and verify the path is shown
  • Run mux login with XDG_CONFIG_HOME set and verify the custom path is shown
  • Run mux login --name staging and verify the environment name is correct

🤖 Generated with Claude Code

udryan10 and others added 2 commits April 2, 2026 11:16
After `mux login`, the success message now includes the full path to
the config file so users know exactly where their credentials are stored.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@dylanjha dylanjha merged commit a0d1d13 into main Apr 2, 2026
7 checks passed
@dylanjha dylanjha deleted the ryan-add-secret-auth-info branch April 2, 2026 16:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants