infrahub server
Control the API Server.
Usage:
$ infrahub server [OPTIONS] COMMAND [ARGS]...
Options:
--install-completion: Install completion for the current shell.--show-completion: Show completion for the current shell, to copy it or customize the installation.--help: Show this message and exit.
Commands:
start: Start Infrahub in Debug Mode with reload...
infrahub server start
Start Infrahub in Debug Mode with reload enabled.
Usage:
$ infrahub server start [OPTIONS]
Options:
--listen TEXT: Address used to listen for new request. [default: 127.0.0.1]--port INTEGER: Port used to listen for new request. [default: 8000]--debug / --no-debug: Enable advanced logging and troubleshooting [default: no-debug]--help: Show this message and exit.