evomaintenance is a program that helps reporting what you've done on a server.
Go to file
Jérémy Lecour 9aa16dff73 Release 22.01 2022-01-25 10:57:22 +01:00
debian Update debian changelog in case we ever use it again 2020-03-02 22:18:05 +01:00
CHANGELOG.md Release 22.01 2022-01-25 10:57:22 +01:00
README.md update README 2020-03-02 22:20:25 +01:00
Vagrantfile whitespaces 2019-03-18 23:24:31 +01:00
evomaintenance.cf added hook_api 2019-03-28 15:46:40 +01:00
evomaintenance.sh Release 22.01 2022-01-25 10:57:22 +01:00

README.md

Evomaintenance

$ evomaintenance --help
evomaintenance is a program that helps reporting what you've done on a server

Usage: evomaintenance
  or   evomaintenance --message="add new host"
  or   evomaintenance --no-api --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
     --no-db                 disable the database hook (default)
     --api                   enable the API hook (default)
     --no-api                disable the API hook
     --commit                enable the commit hook (default)
     --no-commit             disable the commit hook
     --evocheck              enable evocheck execution (default)
     --no-evocheck           disable evocheck execution
     --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