evomaintenance/README.md

27 lines
1 KiB
Markdown
Raw Normal View History

2019-03-16 12:12:48 +01:00
# Evomaintenance
2015-09-13 15:29:22 +02:00
2019-03-16 12:14:44 +01:00
```.plain
$ evomaintenance --help
2019-03-16 12:12:48 +01:00
evomaintenance is a program that helps reporting what you've done on a server
2015-09-13 15:29:22 +02:00
2019-03-16 12:12:48 +01:00
Usage: evomaintenance
or evomaintenance --message="add new host"
or evomaintenance --no-db --no-mail --no-commit
or echo "add new vhost" | evomaintenance
Options
-m, --message=MESSAGE set the message from the command line
--mail enable the mail hook (default)
--no-mail disable the mail hook
--db enable the database hook (default)
--no-db disable the database hook
--commit enable the commit hook (default)
--no-commit disable the commit hook
--auto use "auto" mode
--no-auto use "manual" mode (default)
-v, --verbose increase verbosity
-n, --dry-run actions are not executed
--help print this message and exit
--version print version and exit
```