You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
UPDATE
Maybe I interpreted the readme wrong, but at least the output path is wrong. As seen in the example, it should be ./schemas/specs, so in my case it should be ./types/specs but it is ./types.
The text was updated successfully, but these errors were encountered:
Description
The documentation states, that the directory structure from input files is carried over to output files, eg
However, the path to the output files is always the same and it's overwritten every time. Therefore, only one ts file remains:
openapi-typescript
6.5.5
18.17.1
Windows 10 22H2 (Build 19045.3324)
Reproduction
specs/example1/openapi.yaml
,specs/esample2/openapi.yaml
npx openapi-typescript 'specs/**/*.yaml' -o types/
./types
Expected result
Directory sturcture of input files should be preserved and carried over to output files.
Checklist
npx @redocly/cli@latest lint
)UPDATE
Maybe I interpreted the readme wrong, but at least the output path is wrong. As seen in the example, it should be
./schemas/specs
, so in my case it should be./types/specs
but it is./types
.The text was updated successfully, but these errors were encountered: