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: