mirror of
https://github.com/rudrankriyam/App-Store-Connect-CLI.git
synced 2026-04-25 07:35:48 +03:00
[PR #393] [MERGED] Go PRs standards audit #496
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#496
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/393
Author: @rudrankriyam
Created: 2/1/2026
Status: ✅ Merged
Merged: 2/1/2026
Merged by: @rudrankriyam
Base:
main← Head:cursor/go-prs-standards-audit-3e96📝 Commits (10+)
23a46eeAdd content rights declaration support to apps update command6917cc8Add review submissions-cancel command to cancel draft submissions398ad34Show usesNonExemptEncryption in builds list output43b5c7fAdd app-infos list command to show app info IDs5b21e7dAdd --pkg flag to builds upload for macOS apps4a16a34Add app-infos and review cancel validationsbdbdbe8Merge PR 388: content rights declarationa206a37Merge PR 389: review submissions canceld70fd30Merge PR 390: build encryption statuse1659b3Merge PR 391: app-infos list📊 Changes
11 files changed (+436 additions, -44 deletions)
View changed files
📝
internal/asc/client_apps.go(+17 -7)📝
internal/asc/client_builds.go(+1 -1)📝
internal/asc/client_types.go(+1 -0)📝
internal/asc/output_builds.go(+20 -5)➕
internal/cli/apps/app_infos.go(+88 -0)📝
internal/cli/apps/apps.go(+19 -6)📝
internal/cli/builds/builds_commands.go(+83 -23)📝
internal/cli/cmdtest/commands_test.go(+158 -2)📝
internal/cli/registry/registry.go(+1 -0)📝
internal/cli/reviews/review.go(+1 -0)📝
internal/cli/reviews/review_submissions.go(+47 -0)📄 Description
Add missing CLI validation and tests for
app-infos list,apps update --content-rights, andreview submissions-cancelcommands to comply with Go standards and API notes.These changes were identified during an audit of several open PRs (391, 388, 389) against
docs/GO_STANDARDS.mdanddocs/API_NOTES.md, primarily focusing on ensuring comprehensive CLI validation and test coverage.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.