add a few CLI commands

This commit is contained in:
Devin Zuczek
2026-07-16 11:33:01 -04:00
parent 03871dcdd8
commit ed155c163c
10 changed files with 450 additions and 9 deletions
+6
View File
@@ -81,6 +81,12 @@ export interface Account {
* DTO (the DTO builders pick only known fields), so it doesn't leak.
*/
passwordHash?: string
/**
* Whether this account holds the developer role (backs GET /role/developer/:id).
* Not set by any player-facing flow — only an operator grants it, via
* `runx admin grant-developer`. Absent/false means no developer role.
*/
isDeveloper?: boolean
}
interface AccountRow {