Created by: ackintosh
./bin/
to update Petstore sample so that CIs can verify the change. (For instance, only need to run ./bin/{LANG}-petstore.sh
and ./bin/security/{LANG}-petstore.sh
if updating the {LANG} (e.g. php, ruby, python, etc) code generator or {LANG} client's mustache templates). Windows batch files can be found in .\bin\windows\
.master
, 3.4.x
, 4.0.x
. Default: master
.closes https://github.com/OpenAPITools/openapi-generator/issues/1410
To make JAVA_OPTS
available this PR changes ENTRYPOINT of CLI Docker image.