Cli
- CLI
Install and use stagesetctl to preview, render, and drive StageSets from your own kubeconfig.
- stagesetctl apply
Server-side-apply a StageSet's rendered manifests to the cluster, in stage order, under the controller's field manager.
- stagesetctl baseline
Assert a once-per-lifetime action already completed (adoption), or export a ledger's completions as a committable baseline.
- stagesetctl build
Render a StageSet's manifests to stdout, exactly as the controller would.
- stagesetctl diff
Preview what a StageSet would change in the cluster — usable as a CI gate.
- stagesetctl fleet
Show a FleetRollout's wave-by-wave progress — which members are at the target, held, or regressed.
- stagesetctl get
Print human-readable StageSet status, or list StageSets.
- stagesetctl lint-migrations
Validate a migration ladder file or directory before publishing it to a source.
- stagesetctl plan
Preview what the next reconcile will do — which actions run, skip, or re-run, and why.
- stagesetctl reconcile
Force an out-of-band reconcile, optionally waiting for it to be handled.
- stagesetctl reset-ledger
Forget a StageLedger completion so its once-per-lifetime action runs again.