Group of commands to manage and inspect actions.
See replictl action --help
for general information.
Action commands require the following scopes:namespace
,cluster
.
Approve a node action currently pending approval.
replictl action approve-node-action <ACTION> [OPTIONS]
Node action approval also requires the node
scope.
Approve an orchestrator action that is pending approval.
replictl action approve-orchestrator-action <ACTION> [OPTIONS]
Disapprove (reject) a node action currently pending approval.
replictl action disapprove-node-action <ACTION> [OPTIONS]
Node action disapproval also requires the node
scope.
Disapprove (reject) an orchestrator action that is pending approval
replictl action disapprove-orchestrator-action <ACTION> [OPTIONS]
List known orchestrator actions for a cluster
replictl action list-orchestrator-actions [OPTIONS]