How to generate openapi.yaml spec with Zod OpenAPI Hono?

Is it possible to generate the openapi.yaml spec with Zod OpenAPI Hono from the commandline using a npm command?
I need this in my development workflow to use the openapi.yaml to generate some other client code from the spec.
Was this page helpful?