5.8 Generate


The command qaskx-cli generate provides capabilities to generate code, configuraton and other files. For more details on each generation capability please review the following sub command documentation listed

The command help is shown below.

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

The generate command is a task that is commonly used by
developers. The sub commands under this section generate
code and configurations based on definitions and flags. 
		
You can chose to overwrite previously generated code, and
if you chose to do so it is recommended that you commit
your current work where appropriate.
               
Commands:      
  init         Initialise or configure the generate command settings
  project      Create initial project directory and content
  vcs          Create the VCS repository, such as Git
  server       Generate the server code from OpenAPI definition
  client       Generate the client code from OpenAPI definition
  build        Generate build files
  test         Generate test files
  deploy       Generate deploy files
               
Run 'qaskx-cli generate COMMAND --help' for more information on a command.

Your imagination and needs are the only limitation of the generate command because it is based om templates. If you need single or multiple output files then create the matching templates files, execute, review and refine the templates until you are satisfied.