alertmanager/cmd/amtool
Simon Pasquier 0ebaeccd4b *: add missing license headers
Signed-off-by: Simon Pasquier <spasquie@redhat.com>
2018-05-14 17:37:13 +02:00
..
README.md Switch amtool to kingpin (#976) 2017-12-22 11:17:13 +01:00
main.go *: add missing license headers 2018-05-14 17:37:13 +02:00

README.md

Generating amtool artifacts

Amtool comes with the option to create a number of ease-of-use artifacts that can be created.

Shell completion

A bash completion script can be generated by calling amtool --completion-script-bash.

The bash completion file can be added to /etc/bash_completion.d/.

Man pages

A man page can be generated by calling amtool --help-man.

Man pages can be added to the man directory of your choice

amtool --help-man > /usr/local/share/man/man1/amtool.1
sudo mandb

Then you should be able to view the man pages as expected.