Multiple Account Support
With the v2.40.0
release, multi-account support is introduced to gh
for GitHub.com and GitHub Enterprise and it is only the beginning!
Thanks to @gabe565 for his efforts to support multi-account capabilities with gh-profile
extension for this long requested feature! ❤️
This release focuses on several specific use cases:
- adding multiple accounts for GitHub.com and GitHub Enterprise with
gh auth login
- switching manually between accounts for
gh
andgit
use withgh auth switch
- seeing multiple accounts with
gh auth status
- logging out of accounts with
gh auth logout
Future enhancements such as automatic account switching based on context and more git automatic git configuration will be planned based on community feedback.
For much more detail about the specific of multiple account support in this release as well as a discussion of the sharp edges, please see this doc.
Please provide feedback in our release discussion.
What's changed
- Better codespaces error handling when the display name flag exceeds 48 characters by @mateusmarquezini in #8361
- Better error handling in
auth status
when there are connection issues by @tal66 in #8337 - Filtering
run list
results by commit sha by @nelsonchen304 in #8350 - More informative
pr merge
output when running interactively by @ffalor in #8381 - Unification of doc mark-ups by @muzimuzhi in #8342
- Addition of progress indicator when installing an extension by @steiza in #8411
- Support for multiple accounts on a single host by @williammartin in #8425
Other technical changes
- Enhance discussion triage workflow by @andyfeller in #8394
- Simplify triage workflow given GitHub Actions limitations on OSS pull requests by @andyfeller in #8412
- andyfeller/triage the final enhancements by @andyfeller in #8420
- Simplify git AddRemote to remove unused arg by @samcoe in #8392
New Contributors
- @mateusmarquezini made their first contribution in #8361
- @tal66 made their first contribution in #8337
- @nelsonchen304 made their first contribution in #8350
- @steiza made their first contribution in #8411
Full Changelog: v2.39.2...v2.40.0
This discussion was created from the release GitHub CLI 2.40.0.