diff --git a/cmd/login.go b/cmd/login.go index 589f3c7..5a70626 100644 --- a/cmd/login.go +++ b/cmd/login.go @@ -143,6 +143,7 @@ func runLoginList(ctx *cli.Context) error { "Name", "URL", "SSHHost", + "User", } var values [][]string @@ -152,6 +153,7 @@ func runLoginList(ctx *cli.Context) error { l.Name, l.URL, l.GetSSHHost(), + l.User, }) }