gpd-betagroups
120
总安装量
119
周安装量
#3639
全站排名
安装命令
npx skills add https://github.com/rudrankriyam/app-store-connect-cli-skills --skill gpd-betagroups
Agent 安装分布
codex
117
cursor
114
gemini-cli
113
opencode
113
kimi-cli
112
amp
112
Skill 文档
GPD Beta Groups
Use this skill when managing beta testers, groups, and build distribution on Google Play.
List and manage testers
gpd publish testers list --package com.example.app --track internal
gpd publish testers list --package com.example.app --track beta
gpd publish testers add --package com.example.app --track internal --group testers@example.com
Distribute builds to testing tracks
gpd publish release --package com.example.app --track internal --status completed
gpd publish release --package com.example.app --track beta --status completed
Promote between testing tracks
gpd publish promote --package com.example.app --from-track internal --to-track beta
gpd publish promote --package com.example.app --from-track beta --to-track production
Notes
- Use
--track internalfor fast internal distribution. - Prefer IDs for deterministic operations; use the ID resolver skill when needed.