mirror of
https://github.com/rudrankriyam/App-Store-Connect-CLI.git
synced 2026-04-25 15:45:48 +03:00
[GH-ISSUE #369] Parity: Game Center app versions and details (v1) #111
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#111
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?
Originally created by @rudrankriyam on GitHub (Jan 31, 2026).
Original GitHub issue: https://github.com/rudrankriyam/App-Store-Connect-CLI/issues/369
Overview
Add missing Game Center app version and details endpoints for parity.
Scope (OpenAPI resources)
/v1/apps/{id}/gameCenterEnabledVersions/v1/appStoreVersions/{id}/gameCenterAppVersion/v1/gameCenterAppVersions/v1/gameCenterAppVersions/{id}/v1/gameCenterAppVersions/{id}/appStoreVersion/v1/gameCenterAppVersions/{id}/compatibilityVersions/v1/gameCenterDetails/v1/gameCenterDetails/{id}/v1/gameCenterDetails/{id}/gameCenterAppVersions/v1/gameCenterDetails/{id}/gameCenterGroup/v1/gameCenterEnabledVersions/{id}/compatibleVersions/v1/gameCenterGroups/{id}/gameCenterDetailsProposed CLI
asc game-center app-versions ...asc game-center details ...Examples:
asc game-center app-versions list --app "APP_ID"asc game-center app-versions get --id "GC_APP_VERSION_ID"asc game-center details list --app "APP_ID"asc game-center details app-versions list --id "DETAILS_ID"Flag patterns
Common:
--app,--id,--output,--pretty,--limit,--next,--paginateOutput
--prettyfor JSON--output table/markdownfor list commandsDetailed TODO
Acceptance criteria
Tests
Implementation notes
internal/asc/client_game_center.gointernal/cli/gamecenterReferences
docs/openapi/latest.jsondocs/openapi/paths.txt@rudrankriyam commented on GitHub (Jan 31, 2026):
@cursor please implement
@cursor[bot] commented on GitHub (Jan 31, 2026):
I added full ASC client coverage for Game Center app versions/details/enabled versions (including compatibility and related app store/group relationships), wired new
asc game-center app-versionsandasc game-center detailsCLI groups plus group‑details listing, and added table/markdown output + cmdtests/client/output tests.Tests:
make test(pass). Video walkthrough of the test run:/opt/cursor/artifacts/game_center_make_test_run/recording_demo.mp4.@rudrankriyam commented on GitHub (Jan 31, 2026):
Closed by #374 with details pagination follow-up in #377.