Skip to content
This repository has been archived by the owner on Aug 13, 2024. It is now read-only.

Version 0.3.0

Compare
Choose a tag to compare
@ninjabear ninjabear released this 07 Nov 15:13
· 27 commits to master since this release

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)