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, add/remove members, manage keys
member Trigger runs only

Add a member

They register first, then you add them. Ask your colleague to run rp login and create an account (they can pick "join an existing organization" and skip creating one of their own). Once they have an account:

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

If they have no account yet, the command tells you so and does nothing:

error: no Repster account for [email protected] — ask them to run 'rp login'
       and create an account first, then invite them again

Adding someone cannot create their account: whoever creates an account holds its password, so registering yourself is what keeps your password yours.

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 (cloud.repster.online) under Settings → Members.