danielgtaylor / openapi-cli-generator

Generate a CLI from an OpenAPI 3 specification
MIT License
179 stars 49 forks source link

Is it possible to pass the body params as flags too? #43

Open rsatalkar opened 2 years ago

rsatalkar commented 2 years ago

Thanks for this great tool! For the use case I'm trying, It seems non-intuitive to know all body params for a POST/PUT/PATCH. It might be better to pass the body json params as CLI arguments or flags. Is this supported via some x-cli extensions?

Also, any support for JWT token auth?