Init

The qaskx-cli serve init command is used to set the initial parameters in the configuration for the server functions.

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

This is intended for the policy and related serve functions.