feat: add user creation CLI

This commit is contained in:
2026-06-20 19:30:26 +02:00
committed by Milas Holsting
parent b39add4362
commit 6e29cb59ef
4 changed files with 205 additions and 3 deletions

4
create-user Executable file
View File

@@ -0,0 +1,4 @@
#!/bin/sh
set -e
exec go run ./cmd/user "$@"