raff invitation command group sends email invitations to grant account or project access, lists pending invitations, and cancels them. Every subcommand supports --output json for scripting. Aliases: raff invitations, raff invite.
Subcommand index
| Subcommand | What it does |
|---|---|
list | List pending invitations |
create-account | Invite to the account |
create-project | Invite to the current project |
cancel | Cancel a pending invitation |
list
--project-id, lists pending account invites; with it, lists pending project invites for that project. Output columns: INVITATION ID, EMAIL, ROLE, SCOPE, EXPIRES.
create-account
--email, --role-id. The role must be account-scoped — find via raff role list --scope account.
create-project
--project-id global flag, RAFF_PROJECT_ID, or active profile). Required: --email, --role-id. The role must be project-scoped.
cancel
Related
Member commands
Account-level members and direct adds.
Project member commands
Project-scoped members.
Role commands
Get a role-id to invite with.