Skip to content

Commit 8bf7731

Browse files
committed
fix: added platform login info to describe the persisted login credentials location
1 parent 28215aa commit 8bf7731

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cmd/vclusterctl/cmd/platform/login.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,7 @@ func (cmd *LoginCmd) Run(ctx context.Context, args []string) error {
133133
if err != nil {
134134
return err
135135
}
136+
cmd.Log.Infof("Login credentials are stored in %q", cmd.Config)
136137
cmd.Log.Donef(product.Replace("Successfully logged into Loft instance %s"), ansi.Color(url, "white+b"))
137138

138139
// skip log into docker registries?

0 commit comments

Comments
 (0)