Skip to content

Latest commit

 

History

History

deployment-cli-tools

CloudHarness Deploy

CloudHarness Deploy is a collection of Python utilities to create CloudHarness deployments.

harness-deployment

Generates the helm chart to deploy on Kubernetes.

Usage:

harness-deployment .

For more info, harness-deployment --help

harness-application

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

harness-generate

Generates server and client code for all standard harness REST applications.

Usage:

harness-generate .

For more info, harness-generate --help