* custom schema using <command>.schema.yaml file
* convert params to --param value / --param / value according to type/schema_options
* swagger routes /commands/<cmd> uses custom schema for params
* display form generated from schema to run commands
* schema extented with :
schema_options:
convert_params:
myparam: convertedparam
noprefix_params:
- myparam
separator: "="