feat: add --service-account to cli user creation (#23186)

This commit is contained in:
Asher
2026-03-17 14:07:20 -08:00
committed by GitHub
parent 49e5547c22
commit 903cfb183f
4 changed files with 102 additions and 12 deletions
+4
View File
@@ -24,6 +24,10 @@ OPTIONS:
-p, --password string
Specifies a password for the new user.
--service-account bool
Create a user account intended to be used by a service or as an
intermediary rather than by a human.
-u, --username string
Specifies a username for the new user.