mirror of
https://github.com/rudrankriyam/App-Store-Connect-CLI.git
synced 2026-04-25 15:45:48 +03:00
[PR #276] [MERGED] Auth: add validate command #400
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#400
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/276
Author: @rudrankriyam
Created: 1/28/2026
Status: ✅ Merged
Merged: 1/28/2026
Merged by: @rudrankriyam
Base:
main← Head:feat/auth-validate📝 Commits (10+)
abd3618feat: add auth validate command3668012feat: improve auth diagnostics and storage clarity3341705feat: validate creds via auth status7d521d3chore: tweak auth status validation wording2d6e333Merge branch 'main' into feat/auth-validate73c613aFix strict auth env parsing65e514achore: include profile name in validation output493154eMerge pull request #277 from rudrankriyam/cursor/strict-auth-value-handling-101887e5873chore: treat forbidden as limited validationc407be9Merge branch 'feat/auth-validate' of https://github.com/rudrankriyam/App-Store-Connect-CLI into feat/auth-validate📊 Changes
13 files changed (+1541 additions, -55 deletions)
View changed files
📝
Agents.md(+1 -0)📝
cmd/auth.go(+308 -5)📝
cmd/commands_test.go(+359 -0)➕
cmd/errors.go(+32 -0)📝
cmd/root.go(+1 -0)📝
cmd/shared.go(+124 -21)📝
cmd/shared_test.go(+81 -8)📝
docs/GO_STANDARDS.md(+2 -0)📝
internal/asc/client_http.go(+9 -3)➕
internal/auth/doctor.go(+453 -0)➕
internal/auth/doctor_test.go(+109 -0)📝
internal/auth/keychain.go(+57 -17)📝
main.go(+5 -1)📄 Description
Summary
Test plan
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.