Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 646 Bytes

README-REGENERATE.md

File metadata and controls

21 lines (17 loc) · 646 Bytes

Regenerate this package using this command

This package was generated using the command below. To regenerate it use the same command and commit the new version.

Production

# production
docker run --rm -v "C:/Dev/pco-api-client/:/local" openapitools/openapi-generator-cli generate `
  -i https://tranconcloud.mendixcloud.com/rest-doc/rest/cloudapi/v1/swagger.json `
  -g python `
  -o /local

Accept

docker run --rm -v "C:/Dev/pco-api-client/:/local" openapitools/openapi-generator-cli generate `
  -i https://tranconcloud-accp.mendixcloud.com/rest-doc/rest/cloudapi/v1/swagger.json `
  -g python `
  -o /local