Init

The command qaskx-cli setup init performs the initialisation of the qaskx-cli command for your environment.

The setup init command is for creating configuration files for the qaskx-cli command line tool. This is expected to be a once off command. For modifications to settings you can use the modify sub command, but this does not allow all modifications.

There is also the init subcommand available under some other commands that may allow more modifications.

For detailed, specific modifications please use a text editor.

The command help is shown below.

Usage: qaskx-cli setup init [-v | --vv | --vvv | --silent] [-c=<conf file>] [--colourCLI] [--offline] [--env=<environment file>]

The setup init command is for creating configuration files for the qaskx-cli command line tool.  This is
expected to be a once off command. For modifications to settings you can use the modify sub command, but this does
not allow all modifications.

There is also the init subcommand available under other commands that may allow more modifications.

For detailed, specific modifications please use a text editor.

For more details see the documentation at https://docs.qaskx.one/qaskx-cli/cmd/setup/init/.

                    
Options:            
  -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

You would normally call the command with no options, as the command prompts for values as required.