asc-build-lifecycle
CommunityTrack builds, find latest, and prune old ones.
Authoryspreen
Version1.0.0
Installs0
System Documentation
What problem does it solve?
Asc helps teams track build processing, locate the latest builds, and prune older builds to conserve resources and reduce CI noise.
Core Features & Use Cases
- Find the right build
- Latest build:
asc builds latest --app "APP_ID" --version "1.2.3" --platform IOS - Recent builds:
asc builds list --app "APP_ID" --sort -uploadedDate --limit 10
- Latest build:
- Inspect processing state
asc builds info --build "BUILD_ID"
- Distribution flows
asc publish testflight --app "APP_ID" --ipa "./app.ipa" --group "GROUP_ID" --waitasc publish appstore --app "APP_ID" --ipa "./app.ipa" --version "1.2.3" --wait --submit --confirm
- Cleanup
- Preview expiration:
asc builds expire-all --app "APP_ID" --older-than 90d --dry-run
- Apply expiration:
asc builds expire-all --app "APP_ID" --older-than 90d --confirm
- Single build:
asc builds expire --build "BUILD_ID"
- Preview expiration:
- Notes
asc builds uploadprepares upload operations only; useasc publishfor end-to-end flows.- For long processing times, use
--wait,--poll-interval, and--timeoutwhere supported.
Quick Start
Use asc-build-lifecycle to identify and prune stale builds in your CI/CD workflow.
Dependency Matrix
Required Modules
None requiredComponents
Standard package💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: asc-build-lifecycle Download link: https://github.com/yspreen/dotfiles/archive/main.zip#asc-build-lifecycle Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.