Skip to content

Commit 819a8a0

Browse files
authored
Merge pull request #14 from liquidweb/feedback-tweaks
Feedback tweaks
2 parents ff63552 + 32bcd13 commit 819a8a0

27 files changed

+494
-251
lines changed

cmd/authGetContexts.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,9 @@ If you've never setup any contexts, check "auth init".`,
4545
fmt.Printf("\tInsecure: %t\n", context.Insecure)
4646
fmt.Printf("\tTimeout: %d\n", context.Timeout)
4747
}
48+
49+
currentContext := lwCliInst.Viper.GetString("liquidweb.api.current_context")
50+
fmt.Printf("Current context: [%s]\n", currentContext)
4851
},
4952
}
5053

0 commit comments

Comments
 (0)