mirror of
https://github.com/hashicorp/packer.git
synced 2026-02-24 02:10:31 -05:00
9 lines
271 B
Bash
9 lines
271 B
Bash
docker pull openapitools/openapi-generator-cli
|
|
|
|
docker run --rm \
|
|
-v ${PWD}:/local openapitools/openapi-generator-cli generate \
|
|
-i https://api.hyperone.com/openapi.json \
|
|
--git-user-id hyperonecom \
|
|
--git-repo-id h1-client-go \
|
|
-g go \
|
|
-o /local
|