rt team invite
rt › team › invite
Mint an opaque invite code for a handle, granting forge read access where mattstack manages membership
Usage
rt team invite [flags]
Arguments & flags
| Flag / Arg | Type | Default | Description |
|---|---|---|---|
--handle | text | The invitee's forge username | |
--team | text | Which cloned team to invite into; omit when only one is cloned | |
--json | boolean | false | Machine-readable result |
See code: commands/team.ts › teamInvite
Examples & notes
The link in the output is the thing to send. It opens a page that installs mattstack and hands the invite to the app, and the code never leaves the URL fragment, so it never reaches a server.
The code itself is the fallback for a chat client that mangles links: it can be pasted into Setup -> Join a team by hand.