Account Checkout (CLI)

Request temporary checkout of a privileged account from the terminal.

List accounts

bash
grantflow accounts list --output table

Checkout an account

bash
grantflow accounts checkout <ACCOUNT_ID> \\
  --duration 30 \\
  --reason "DB maintenance window"

Credentials are retrieved in the web UI today. See Account Checkout for details.

See also