with one click
gpd-build-lifecycle
// Track build processing, status, and retention for Google Play using gpd publish commands. Use when waiting on processing or managing releases.
// Track build processing, status, and retention for Google Play using gpd publish commands. Use when waiting on processing or managing releases.
| name | gpd-build-lifecycle |
| description | Track build processing, status, and retention for Google Play using gpd publish commands. Use when waiting on processing or managing releases. |
Use this skill to manage build state, processing, and retention.
gpd publish upload app.aab --package com.example.app
gpd publish status --package com.example.app --track internal
gpd publish status --package com.example.app --track production
gpd publish tracks --package com.example.app
Use for fast distribution of a build without a full track release.
gpd publish internal-share upload app.aab --package com.example.app
gpd publish halt --package com.example.app --track production --confirm
gpd publish rollback --package com.example.app --track production --confirm
gpd publish release for end-to-end flow instead of manual steps.Orchestrate Google Play beta testing groups and distribution using gpd. Use when managing testers, internal testing, or beta rollouts.
Manage Google Play Developer Console using the gpd CLI. Use when working with Android app publishing, Play Store releases, app reviews, Android vitals, in-app purchases, subscriptions, or when the user mentions Google Play, Play Store, Android publishing, or gpd.
Guidance for using the Google Play Developer CLI (flags, output formats, auth, pagination). Use when asked to run or design gpd commands for Play Console workflows.
Resolve Google Play identifiers (package, tracks, version codes, products, subscriptions) using gpd. Use when commands require IDs or exact values.
Sync and validate Google Play metadata, listings, and assets with gpd, including Fastlane-style workflows. Use when updating store listings or translations.
Set region-specific pricing for Google Play subscriptions and products using gpd monetization commands. Use when adjusting prices by territory or PPP strategy.