Approvals (CLI)

Approve or deny activation requests when you have approver permissions.

Approve with optional comment

bash
grantflow activations approve <ACTIVATION_ID> --comment "Looks good"

Deny with reason

bash
grantflow activations deny <ACTIVATION_ID> --reason "Insufficient justification"

Monitor pending items:

bash
grantflow activations list --output table

See also