This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # NiFi Client | |
| mkdir -p ~/tmp && \ | |
| echo '{ "packageName": "nifi" }' > ~/tmp/swagger-nifi-python-config.json && \ | |
| rm -rf ~/tmp/nifi-python-client && \ | |
| swagger-codegen generate \ | |
| --lang python \ | |
| --config swagger-nifi-python-config.json \ | |
| --api-package apis \ | |
| --model-package models \ | |
| --template-dir /path/to/nipyapi/templates \ |
NewerOlder