Emergency Access (CLI)

Use the CLI to request time-boxed access during an incident. Keep durations short and justifications specific.

Request activation

bash
grantflow activations request <ROLE_ID> \\
  --duration 30 \\
  --reason "Emergency patching: CVE-YYYY-NNNN in prod"

Tips

  • Include ticket IDs in --reason for traceability.
  • Approvals may be required depending on policy; monitor status with:
bash
grantflow activations list --output table

See also