mix openapi.dump (oaskit v0.9.0)
View SourceWrites an OpenAPI specification in a JSON file.
Synopsis
mix openapi.dump [options] moduleArguments
module- An Elixir module with aspec/0callback returning an OpenAPI specification.
Options
-o,--output <path/to/file.json>- The desired output file path. Defaults to"openapi.json".--pretty- JSON pretty-printing. Defaults totrue.--help- Displays this help.
Summary
Functions
Callback implementation for Mix.Task.run/1.
Functions
Callback implementation for Mix.Task.run/1.