All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Output URL in message when a build is found
- Fig completions
- Allow most options to be configured by environment variables
- Simplified internal code structure (to a single crate).
0.2.1 - 2020-08-14
- Progress polling will now retry (up to 3 times) on failure
0.2.0 - 2020-07-29
-
OS notification support is now gated behind a default feature,
os-notifications
-
OS notifications will be shown by default
--notification
is now deprecated
--no-notification
to prevent OS notifications from being sent
- Improved reliability of OS notifications on Windows
0.1.1 - 2020-07-24
- CLI completions
0.1.0 - 2020-07-24
wait --url
is nowby-url
wait --organization --pipeline --number
is nowby-number
--output-notification-json
-
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
0.0.1-alpha.3 - 2020-07-21
-
Handle
login
/logout
, saving the token to the system login keychain -
wait
for a build by specifying:--url
, or--organization
,--pipeline
and--number
-
Trigger a system notification on build completion with
--notification
-
Output the content of the notification as a JSON object with
--output-notification-json