Appearance
\
Plan and Inspect
Deployment status
bash
gwebc deploy statusUse 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 prodShow
bash
gwebc deploy show <application> --environment devPlan
bash
gwebc deploy plan <application> --environment devA 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