CLI Reference
info
Usage: python cli.py info [OPTIONS]
Information about which CLI version and paths are used.
Options:
--help Show this message and exit.
start
Usage: python cli.py start [OPTIONS]
Start the automation as a background process. Prevents spawning multiple processes.
Options:
--help Show this message and exit.
is-running
Usage: python cli.py is-running [OPTIONS]
Checks whether the background processes are running.
Options:
--help Show this message and exit.
stop
Usage: python cli.py stop [OPTIONS]
Stop the automation's background process.
Options:
--help Show this message and exit.
restart
Usage: python cli.py restart [OPTIONS]
Stop and start the automation as a background process.
Options:
--help Show this message and exit.