forked from tddworks/asc-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapps.json
More file actions
44 lines (44 loc) · 2.39 KB
/
apps.json
File metadata and controls
44 lines (44 loc) · 2.39 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"$schema": "https://wvw.dev/apps.schema.json",
"store": {
"name": "TDD Works",
"developer": "tddworks",
"tagline": "Ship apps from your terminal.",
"github": "https://github.com/tddworks"
},
"categories": [
{ "id": "cli", "name": "CLI Apps" },
{ "id": "developer-tools", "name": "Developer Tools" }
],
"apps": [
{
"id": "asc-cli",
"name": "asc",
"subtitle": "App Store Connect from your terminal & AI agents",
"description": "A Swift CLI for managing iOS and macOS apps on App Store Connect — builds, releases, TestFlight, subscriptions, screenshots, and more. Full AI-agent support via CAEOAS affordances.",
"longDescription": "asc is a command-line tool that brings the full power of App Store Connect to your terminal. Automate builds, releases, TestFlight distribution, subscriptions, in-app purchases, screenshots, app previews, code signing, and customer reviews — all from a single CLI. Every command outputs structured JSON with CAEOAS affordances, so AI agents can navigate the entire release workflow without knowing the command tree. Works in CI pipelines (GitHub Actions) and supports multi-account authentication.",
"icon": "https://raw.githubusercontent.com/tddworks/asc-cli/main/homepage/static/icon-512.png",
"iconStyle": { "scale": 1.3, "objectFit": "cover", "borderRadius": "22%" },
"category": ["cli", "developer-tools"],
"platform": "macOS",
"price": "Free",
"github": "https://github.com/tddworks/asc-cli",
"homepage": "https://asccli.app",
"language": "Swift",
"brew": "brew install tddworks/tap/asccli",
"requirements": "macOS 15 Sequoia or later",
"features": [
"List apps, create versions, link builds, submit for App Store review",
"Archive Xcode projects, export IPA/PKG, upload to App Store Connect",
"Manage TestFlight beta groups, testers, and beta review submissions",
"In-app purchases, subscriptions, offers, and offer codes",
"AI-powered App Store screenshot generation via Gemini",
"Code signing: bundle IDs, certificates, devices, profiles",
"Multi-account authentication with named accounts",
"Executable plugin system for custom event handlers",
"CAEOAS affordances — AI agents navigate without knowing the command tree",
"Sales, subscription, and financial reports"
]
}
]
}