Start
The qaskx-cli serve start command is used to start the server for handling commands
as web page requests. Not all qaskx-cli capabilities are available through the web
server. Neither can the requests be personalised to the caller.
The command help is shown below.
Usage: qaskx-cli serve init [--server-conf=<server config>][-v | --vv | --vvv | --silent] [-c=<conf file>] [--colourCLI] [--offline] [--env=<environment file>]
The serve init command is for establishing the qaskx-cli
server configuration. The settings can also be changed manually in
the config file.
For more details see the documentation at https://docs.qaskx.one/qaskx-cli/cmd/server/init/ .
Options:
-C, --server-conf Server configuration file
-v, --verbose Verbose logging
--vv Verbose logging level 3
--vvv Verbose logging level 5
--silent Silent running
--colourCLI Colour terminal and command line (env $QASKX_COLOUR_CLI)
-c, --conf Configuration file (env $QASKX_CONFIG_FILE)
--offline Offline mode (env $QASKX_OFFLINE)
--env Environment file to use (default ".env")
Details
The started server will be accessible as a standard web server, with the ability to be supplied command parameters.
Normall this is for docker instances.