Lint
The qaskx-cli run lint command is used to run the lint process
over the specified file.
The command help is shown below.
Usage: qaskx-cli run lint [-d=<devops file>] [-t=<lint type>] [--lintdef=<definition file>] [-o=<output file>] [--overwrite][-v | --vv | --vvv | --silent] [-c=<conf file>] [--colourCLI] [--offline] [--env=<environment file>]
For more details see the documentation at https://docs.qaskx.one/qaskx-cli/cmd/run/lint/ .
Options:
-d, --devops rediOps (devops.json) file path
-t, --type Lint type (api, program) (default "api")
--lintdef Lint definition file
-o, --output Output file path (default "CONSOLE")
--overwrite Overwrite existing 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
Provide the lint details including the definition flie as part of the of command arguments.
This feature is still in active development.