From 084b73907d4b34ab5e76023bd3298a76316ad67b Mon Sep 17 00:00:00 2001 From: Mathias Date: Sun, 7 Jun 2026 07:35:47 +0200 Subject: [PATCH] =?UTF-8?q?feat(task):=20add=20invite=20task=20=E2=80=94?= =?UTF-8?q?=20task=20invite=20EMAIL=3Duser@example.com?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Taskfile.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Taskfile.yml b/Taskfile.yml index 6997897..63cdc67 100644 --- a/Taskfile.yml +++ b/Taskfile.yml @@ -52,6 +52,14 @@ tasks: cmds: - go build -o bin/tapir ./cmd/tapir + invite: + desc: "Invite a user by email. Usage: task invite EMAIL=user@example.com" + requires: + vars: [EMAIL] + cmds: + - task: build + - op run --env-file ~/.config/tapir/tapir.env -- ./bin/tapir invite "{{.EMAIL}}" + skills: desc: Wire the engineering skills library into this repo (symlinks, gitignored). cmds: