Commit Graph

5 Commits

Author SHA1 Message Date
Kerem Erkan
62495c48a2 Update README intro and standardize sample version strings 2026-02-13 17:18:32 +01:00
Kerem Erkan
9c244c4a2f Add run-workflow command, build management, --yes flag, and automation improvements
- 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
v0.2.0
2026-02-13 16:58:00 +01:00
Kerem Erkan
3a8c794492 Add install-shell-completions command, show version on bare run, update README
- 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
v0.1.0
2026-02-13 11:12:36 +01:00
Kerem Erkan
a2a8192dd1 Add asc-client v0.1.0
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.
2026-02-12 16:57:41 +01:00
Kerem Erkan
23968eafda Initial commit 2026-02-12 16:30:36 +01:00