approvals
approvals approve
Approve a held statement
Approve a held statement approval request by ID. The statement is released for execution. Optionally attach a reason recorded in the audit trail.
Usage
pgbeam approvals approve <id> [flags]Options
| Option | Description | Required | Default |
|---|---|---|---|
<id> | Approval request ID | Yes | - |
--reason <value> | Reason recorded in the audit trail | No | - |
Global options
All global options (--token, --profile,
--project, --org, --json, --no-color, --debug) are also available on
this command.
Examples
# Approve a statement
pgbeam approvals approve apr_xxx
# Approve with a reason
pgbeam approvals approve apr_xxx --reason "verified safe"Output
Confirms the statement was approved.