Includes an important syntax fix for the papertrail output
2.0.1
Small bugfix release, fixes 3
2.0.0
See commit messages for all changes, which include:
- new flags for `print`/`cat`: `r`/`run-only`, `e`/`enabled` - more subcommands follow the pattern of acting on all svcs when none specified - new flag for `log`: `d`/`debug` - FIX custom log directories not getting automatically created - new switch `s`/`store` for `new`, to make arbitrary command output accessible via env var - new for `pid`: get supervision root pid if no svcs specified
This release includes more legal compliance, a new `pid` subcommand, a replacement of `reload` with `upgrade` (`reload` will remain until `2.0.0`), option to print all service definitions when `print`/`cat` are run with no arguments, and a new document showing help info for all subcommands.
1.1.0
Some minor fixes/enhancements. Notable changes:
- print subcommand as alternative to cat; identical functionality - new option for tree subcommand: q/quiet - some more warnings/docs
1.0.0
Bumped the major version due to a change in default directories (/var/svcs replaces /etc/svcs). This release also includes a binary for the bash completion script, and the generated runfiles better capture potential stderr.