mirror of
https://github.com/rudrankriyam/App-Store-Connect-CLI.git
synced 2026-04-25 07:35:48 +03:00
[PR #174] [MERGED] feat: add age rating declaration CLI #336
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#336
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/174
Author: @rudrankriyam
Created: 1/25/2026
Status: ✅ Merged
Merged: 1/26/2026
Merged by: @rudrankriyam
Base:
main← Head:issue-168-age-rating📝 Commits (7)
8de4ae2feat: add age rating declaration commandsf40e102test: bypass keychain in auth validationff14338Merge remote-tracking branch 'origin/main' into issue-168-age-ratingb236f94test: bypass keychain in auth status9d166e5Merge branch 'main' into issue-168-age-rating685837efix: reject unsupported age-rating flag04def13fix: prefer env auth when bypassing keychain📊 Changes
15 files changed (+1028 additions, -21 deletions)
View changed files
📝
README.md(+3 -1)➕
cmd/age_rating.go(+377 -0)📝
cmd/auth.go(+25 -8)📝
cmd/commands_test.go(+184 -0)📝
cmd/root.go(+1 -0)📝
cmd/shared.go(+62 -11)📝
cmd/shared_test.go(+41 -0)➕
internal/asc/age_rating.go(+102 -0)📝
internal/asc/client_http_test.go(+72 -0)📝
internal/asc/client_types.go(+1 -0)➕
internal/asc/output_age_rating.go(+86 -0)📝
internal/asc/output_core.go(+4 -0)📝
internal/asc/output_test.go(+61 -0)📝
internal/auth/integration_test.go(+4 -1)📝
internal/auth/keychain.go(+5 -0)📄 Description
Summary
age-ratingget/set commands with explicit validationTesting
Fixes #168
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.