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¶
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¶
Shows email, role, and join date.
Promote to admin¶
Remove a member¶
rp org members remove engineer@example.com
rp org members remove engineer@example.com --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.