Releases: liamdawson/buildkite_waiter
Releases · liamdawson/buildkite_waiter
0.3.0
Release Notes
Added
- Output URL in message when a build is found
- Fig completions
- Allow most options to be configured by environment variables
Notes
- Simplified internal code structure (to a single crate).
Install buildkite_waiter 0.3.0
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/liamdawson/buildkite_waiter/releases/download/v0.3.0/buildkite_waiter-installer.sh | sh
Download buildkite_waiter 0.3.0
File | Platform | Checksum |
---|---|---|
buildkite_waiter-aarch64-apple-darwin.tar.xz | Apple Silicon macOS | checksum |
buildkite_waiter-x86_64-apple-darwin.tar.xz | Intel macOS | checksum |
buildkite_waiter-x86_64-pc-windows-msvc.zip | x64 Windows | checksum |
buildkite_waiter-x86_64-unknown-linux-gnu.tar.xz | x64 Linux | checksum |
0.2.1
v0.2.1 Retry build polling requests
0.2.0
v0.2.0 Notification improvements
0.1.1: CLI Completions
Added
- CLI completions
0.1.0: Initial alpha release
Changed
wait --url
is nowby-url
wait --organization --pipeline --number
is nowby-number
Removed
--output-notification-json
Added
-
latest
to wait for the latest build matching the options- Includes support for
--branch
,--state
,--creator
and--commit
options - Supports
--mine
to filter by builds created by the API Access Token owner
- Includes support for
-
New
--output
formats:none
, which outputs nothing to stdoutstate-url
(default), which outputs the build state and web console URLnotification-lines
, which outputs the title and message of the system notification on separate lines
Initial testing release
Initial release for testing purposes