We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e2f057 commit a6439d2Copy full SHA for a6439d2
internal/cmd/auth/get-access-token/get_access_token.go
@@ -42,7 +42,7 @@ func NewCmd(p *print.Printer) *cobra.Command {
42
return &cliErr.AccessTokenExpiredError{}
43
}
44
45
- p.Info("%s\n", accessToken)
+ p.Outputf("%s\n", accessToken)
46
return nil
47
},
48
0 commit comments