Reference / deploy

deploy

Deploy command allows you to manage deployments by performing 
operations like up (deploy) and down (undeploy).
Usage:
  ocuroot deploy [command]

Available Commands:
  down        Stop a deployment
  up          Start a deployment

Use "ocuroot deploy [command] --help" for more information about a command.

Subcommands

down

Stop a deployment by running the down operation.
	
This command stops and removes the specified deployment.

Example:
  ocuroot deploy down my-deployment-id
Usage:
  ocuroot deploy down [deployment-id]

up

Start a deployment by running the up operation.
	
This command creates and starts a new deployment for the specified package.

Example:
  ocuroot deploy up my-package-ref
Usage:
  ocuroot deploy up [package-ref]