Skip to content

deploy

konigle.cli.cloud.deploy

CLI commands: link, deploy, promote.

deploy(ctx, source_path, display_name, detach)

Zip the current directory and deploy it to the uat space.

Link this directory to a webapp.

Resolves and stores the uat space ID so that deploy and promote need no extra API calls. All deployments target uat; use 'konigle cloud promote' to push to production.

Saves .bentocloud.json in the current directory.

promote(ctx, detach)

Promote the uat image to production.