5.7 Definition


The definition command in qaskx-cli contains functions that operate on the rediOps file.

The command help is shown below.

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

The definition command is for validating and extracting
definitions from the OpenAPI or AsyncAPI definitions.
		
You can chose to overwrite previously extracted data.
               
Commands:      
  print        Pretty print an OpenAPI document
  lint         Run lint process on OpenAPI document
  validate     validate OpenAPI document
  extract      Extract from OpenAPI document
  convert      convert OpenAPI document to V3
               
Run 'qaskx-cli definition COMMAND --help' for more information on a command.

Note: The AsyncAPI extracts are not yet implemented.