Activity Lists

The qaskx-cli run activity command has capability to list the standard acceptable values for command options:

  • activity
  • platforms
  • tag

Only the standard acceptable flags are listed and your definition may allow other values in your project or qaskx-cli configurations.

Activity name list

To display activity values use the below command

qaskx-cli run activity --activity *list

The ouput will be something like

	      ______           ___           _______. __  ___ ___   ___ 
	     /  __  \         /   \         /       ||  |/  / \  \ /  / 
	    |  |  |  |       /  ^  \       |   (----`|  '  /   \  V  /  
	    |  |  |  |      /  /_\  \       \   \    |    <     >   <   
	    |  `--'  '--.  /  _____  \  .----)   |   |  .  \   /  .  \  
	     \_____\_____\/__/     \__\ |_______/    |__|\__\ /__/ \__\ 
																   															 
	
          qaskx-cli  - command line tool 
          version     - 0.0.5
          url         - https://docs.qaskx.one/qaskx-cli/
          copyright   - 2023 qaskx.one, usage license limited

QX>>> 2024/03/24 20:59:41 Main policy data missing from https://qaskx.one/policy/e8e4c58a-cdc9-4b7c-b2ec-991c736b0eb1/main_policy.json
QX>>> 2024/03/24 20:59:41 error in retrieving activity *list. Error: failed to fetch policy signature from 'https://qaskx.one/api/signature/e8e4c58a-cdc9-4b7c-b2ec-991c736b0eb1/main_policy'

Platform name list

To display platform values use the below command

qaskx-cli run activity --activity build --platform *list

The ouput will be something like

	      ______           ___           _______. __  ___ ___   ___ 
	     /  __  \         /   \         /       ||  |/  / \  \ /  / 
	    |  |  |  |       /  ^  \       |   (----`|  '  /   \  V  /  
	    |  |  |  |      /  /_\  \       \   \    |    <     >   <   
	    |  `--'  '--.  /  _____  \  .----)   |   |  .  \   /  .  \  
	     \_____\_____\/__/     \__\ |_______/    |__|\__\ /__/ \__\ 
																   															 
	
          qaskx-cli  - command line tool 
          version     - 0.0.5
          url         - https://docs.qaskx.one/qaskx-cli/
          copyright   - 2023 qaskx.one, usage license limited

QX>>> 2024/03/24 20:59:41 Main policy data missing from https://qaskx.one/policy/e8e4c58a-cdc9-4b7c-b2ec-991c736b0eb1/main_policy.json
QX>>> 2024/03/24 20:59:42 error in retrieving platform *list. Error: failed to fetch policy signature from 'https://qaskx.one/api/signature/e8e4c58a-cdc9-4b7c-b2ec-991c736b0eb1/main_policy'

Tag name list

To display tag values use the below command

qaskx-cli run activity --activity build --tag *list

The ouput will be something like

	      ______           ___           _______. __  ___ ___   ___ 
	     /  __  \         /   \         /       ||  |/  / \  \ /  / 
	    |  |  |  |       /  ^  \       |   (----`|  '  /   \  V  /  
	    |  |  |  |      /  /_\  \       \   \    |    <     >   <   
	    |  `--'  '--.  /  _____  \  .----)   |   |  .  \   /  .  \  
	     \_____\_____\/__/     \__\ |_______/    |__|\__\ /__/ \__\ 
																   															 
	
          qaskx-cli  - command line tool 
          version     - 0.0.5
          url         - https://docs.qaskx.one/qaskx-cli/
          copyright   - 2023 qaskx.one, usage license limited

QX>>> 2024/03/24 20:59:42 Main policy data missing from https://qaskx.one/policy/e8e4c58a-cdc9-4b7c-b2ec-991c736b0eb1/main_policy.json
QX>>> 2024/03/24 20:59:42 error in retrieving tag *list. Error: failed to fetch policy signature from 'https://qaskx.one/api/signature/e8e4c58a-cdc9-4b7c-b2ec-991c736b0eb1/main_policy'