hguerrero opened a new issue, #619: URL: https://github.com/apache/camel-karavan/issues/619
Considering the file `Product API.json` (notice the space between the words), when trying to generate an Integration using the specification on that file, there is an error: ``` Unmatched arguments from index 4: 'Catalog', 'API.json' Usage: camel generate rest [-hr] -i=<input> [-o=<output>] [-t=<type>] Generate REST DSL source code from OpenApi specification -h, --help Display the help and sub-commands -i, --input=<input> OpenApi specification file name -o, --output=<output> Output REST DSL file name -r, --routes Generate routes (YAML) -t, --type=<type> REST DSL type (YAML or XML) ``` If the file name gets the spaces removed it works correctly. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org