gpd-build-lifecycle

Track build processing, status, and retention for Google Play using gpd publish commands. Use when waiting on processing or managing releases.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "gpd-build-lifecycle" with this command: npx skills add dl-alexandre/skills/dl-alexandre-skills-gpd-build-lifecycle

GPD Build Lifecycle

Use this skill to manage build state, processing, and retention.

Upload and validate

gpd publish upload app.aab --package com.example.app

Inspect release status

gpd publish status --package com.example.app --track internal
gpd publish status --package com.example.app --track production

Recent tracks and releases

gpd publish tracks --package com.example.app

Internal app sharing

Use for fast distribution of a build without a full track release.

gpd publish internal-share upload app.aab --package com.example.app

Cleanup and rollback

gpd publish halt --package com.example.app --track production --confirm
gpd publish rollback --package com.example.app --track production --confirm

Notes

  • Prefer gpd publish release for end-to-end flow instead of manual steps.
  • Use a new version code for each uploaded build.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

gpd-betagroups

No summary provided by upstream source.

Repository SourceNeeds Review
General

gpd-id-resolver

No summary provided by upstream source.

Repository SourceNeeds Review
General

gpd-release-flow

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

gpd-cli

No summary provided by upstream source.

Repository SourceNeeds Review