Skip to content

v0.7.0

Latest
Compare
Choose a tag to compare
@hoorayimhelping hoorayimhelping released this 15 Sep 16:32
· 16 commits to master since this release

v0.7.0

Adds the following new options to the command line:

  -V, --version                output the version number
  -i, --include <parts>        include only specified code parts (default: "types,request,operations")
  -p, --prettier [true/false]  prettier output code (default: true)
  --withDoc [true/false]       document generated types (default: true)
  --patchScript <file>         apply script that modifies openapi document (example: https://github.com/influxdata/influxdb-client-js/blob/master/packages/apis/scripts/patchSwagger.js)
  --storeOperations <file>     store operations to file
  -h, --help                   output usage information

Contribution courtesy of @sranka #8