step-security/Generate Client Library w/ the OpenAPITools Generator
Generates a client library from an openapifile using OpenAPITools' generator
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| generator | The name of the generator (i.e. the language to generate the client library in) to use e.g. "typescript-angular" | yes | — |
| docker-repository | The Docker repository uses as source for openapitools/openapi-generator-cli image. | no | docker.io |
| docker-image | The Docker image used by the generator. | no | openapitools/openapi-generator-cli |
| generator-tag | The Docker tag of the openapitools/openapi-generator-cli image to use. | no | latest |
| sha | The SHA to use for pinning the docker image (takes precedence over generator-tag if provided). | no | c5e90f1b06404c1fa69387beae93c14c40fd4efc72b72dfe0e3fc098504f6e45 |
| openapi-file | The path to the OpenAPI document to generate a client library for | no | openapi.json |
| openapi-url | If set, the OpenAPI document will be loaded from this URL instead of openapi-file. | no | UNSET |
| config-file | The path to the config file to be passed along to the OpenAPITools generator | no | UNSET |
| template-dir | The path to the folder containing the template files | no | UNSET |
| command-args | Optional, additional arguments to pass through to the generator. | no | — |
Outputs
no outputs