Skip to content

Manage your team

Repster organizations can have multiple members with admin or member roles.

Role Can do
admin Deploy, run, manage secrets, invite/remove members, manage keys
member Trigger runs only

Invite a member

rp org invite [email protected]
rp org invite [email protected] --role admin

If the email address has no Repster account, one is created with a temporary password printed to the terminal. Share it out of band. The new user is required to set their own password on first login — the web UI blocks every other page until they do, and rp login walks them through the reset inline.

List members

rp org members
rp org members --profile prod

Shows email, role, and join date.

Promote to admin

rp org members promote [email protected]

Remove a member

rp org members remove [email protected]
rp org members remove [email protected] --yes   # skip confirmation

You cannot remove yourself or the last admin.

Switch organizations

If you belong to multiple orgs, each has its own saved profile:

rp org list               # list all orgs and their profile slugs
rp org switch <slug>      # set the default profile to a different org

Web UI

Member management is also available in the Repster Cloud UI (repster.online) under Settings → Members.