mirror of
https://github.com/rudrankriyam/App-Store-Connect-CLI.git
synced 2026-04-25 15:45:48 +03:00
[GH-ISSUE #402] Parity: Game Center enabled versions endpoints #116
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#116
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 (Feb 2, 2026).
Original GitHub issue: https://github.com/rudrankriyam/App-Store-Connect-CLI/issues/402
Overview
Expose Game Center enabled versions endpoints in the CLI.
Scope (OpenAPI resources)
/v1/apps/{id}/gameCenterEnabledVersions/v1/gameCenterEnabledVersions/{id}/compatibleVersionsProposed CLI
asc game-center enabled-versions list --app \"APP_ID\"asc game-center enabled-versions compatible-versions --id \"ENABLED_VERSION_ID\"Examples:
asc game-center enabled-versions list --app \"APP_ID\"asc game-center enabled-versions compatible-versions --id \"ENABLED_VERSION_ID\"Flag patterns
Common:
--app,--id,--output,--pretty,--limit,--next,--paginateOutput
--prettyfor JSON--output table/markdownfor list commandsDetailed TODO
internal/ascfor enabled versions list + compatible versionsenabled-versionscommand group underinternal/cli/gamecenterAcceptance criteria
Tests
Implementation notes
References
docs/openapi/paths.txtdocs/openapi/latest.json@cursor
@rudrankriyam commented on GitHub (Feb 2, 2026):
@cursor implement this
@cursor[bot] commented on GitHub (Feb 2, 2026):
game-center enabled-versionscommand group withlistandcompatible-versionssubcommands, including pagination/output validation logic and help examples, and wired it into the main Game Center command group.Tests I ran:
make testgo run . game-center enabled-versions --help(shown in the video)Walkthrough artifact:
game_center_enabled_versions_help/recording_demo.mp4@rudrankriyam commented on GitHub (Feb 2, 2026):
Completed in PR #408 (merged).
Added:
asc game-center enabled-versions list --app "APP_ID"asc game-center enabled-versions compatible-versions --id "ENABLED_VERSION_ID"