gpc games
Manage Play Games Services — leaderboards, achievements, and events. Uses the Google Play Games API v1.
OAuth Required
Play Games Services requires the games OAuth scope. Ensure your service account or OAuth credentials have this scope enabled.
Synopsis
gpc games [--app <package>] <subcommand>Subcommands
games leaderboards
List all leaderboards for the app.
gpc games leaderboards
gpc games leaderboards --output json2
games achievements
List all achievements for the app.
gpc games achievementsgames events
List all events for the app.
gpc games eventsOutput
All subcommands support the standard --output formats: table, json, yaml, markdown, csv, tsv.
Roadmap
The current commands wrap the runtime games v1 API (player-facing leaderboards, achievements, events). For CI/CD and publisher workflows, the more useful surface is gamesconfiguration v1configuration: CRUD on achievement and leaderboard definitions from a terminal or pipeline.
Planned shape:
| Current | Planned (publisher config) |
|---|---|
gpc games leaderboards (list-only, runtime) | gpc games leaderboards {list,get,create,update,delete} |
gpc games achievements (list-only, runtime) | gpc games achievements {list,get,create,update,delete} |
gpc games events (runtime) | (removed, no publisher equivalent) |
See Planned coverage for context.
