mirror of
https://github.com/rudrankriyam/App-Store-Connect-CLI.git
synced 2026-04-25 15:45:48 +03:00
[PR #178] [MERGED] feat: add auth profile switching #340
Labels
No labels
bug
bug
documentation
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/App-Store-Connect-CLI#340
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/rudrankriyam/App-Store-Connect-CLI/pull/178
Author: @rudrankriyam
Created: 1/26/2026
Status: ✅ Merged
Merged: 1/26/2026
Merged by: @rudrankriyam
Base:
main← Head:feat/auth-profiles📝 Commits (10+)
6cf7101feat: add auth profiles and switching19f5b69test: add auth profile testsf7e8cb4Fix auth name trimming checks7eefa2eMerge pull request #179 from rudrankriyam/cursor/credential-name-whitespace-c4fae15f7e4fix: honor config credentials with bypass165ea45Fix credential profile and list errors94dccfbMerge pull request #180 from rudrankriyam/cursor/credential-resolution-errors-e3fe477ddabfix: tighten auth logout handlingdfb2ab8test: add logout edge case coverage7313ed6test: cover auth profile edge cases📊 Changes
10 files changed (+1212 additions, -100 deletions)
View changed files
📝
README.md(+13 -0)📝
cmd/auth.go(+74 -3)📝
cmd/commands_test.go(+80 -0)📝
cmd/root.go(+1 -0)📝
cmd/shared.go(+24 -7)➕
cmd/shared_test.go(+78 -0)📝
internal/auth/integration_test.go(+60 -0)📝
internal/auth/keychain.go(+380 -86)📝
internal/auth/keychain_test.go(+489 -0)📝
internal/config/config.go(+13 -4)📄 Description
Summary
--profile/ASC_PROFILEand config multi-credentialsasc auth switchand named logout handlingTest plan
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.