Remove

The command qaskx-cli setup remove allows you to remove the qaskx-cli configuration and settings files.

If specified the sub-command does delete the configuration file in your project .well-known (default) folder directory. The sub-command does not remove the actual executable from your environment.

Qaskx-cli configuration files in other projects are not touched.

A message is displayed reminding you of the location of the executable.

The command help is shown below.

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

The setup remove command is for removing (uninstall) configuration files for the 
qaskx-cli command line tool.

The .qaskx directory in your home folder is removed.

If no configuration file is specified, none are deleted.  Normally the configuration file 
is located in the .well-known directory at the root of the project.

For more details see the documentation at https://docs.qaskx.one/qaskx-cli/cmd/setup/remove/ .
                    
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

The subcommand removes qaskx-cli configuration and settings files but does not remove the executable. It attempts to clean up your environment from qaskx-cli artefacts but does err on the side of caution.

You may need to remove some files manually.