[PR #419] [CLOSED] feat(auth): add offline auth doctor diagnostics #513

Closed
opened 2026-02-26 22:31:18 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/rudrankriyam/App-Store-Connect-CLI/pull/419
Author: @mitre88
Created: 2/3/2026
Status: Closed

Base: mainHead: feat/auth-doctor


📝 Commits (1)

  • 265182b feat(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.

## 📋 Pull Request Information **Original PR:** https://github.com/rudrankriyam/App-Store-Connect-CLI/pull/419 **Author:** [@mitre88](https://github.com/mitre88) **Created:** 2/3/2026 **Status:** ❌ Closed **Base:** `main` ← **Head:** `feat/auth-doctor` --- ### 📝 Commits (1) - [`265182b`](https://github.com/rudrankriyam/App-Store-Connect-CLI/commit/265182bb07f3902325a1ee7ccc4b3bce8ba1430d) feat(auth): add offline 'auth doctor' diagnostics ### 📊 Changes **5 files changed** (+358 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description Adds (offline) to validate config/profile credentials and private key path. Includes JSON output for CI and unit tests. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 22:31:18 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/App-Store-Connect-CLI#513
No description provided.