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 ee5e172 commit 5fa1118Copy full SHA for 5fa1118
internal/cmd/auth/get-access-token/get_access_token.go
@@ -62,7 +62,6 @@ func NewCmd(params *params.CmdParams) *cobra.Command {
62
63
return nil
64
case print.YAMLOutputFormat:
65
- params.Printer.Outputf(`access_token: %q`, accessToken)
66
details, err := yaml.MarshalWithOptions(map[string]string{
67
"access_token": accessToken,
68
}, yaml.IndentSequence(true), yaml.UseJSONMarshaler())
0 commit comments