This repository has been archived by the owner on Aug 13, 2024. It is now read-only.
Releases: snowplow-archive/factotum
Releases · snowplow-archive/factotum
Release 0.6.0
Release 0.6.0
Release 0.6.0-rc9
Release 0.6.0-rc9
Release 0.6.0-rc8
Release 0.6.0-rc8
Release 0.6.0-rc7
Release 0.6.0-rc7
0.6.0-rc6
Version 0.5.0
Version 0.4.1
Version 0.4.0
Version 0.3.0
Adding functionality for creating and validating factfiles, visualising them and outbound webhook support.
New features
- New command to display version -
factotum -v
/factotum --version
(#36) - Published Factotum binaries for macOS (#69)
- Move run behavior into a run sub-command
factotum run <factfile>
(#70) - New --dry-run option
factotum run <factfile> --dry-run
(#60) - New validate command
factotum validate <factfile>
(#68) - New graphviz dotfile export
factotum dot <factfile>
(#62) - New
--no-colour
command line switch for turning off colour codes (#53) - Change how failures are processed (continue as far as possible) (#61)
- Added outbound webhook support (#59)
- Support for attaching tags at runtime over the CLI (#77)
Version 0.2.0
Adding functionality for resuming jobs and configuring jobs with variables
New features
- Support starting from an arbitrary task using --start option (#4)
- Support variables in Factfiles, using mustache / --env option (#21)
- Allow terminal colour toggling using CLICOLOR (#51)
Improvements
- Improve output to STDERR / STDOUT (#51)