gpd-build-lifecycle
Original:🇺🇸 English
Not Translated
Track build processing, status, and retention for Google Play using gpd publish commands. Use when waiting on processing or managing releases.
1installs
Added on
NPX Install
npx skill4agent add rudrankriyam/gpd-cli-skills gpd-build-lifecycleSKILL.md Content
GPD Build Lifecycle
Use this skill to manage build state, processing, and retention.
Upload and validate
bash
gpd publish upload app.aab --package com.example.appInspect release status
bash
gpd publish status --package com.example.app --track internal
gpd publish status --package com.example.app --track productionRecent tracks and releases
bash
gpd publish tracks --package com.example.appInternal app sharing
Use for fast distribution of a build without a full track release.
bash
gpd publish internal-share upload app.aab --package com.example.appCleanup and rollback
bash
gpd publish halt --package com.example.app --track production --confirm
gpd publish rollback --package com.example.app --track production --confirmNotes
- Prefer for end-to-end flow instead of manual steps.
gpd publish release - Use a new version code for each uploaded build.