feat(task): add invite task — task invite EMAIL=user@example.com
This commit is contained in:
@@ -52,6 +52,14 @@ tasks:
|
|||||||
cmds:
|
cmds:
|
||||||
- go build -o bin/tapir ./cmd/tapir
|
- 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:
|
skills:
|
||||||
desc: Wire the engineering skills library into this repo (symlinks, gitignored).
|
desc: Wire the engineering skills library into this repo (symlinks, gitignored).
|
||||||
cmds:
|
cmds:
|
||||||
|
|||||||
Reference in New Issue
Block a user