Skip to content

\

Plan and Inspect

Deployment status

bash
gwebc deploy status

Use this to see available deployment environments and mutation policy.

List

bash
gwebc deploy list --environment dev
gwebc deploy list --environment preprod
gwebc deploy list --environment prod

Show

bash
gwebc deploy show <application> --environment dev

Plan

bash
gwebc deploy plan <application> --environment dev

A plan is read-only. Use it before mutation to confirm the target environment, application, current state, and permitted actions.

History

bash
gwebc deploy history <application> --environment dev

GWEB K3s Cloud documentation