generators/bash


id: generator-opts-client-bash title: Config Options for bashsidebar_label: bash


OptionDescriptionValuesDefault
sortParamsByRequiredFlagSort method arguments to place required parameters before optional parameters.true
ensureUniqueParamsWhether to ensure parameter names are unique in an operation (rename parameters that are not).true
allowUnicodeIdentifiersboolean, toggles whether unicode identifiers are allowed in names or not, default is falsefalse
prependFormOrBodyParametersAdd form or body parameters to the beginning of the parameter list.false
curlOptionsDefault cURL optionsnull
processMarkdownConvert all Markdown Markup into terminal formattingfalse
scriptNameThe name of the script that will be generated (e.g. petstore-cli)null
generateBashCompletionWhether to generate the Bash completion scriptfalse
generateZshCompletionWhether to generate the Zsh completion scriptfalse
hostEnvironmentVariableName of environment variable where host can be defined (e.g. PETSTORE_HOST='http://api.openapitools.org:8080')null
basicAuthEnvironmentVariableName of environment variable where username and password can be defined (e.g. PETSTORE_CREDS='username:password')null
apiKeyAuthEnvironmentVariableName of environment variable where API key can be defined (e.g. PETSTORE_APIKEY='kjhasdGASDa5asdASD')false