5.9 Run


The qaskx-cli run command is used to run or execute activities. These activities include build, test and deploy.

The command help is shown below.

Usage: qaskx-cli run COMMAND [arg...]

The run command is a task that is commonly used by
developers. The sub commands under this section run various developer
tasks

For more details see the documentation at https://docs.qaskx.one/qaskx-cli/cmd/run/ .
               
Commands:      
  lint         Run lint process as defined in rediOps (devops.json) definition
  activity     Run activity process as defined in rediOps (devops.json) definition
  scan         Scan code and configurations for blacklisted items as defined in rediOps (devops.json) definition
               
Run 'qaskx-cli run COMMAND --help' for more information on a command.

Details

The run feature is the main activity that developers and the CI/CD pipeline might use.

The run command with the tag and platform combination will identify the appropriate command or script to execute.

Note: It is not commonly expected that the repo will be cloned as part of the run because the project devops.json file is already expected to be available locally as a result of your pipeline clone of the related repo.