mirror of
https://github.com/rudrankriyam/App-Store-Connect-CLI.git
synced 2026-04-25 15:45:48 +03:00
[PR #662] [MERGED] feat: add full app release status dashboard #690
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#690
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/662
Author: @rudrankriyam
Created: 2/20/2026
Status: ✅ Merged
Merged: 2/20/2026
Merged by: @rudrankriyam
Base:
main← Head:feat/status-dashboard-full-585📝 Commits (6)
19e27ebfeat: add full app release status dashboard1e6577cfix: harden status dashboard and improve triage outputaf3ee5fFix ambiguous build beta detail fallback mapping678a575Merge pull request #664 from rudrankriyam/cursor/positional-fallback-order-603d4e03255Fix status date selection to parse RFC3339 timestamps6e2cd0eMerge pull request #666 from rudrankriyam/cursor/version-date-comparison-logic-448f📊 Changes
5 files changed (+1631 additions, -0 deletions)
View changed files
➕
internal/cli/cmdtest/status_test.go(+466 -0)📝
internal/cli/docs/templates/ASC.md(+1 -0)📝
internal/cli/registry/registry.go(+2 -0)➕
internal/cli/status/status.go(+903 -0)➕
internal/cli/status/status_test.go(+259 -0)📄 Description
Summary
asc statusdashboard command that aggregates app, builds, TestFlight, App Store, submission, review, phased release, and links into one deterministic payload--includesection filtering (builds,testflight,appstore,submission,review,phased-release,links) with usage validation, plus table/markdown renderers for human-readable dashboardsstatusin the root registry and update the embedded command reference (ASC.md) command group list--app, full JSON shape, include filtering, invalid include validation, and table output; add status unit tests for include parsing + deterministic tie-break helpersCloses #585.
Test plan
go test ./internal/cli/statusgo test ./internal/cli/cmdtest -run Statusgo test ./internal/cli/docs ./internal/cli/registry ./cmdmake formatmake lintASC_BYPASS_KEYCHAIN=1 make testgo run . status --help🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.