asc-wall-submit

asc-wall-submit

熱門

使用 `asc apps wall submit` 在 App-Store-Connect-CLI 儲存庫中提交或更新 Wall of Apps(應用程式牆)項目。當使用者提到「submit to wall of apps」、「add my app to the wall」或「wall-of-apps」時使用。

950星標
50分支
更新於 2026/8/5
SKILL.md
唯讀
名稱
asc-wall-submit
描述

使用 `asc apps wall submit` 在 App-Store-Connect-CLI 儲存庫中提交或更新 Wall of Apps(應用程式牆)項目。當使用者提到「submit to wall of apps」、「add my app to the wall」或「wall-of-apps」時使用。

asc wall submit

使用此 Skill 透過內建 CLI 流程新增或更新 Wall of Apps 項目。

使用時機

  • 使用者想要將 App 提交至 Wall of Apps
  • 使用者想要更新現有的 Wall of Apps 項目
  • 使用者詢問確切的 Wall 提交流程

必要輸入

請選擇以下其中一種輸入方式:

  • 標準 App Store 流程:app ID
  • 手動/預覽版(pre-release)流程:linkname

提交工作流程

  1. 請在 App-Store-Connect-CLI 儲存庫根目錄執行命令。
  2. 先進行預覽:
    • asc apps wall submit --app "1234567890" --dry-run
    • asc apps wall submit --link "https://testflight.apple.com/join/ABCDEFG" --name "My Beta App" --dry-run
  3. 確認後套用:
    • asc apps wall submit --app "1234567890" --confirm
    • asc apps wall submit --link "https://testflight.apple.com/join/ABCDEFG" --name "My Beta App" --confirm
  4. 檢視產生的 PR 計劃以及 docs/wall-of-apps.json 最終的變更內容。

安全限制与注意事項

  • 切勿修改 docs/wall-of-apps.json 中無關的項目。
  • 若因輸入資料無效導致提交失敗,請修正輸入後重新執行 CLI 命令。
  • 除非專案維護者另行定義基於 Issue 的接收流程,否則請維持以 PR 為主的提交方式。

範例

新增 App:

asc apps wall submit --app "1234567890" --confirm

提交非 App Store / TestFlight 的項目:

asc apps wall submit --link "https://testflight.apple.com/join/ABCDEFG" --name "My Beta App" --confirm