evomaintenance/README.md

31 lines
1.2 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"
2020-03-02 22:20:25 +01:00
or evomaintenance --no-api --no-mail --no-commit
2019-03-16 12:12:48 +01:00
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
2020-03-02 22:20:25 +01:00
--db enable the database hook
--no-db disable the database hook (default)
2019-04-10 10:45:21 +02:00
--api enable the API hook (default)
--no-api disable the API hook
2019-03-16 12:12:48 +01:00
--commit enable the commit hook (default)
--no-commit disable the commit hook
2019-03-19 13:51:07 +01:00
--evocheck enable evocheck execution (default)
--no-evocheck disable evocheck execution
2019-03-16 12:12:48 +01:00
--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
```