forked from loafle/openapi-generator-original
* Update Dockerfile.mustache Using alpine instead of ubuntu for leaner Docker images. Small fix for welcome message. Changing default shell to `zsh` and fixing entrypoint. * update samples * move config, add new files Co-authored-by: avbenavides <62693723+avbenavides@users.noreply.github.com>
15 lines
576 B
YAML
15 lines
576 B
YAML
generatorName: bash
|
|
outputDir: samples/client/petstore/bash
|
|
inputSpec: modules/openapi-generator/src/test/resources/2_0/petstore-with-fake-endpoints-models-for-testing.yaml
|
|
templateDir: modules/openapi-generator/src/main/resources/bash
|
|
additionalProperties:
|
|
generateZshCompletion: true
|
|
hostEnvironmentVariable: PETSTORE_HOST
|
|
curlOptions: -sS --tlsv1.2
|
|
apiKeyAuthEnvironmentVariable: PETSTORE_API_KEY
|
|
processMarkdown: true
|
|
basicAuthEnvironmentVariable: PETSTORE_BASIC_AUTH
|
|
scriptName: petstore-cli
|
|
generateBashCompletion: true
|
|
hideGenerationTimestamp: "true"
|