Bulk types generation #1091
Labels
bug
Something isn't working
openapi-ts
Relevant to the openapi-typescript library
question
Further information is requested
Description
Previously we were running the following command:
npx openapi-typescript 'generated-schemas/**/*.yml' --output generated-schemas
It would get all
.yml
files in the folder and bulk convert them into appropriate.ts
files.Version
6.2.3
broke it and started throwing the following error:Our solution was to convert each file separately, but would be great to get the old way working.
Reproduction
Version
6.2.0
worksThe text was updated successfully, but these errors were encountered: