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 myappOther examples:
Create a web application
harness-application myapp -t webappCreate a web application with Mongo database
harness-application myapp -t webapp -t db-mongoFor 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