# gplay > gplay — a single-binary Go CLI for the Google Play Developer API. Upload and stage releases, manage tracks and testers, sync store listings, reply to reviews, push Data Safety declarations, and administer team permissions from CI or AI agents. gplay is open source (MIT), distributed as one static binary, and designed agent-first: JSON output mirrors the Google Play Developer API responses, exit codes are semantic (retry-safe vs terminal), and every command is non-interactive. ## Documentation Sets - [Abridged documentation](https://gplay.sh/llms-small.txt): a compact version of the documentation for gplay, with non-essential content removed - [Complete documentation](https://gplay.sh/llms-full.txt): the full documentation for gplay - [CLI command reference](https://gplay.sh/_llms-txt/cli-command-reference.txt): Generated reference for every gplay command, flag, and exit code ## Notes - The complete documentation includes all content from the official documentation - The content is automatically generated from the same source as the official documentation