PgBeam Docs
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

OptionDescriptionRequiredDefault
<id>Approval request IDYes-
--reason <value>Reason recorded in the audit trailNo-

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.

On this page