asc-build-lifecycle

Community

Track 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
  • Inspect processing state
    • asc builds info --build "BUILD_ID"
  • Distribution flows
    • asc publish testflight --app "APP_ID" --ipa "./app.ipa" --group "GROUP_ID" --wait
    • asc 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"
  • Notes
    • asc builds upload prepares upload operations only; use asc publish for end-to-end flows.
    • For long processing times, use --wait, --poll-interval, and --timeout where supported.

Quick Start

Use asc-build-lifecycle to identify and prune stale builds in your CI/CD workflow.

Dependency Matrix

Required Modules

None required

Components

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.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.