Track build processing, status, and retention for Google Play using gpd publish commands. Use when waiting on processing or managing releases.
Install
npx skillscat add rudrankriyam/app-store-connect-cli-skills/gpd-build-lifecycle Install via the SkillsCat registry.
About this skill
This skill provides commands to track build processing, status, and retention for Google Play using gpd publish. It helps manage release states across tracks like internal and production, and supports cleanup operations like halting or rolling back releases. Use it when waiting on build processing or managing Google Play release lifecycles.
SKILL.md
GPD Build Lifecycle
Use this skill to manage build state, processing, and retention.
Upload and validate
gpd publish upload app.aab --package com.example.appInspect release status
gpd publish status --package com.example.app --track internal
gpd publish status --package com.example.app --track productionRecent tracks and releases
gpd publish tracks --package com.example.appInternal app sharing
Use for fast distribution of a build without a full track release.
gpd publish internal-share upload app.aab --package com.example.appCleanup and rollback
gpd publish halt --package com.example.app --track production --confirm
gpd publish rollback --package com.example.app --track production --confirmNotes
- Prefer
gpd publish releasefor end-to-end flow instead of manual steps. - Use a new version code for each uploaded build.