mirror of
https://github.com/rudrankriyam/App-Store-Connect-CLI.git
synced 2026-04-25 15:45:48 +03:00
[PR #419] [CLOSED] feat(auth): add offline auth doctor diagnostics #513
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#513
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/419
Author: @mitre88
Created: 2/3/2026
Status: ❌ Closed
Base:
main← Head:feat/auth-doctor📝 Commits (1)
265182bfeat(auth): add offline 'auth doctor' diagnostics📊 Changes
5 files changed (+358 additions, -0 deletions)
View changed files
📝
README.md(+5 -0)📝
cmd/auth.go(+1 -0)➕
cmd/auth_doctor.go(+95 -0)➕
internal/doctor/doctor.go(+153 -0)➕
internal/doctor/doctor_test.go(+104 -0)📄 Description
Adds (offline) to validate config/profile credentials and private key path. Includes JSON output for CI and unit tests.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.