CloudHarness Deploy is a collection of Python utilities to create CloudHarness deployments.
Generates the helm chart to deploy on Kubernetes.
Usage:
harness-deployment .
For more info, harness-deployment --help
Create a new REST application.
Usage:
harness-application myapp
Other examples:
Create a web application
harness-application myapp -t webapp
Create a web application with Mongo database
harness-application myapp -t webapp -t db-mongo
For more info, harness-application --help
Generates server and client code for all standard harness REST applications.
Usage:
harness-generate .
For more info, harness-generate --help