Updated on 2025-04-18 GMT+08:00

ccictl rollout

Scenario

Manage the rollout of one or more resources.

Valid resource types include:

Deployments

ccictl rollout SUBCOMMAND

Examples

# Roll back the Deployment to the previous version.
ccictl rollout undo deployment/abc

# Check the status of a Deployment.
ccictl rollout status deploy/foo

# Restart a Deployment.
ccictl rollout restart deployment/abc

# Restart the Deployment with the app=nginx label.
ccictl rollout restart deployment --selector=app=nginx

Options

-h, --help

Help information for rollout

The following ccictl options can also be used in subcommands:

Parent command options