- Add
builds runningcommand to show in-progress builds with--productand--all-profilesflags - Add "Running Builds" option to interactive mode
- Align command tree arrows in README
- Add
builds find <sha>to search across all products/workflows for a build matching a commit SHA - Add
builds list --commit <sha>to filter by commit SHA prefix - Add
builds list --workflow-name <name>to resolve workflow by name instead of ID
- Add integration tests and credential resolver unit tests
- Improve error message when
builds listis called without--workflow
- Add macOS notification on
builds watchcompletion via osascript - Add
--no-notifyflag to opt out of notifications
- Add profile switching in interactive mode
- Improve first-time setup experience with clearer error messages
- Auto-verify credentials after
auth init - Add documentation URLs to help and interactive mode
- Fix interactive mode showing wrong version
- Add filtering flags to list commands:
--name,--type,--status,--running,--enabled,--disabled
- Add
builds logscommand to list and download build log bundles - Add actions drill-down in interactive mode with issues and test results
- Add pagination support with
--allflag and interactive "Load more" - Fix cursor position after "Load more" in interactive mode
- Sort builds by newest first in API requests
- Add ESC key as back navigation in interactive mode
- Add
builds watchcommand with live status updates and elapsed time - Show bundle ID for products, sorted alphabetically
- Add Homebrew installation instructions
- Add shell completion instructions
- Ctrl+C exits immediately, q goes back one menu
- Add command tree to README
- Add config file format to auth help
- Fix Mint install instructions
- Initial release
- Multi-source authentication (CLI flags, env vars, config files)
- Profile support for multiple App Store Connect accounts
- Commands: auth, products, workflows, builds, artifacts
- Output formats: JSON (default), table, CSV
- Interactive mode with arrow-key navigation
- Build error and test result reporting
- Comprehensive test suite and CI workflow