Tangweiwei227/dsh-asc0

dsh-asc

App Store Connect CLI (asc) tool for DeepSeek Harness — structured invocation of the asc binary with JSON output.

AI Analysis

核心用途是让 AI 智能体能够通过自然语言管理苹果开发者账号,如列出 App、上传 TestFlight 构建、拉取元数据等。适合 iOS 开发者和发布运维人员。具体用途尚不清楚,建议阅读仓库说明。

Package
dsh-asc
Version
0.1.0
License
MIT
Last updated
Aug 29, 2026

Install

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Tangweiwei227/dsh-asc

Usage

Just ask your agent in natural language — it will call the asc tool:

  • "List the apps on my account"
  • "Upload this build to TestFlight"
  • "Pull localized metadata for this app"
  • "Check my current asc auth status"

Under the hood the agent calls:

asc: ["apps", "list"]
asc: ["builds", "upload", "--app", "123", "--ipa", "build.ipa"]
asc: ["metadata", "pull", "--app", "123"]
asc: ["auth", "status"]