gpd-release-flow by rudrankriyam/app-store-connect-cli-skills
npx skills add https://github.com/rudrankriyam/app-store-connect-cli-skills --skill gpd-release-flow当你需要上传构建版本、发布到特定轨道或管理分阶段发布时,请使用此技能。
GPD_SERVICE_ACCOUNT_KEY)。--package 参数。gpd publish upload app.aab --package com.example.app
gpd publish release --package com.example.app --track internal --status completed
gpd publish promote --package com.example.app --from-track beta --to-track production
当你需要精确控制或在一个提交中进行多项更改时使用。
# 1. 创建编辑
EDIT_ID=$(gpd publish edit create --package com.example.app | jq -r '.data.editId')
# 2. 上传构建版本(不自动提交)
gpd publish upload app.aab --package com.example.app --edit-id $EDIT_ID --no-auto-commit
# 3. 配置发布
gpd publish release --package com.example.app --track internal --status draft --edit-id $EDIT_ID
# 4. 验证并提交
gpd publish edit validate $EDIT_ID --package com.example.app
gpd publish edit commit $EDIT_ID --package com.example.app
广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
gpd publish release --package com.example.app --track production --status inProgress --version-code 123
gpd publish rollout --package com.example.app --track production --percentage 5
gpd publish rollout --package com.example.app --track production --percentage 50
gpd publish rollout --package com.example.app --track production --percentage 100
gpd publish halt --package com.example.app --track production --confirm
gpd publish rollback --package com.example.app --track production --confirm
gpd publish status --package com.example.app --track production
gpd publish tracks --package com.example.app
--status draft。gpd publish status 的输出后,才使用 --confirm。每周安装量
217
代码仓库
GitHub 星标数
603
首次出现
2026年2月23日
安全审计
安装于
codex216
gemini-cli212
cursor212
opencode212
kimi-cli211
github-copilot211
Use this skill when you need to upload a build, publish to a track, or manage rollout.
GPD_SERVICE_ACCOUNT_KEY).--package explicitly.gpd publish upload app.aab --package com.example.app
gpd publish release --package com.example.app --track internal --status completed
gpd publish promote --package com.example.app --from-track beta --to-track production
Use when you need precise control or multiple changes in one commit.
# 1. Create edit
EDIT_ID=$(gpd publish edit create --package com.example.app | jq -r '.data.editId')
# 2. Upload build without auto-commit
gpd publish upload app.aab --package com.example.app --edit-id $EDIT_ID --no-auto-commit
# 3. Configure release
gpd publish release --package com.example.app --track internal --status draft --edit-id $EDIT_ID
# 4. Validate and commit
gpd publish edit validate $EDIT_ID --package com.example.app
gpd publish edit commit $EDIT_ID --package com.example.app
gpd publish release --package com.example.app --track production --status inProgress --version-code 123
gpd publish rollout --package com.example.app --track production --percentage 5
gpd publish rollout --package com.example.app --track production --percentage 50
gpd publish rollout --package com.example.app --track production --percentage 100
gpd publish halt --package com.example.app --track production --confirm
gpd publish rollback --package com.example.app --track production --confirm
gpd publish status --package com.example.app --track production
gpd publish tracks --package com.example.app
--status draft first for risky releases.--confirm only after reviewing gpd publish status output.Weekly Installs
217
Repository
GitHub Stars
603
First Seen
Feb 23, 2026
Security Audits
Gen Agent Trust HubPassSocketPassSnykPass
Installed on
codex216
gemini-cli212
cursor212
opencode212
kimi-cli211
github-copilot211
Azure 升级评估与自动化工具 - 轻松迁移 Functions 计划、托管层级和 SKU
73,200 周安装