DataDog / apigentools

Generate API clients with ease
https://apigentools.readthedocs.io
BSD 3-Clause "New" or "Revised" License
41 stars 16 forks source link

Add support for docker run options in test command #217

Closed jirikuncar closed 3 years ago

jirikuncar commented 3 years ago

What does this PR do?

Allows definition of custom docker run options for apigentools test. It is useful for attaching network or forwarding env variables.

Description of the Change

apigentools test --docker-run-options "--network=host" or APIGENTOOLS_DOCKER_RUN_OPTIONS="--network=host" apigentools test

Alternate Designs

Possible Drawbacks

Verification Process

Additional Notes

Release Notes

Review checklist (to be filled by reviewers)