Manage account-level members from the CLI — invite by email, add an existing user, grant API-key access, update roles or status, remove. For project-scoped membership, see raff project member.
Updated May 10, 2026The raff member command group manages account-level membership — users who can sign into the account itself, separate from project-level access. To manage who can act inside a specific project, see raff project member. Every subcommand supports --output json for scripting. Alias: raff members.
# Invite by emailraff member add --email alice@example.com --role-id <admin-role-uuid># Grant a CI API key account-level accessraff member add --api-key-id <ci-key-uuid> --role-id <operator-role-uuid>