← 返回
开发者工具 Key 中文

ASC Release Flow

End-to-end release workflows for TestFlight and App Store using asc publish, builds, versions, and submit commands. Use when asked to upload a build, distribute to TestFlight, or submit to App Store.
使用 asc publish、builds、versions 和 submit 命令,实现 TestFlight 和 App Store 的端到端发布工作流。在上传构建版本、分发至 TestFlight 或提交至 App Store 时使用。
rudrankriyam rudrankriyam 来源
开发者工具 clawhub v1.0.0 1 版本 99956.6 Key: 需要
★ 1
Stars
📥 2,285
下载
💾 41
安装
1
版本
#latest

概述

Release flow (TestFlight and App Store)

Use this skill when you need to get a new build into TestFlight or submit to the App Store.

Preconditions

  • Ensure credentials are set (asc auth login or ASC_* env vars).
  • Use a new build number for each upload.
  • Prefer ASC_APP_ID or pass --app explicitly.

Preferred end-to-end commands

  • TestFlight:
  • asc publish testflight --app --ipa --group [,]
  • Optional: --wait, --notify, --platform, --poll-interval, --timeout
  • App Store:
  • asc publish appstore --app --ipa --version
  • Optional: --wait, --submit --confirm, --platform, --poll-interval, --timeout

Manual sequence (when you need more control)

  1. Upload the build:
    • asc builds upload --app --ipa
  2. Find the build ID if needed:
    • asc builds latest --app [--version ] [--platform ]
  3. TestFlight distribution:
    • asc builds add-groups --build --group [,]
  4. App Store attach + submit:
    • asc versions attach-build --version-id --build
    • asc submit create --app --version --build --confirm
  5. Check or cancel submission:
    • asc submit status --id or --version-id
    • asc submit cancel --id --confirm

Notes

  • Always use --help to verify flags for the exact command.
  • Use --output table / --output markdown for human-readable output; default is JSON.

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-28 15:46 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

dev-programming

CodeConductor.ai

larsonreever
AI驱动平台,提供快速全栈开发、智能体、工作流自动化及低代码AI集成的可扩展产品创建。
★ 72 📥 181,419
dev-programming

YouTube

byungkyu
使用托管OAuth集成YouTube Data API,支持搜索视频、管理播放列表、获取频道数据及评论互动,适用于用户需要时使用此技能。
★ 142 📥 41,390
dev-programming

Github

steipete
使用 `gh` CLI 与 GitHub 交互,通过 `gh issue`、`gh pr`、`gh run` 和 `gh api` 管理议题、PR、CI 运行及高级查询。
★ 677 📥 325,728