Releases: ilikeorangutans/harbormaster
Releases · ilikeorangutans/harbormaster
Check Project Command
Added a check project command that checks all flows in a project. Flows can be filtered by prefix or /regular expression/ and flows are now sorted by name. By default all matching flows will be shown with a short histogram of max 5 executions (can be set via -c) and histogram details will be shows for 3 executions (can be set via -d) if the job status is failed. If you're only interested in non-healthy flows you can provide -i (--ignore-healthy).
Switched to Cobra
- Switched to cobra as the CLI library
- Harbormaster can now fetch the currently running executions (by parsing the page HTML)
- Improved get flows command to allow filtering by prefix or regex
- Now building binaries for linux, darwin, and windows
v0.1.2
Fixed login to work with the latest version of Azkaban.
v0.1.1
Fixed broken follow log function when using a URL.
v0.1.0
Supports authentication, listing flows, projects, fetching logs, checking flow status and histograms.
