evomaintenance is a program that helps reporting what you've done on a server.
Go to file
Jérémy Lecour 13885a4743 whitespaces 2019-03-18 23:24:31 +01:00
debian whitespaces 2019-03-18 23:24:31 +01:00
README.md update README 2019-03-16 12:14:44 +01:00
Vagrantfile whitespaces 2019-03-18 23:24:31 +01:00
changelog update changelogs 2019-03-10 11:16:57 +01:00
evomaintenance.cf Pas beosin d'une nouvelle variable pour le hostname 2018-09-20 16:10:03 +02:00
evomaintenance.sh quote grep parameter 2019-03-18 22:59:37 +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-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