Invite members, change roles, and manage your organization team.
Managing Members
Organization owners and admins can manage the team through the web app or CLI.
Viewing members
Go to your organization's page at shipables.dev/org/<name>. If you're an authenticated member, you'll see the members list and pending invitations.
Inviting members
On your organization's page, owners and admins can invite new members using the "Add Member" form. Enter the username of the person you want to invite.
Changing roles
On the organization page, owners and admins can update member roles using the role dropdown next to each member.
Role restrictions:
- Only the owner can promote members to admin
- Admins can change members to/from member role
- You cannot change the owner's role (use ownership transfer instead)
Removing members
On the organization page, click the remove button next to a member to remove them.
- Owners can remove any member
- Admins can remove members (but not other admins or the owner)
- The owner cannot be removed (transfer ownership first)
Canceling invitations
On the organization page, click the cancel button next to a pending invitation to revoke it.
Deleting skills
Organization skills can be deleted from the Manage Skills page. Skills from organizations where you are an owner or admin will appear alongside your personal skills.
You can also delete org skills via the CLI:
shipables delete @myorg/skill-name
Deleting an organization
Only the owner can delete an organization. All org skills must be deleted first.
Via the web
Go to shipables.dev/org/<name> — a Danger Zone section appears at the bottom of the page for owners.
Via the CLI
shipables org delete myorg
This removes the organization, all memberships, and pending invitations.