Modify

The command qaskx-cli setup modify allows selected updates of the configuration of the qaskx-cli environment.

The command help is shown below.

Usage: qaskx-cli setup modify (-c=<config file> | --qaskx ) [--tag=<setting key>] [--remote=<remote file>]  [-v | --vv | --vvv | --silent] [--colourCLI] [--env=<environment file>] [--offline]

The setup modify command is for modifying configuration files for the qaskx-cli command line tool.

There is also the configure 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/modify/ .

                    
Options:            
      --qaskx       Modify QASKX global configuration, not project configuration item
      --tag         Setting key to modify  Use *list to view acceptable values
      --remote      Remote host URL for setup templates
  -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 can modify either the global configuration (qaskx-cli setup modify –qaskx) or the project specific settings with (qaskx-cli setup modify -c “config file”)

The modify subcommand will only modify certain values and for more fine grained settings, you will need to edit the configuration file directly.