As of right now this implementation of the Generator does not support the command openapi-generator-cli validate -i <file>.
Furthermore it would be great to also hand over a file pattern or similar to validate/generate from these files.
Something like
with:
validation: true
destination: 'internal/','external/'
filepattern: '**.openapi.yaml'
This can help making steps available where you want to validate (multiple APIs) very quickly in the beginning without it in a later step failing during code generation! :)
The destination and file patterns might also come into handy for generators as well. :)
As of right now this implementation of the Generator does not support the command
openapi-generator-cli validate -i <file>.Furthermore it would be great to also hand over a file pattern or similar to validate/generate from these files.
Something like
This can help making steps available where you want to validate (multiple APIs) very quickly in the beginning without it in a later step failing during code generation! :)
The destination and file patterns might also come into handy for generators as well. :)