- Add builds await-processing command to poll until a build finishes processing
- Track uploaded build version across workflow steps via lastUploadedBuildVersion
- attach-latest-build now waits for a just-uploaded build to appear and process
- attach-latest-build prompts to wait when the latest build is still processing
- Shared awaitBuildProcessing helper eliminates duplicated polling logic
- Dot-based progress indicator for builds not yet available in the API
- Note on builds list about recently uploaded builds taking time to appear
- Bump version to 0.2.1
- Add run-workflow command for chaining commands from a workflow file
- Add builds archive, upload, and validate subcommands
- Add attach-build, attach-latest-build, and detach-build commands
- Add --yes / -y flag to all interactive commands for non-interactive execution
- Add confirm() helper and autoConfirm global for prompt suppression
- Add path sanitization for drag-and-drop terminal input
- Filter build selection by version string
- Rename install-shell-completions to install-completions
- Bump version to 0.2.0
- New install-shell-completions command: auto-detects zsh/bash, installs
completion script, configures shell rc files (idempotent)
- Running asc-client without a subcommand now shows version + help
- README: add Homebrew tap, download binary, and quarantine instructions;
clarify build time is due to asc-swift's generated API files
Swift CLI for the App Store Connect API. Commands for managing apps,
versions, localizations, screenshots/previews, builds, and review
submission. Includes interactive credential setup and media upload
with retry support for stuck processing items.