Skip to content

Instantly share code, notes, and snippets.

@jlsherrill
Created February 13, 2023 14:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jlsherrill/7be38d4d62f1d0e946b51ed61270f6d7 to your computer and use it in GitHub Desktop.
Save jlsherrill/7be38d4d62f1d0e946b51ed61270f6d7 to your computer and use it in GitHub Desktop.
openapi generator debug
mvn clean package --projects org.openapitools:openapi-generator-cli,org.openapitools:openapi-generator
# run it in debug mode on port 8888
java -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=8888 -jar  modules/openapi-generator-cli/target/openapi-generator-cli.jar generate -i api.json.1 -g ruby         -o pulpcore-client         --additional-properties=gemName=pulpcore_client,gemLicense="GPL-2.0+",gemVersion=3.17.1         --library=faraday              --skip-validate-spec         --strict-spec=false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment