add user subcommand

This commit is contained in:
Anish Mukherjee
2022-11-28 16:42:36 +05:30
parent db014c93bd
commit da2d143e39
6 changed files with 96 additions and 8 deletions

9
cli/cmd/user/flags.go Normal file
View File

@@ -0,0 +1,9 @@
package user
var (
username string
password string
admin bool
networks string
groups string
)