From 1d169141f3a5542efda2f7fdb0bb88308c06191b Mon Sep 17 00:00:00 2001 From: Christophe Besson Date: Wed, 23 Sep 2026 18:16:02 +0200 Subject: feat(node): member invite --link and member cancel in the CLI MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The CLI makes both halves itself — the node's code, then the hub's ticket bound to the address — and prints the link; a refused ticket takes the code back, and cancel takes back both. The CLI never asks the hub to mail. Co-Authored-By: Claude Opus 5.5 --- docs/USERGUIDE.md | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) (limited to 'docs/USERGUIDE.md') diff --git a/docs/USERGUIDE.md b/docs/USERGUIDE.md index afe63fd..dda69d2 100644 --- a/docs/USERGUIDE.md +++ b/docs/USERGUIDE.md @@ -567,8 +567,15 @@ membership on the hub and produces a code that never goes near it. Send the code out of band; they enter it the first time they open the group. You do not need to be online then. -**Inviting someone who has no account yet** is the **Invite by link** box, under -the first one: type their e-mail address and **Create link**. Send them the +**Inviting someone who has no account yet** is a link: + +```bash +meshbay-node member invite alice@example.org --link +meshbay-node member cancel # printed with the link, and in member list +``` + +or the **Invite by link** box in the Members tab, under the first one: type +their e-mail address and **Create link**. Send them the link, or leave **Send the invitation by e-mail** ticked and the hub mails it. They register with that address and land in the group without typing a code. The link works once and only for an account with that address, so a copy that @@ -800,7 +807,8 @@ meshbay-node root eject|plug removable drives meshbay-node gek init|rotate the group's encryption key meshbay-node operator pair authorise a browser -meshbay-node member list|invite|revoke|unpin people +meshbay-node member list|invite|cancel|revoke|unpin + people, and invitation links meshbay-node file list|rm files, from the machine itself meshbay-node chat status|rotate|encrypt-history|prune -- cgit v1.2.3