mirror of
https://github.com/rudrankriyam/App-Store-Connect-CLI.git
synced 2026-04-25 15:45:48 +03:00
[PR #179] [MERGED] Credential name whitespace #341
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#341
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/179
Author: @cursor[bot]
Created: 1/26/2026
Status: ✅ Merged
Merged: 1/26/2026
Merged by: @rudrankriyam
Base:
feat/auth-profiles← Head:cursor/credential-name-whitespace-c4fa📝 Commits (1)
f7e8cb4Fix auth name trimming checks📊 Changes
1 file changed (+13 additions, -8 deletions)
View changed files
📝
cmd/auth.go(+13 -8)📄 Description
Fixes inconsistent whitespace handling in
auth switchandauth logoutcommands to ensure correct profile matching and prevent unintended credential deletion.The
auth switchcommand now trims stored credential names before comparison, aligning with user input trimming. Theauth logoutcommand now consistently trims the provided name and explicitly errors on whitespace-only names, preventing a fallback toRemoveAllCredentials().🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.