Add 'users jwt <email>' command

Command generates valid JWT for that user
This commit is contained in:
Denis Arh
2019-04-27 13:19:14 +02:00
parent 980b6d581c
commit 5be1b607f5
3 changed files with 35 additions and 2 deletions
+1 -1
View File
@@ -23,5 +23,5 @@ func main() {
log.Fatalf("Error initializing system: %+v", err)
}
cli.Run(ctx)
cli.StartCLI(ctx)
}