Usage¶
$ kibitzr --help
Usage: kibitzr [OPTIONS] COMMAND [ARGS]...
Run kibitzr COMMAND --help for detailed descriptions
Options:
-l, --log-level [debug|info|warning|error]
Logging level
--help Show this message and exit.
Commands:
clean Clean change history
firefox Launch Firefox with persistent profile
init Create boilerplate configuration files
once Run kibitzr checks once and exit
reload Send signal to reload configuration for kibitzr process
run Run kibitzr in the foreground mode
telegram_chat Return chat id for the last message sent to...
version Print version
CLI reads its configuration from kibitzr.yml
file in current working directory.
Optionally kibitzr-creds.yml
can be used to separate credentials from general configuration.
Please refer to configuration documentation for kibitzr.yml
format.
For commands run
and once
one or more NAME
’s can be supplied to limit
execution of configuration file to a subset of tasks.
kibitzr
doesn’t have daemon mode. Instead it can be launched with supervisord.
See Running kibitzr as a daemon for details.