Skip to content

Commit 5fa1118

Browse files
committed
feat: support output format in stackit auth get-access-token command
1 parent ee5e172 commit 5fa1118

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

internal/cmd/auth/get-access-token/get_access_token.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ func NewCmd(params *params.CmdParams) *cobra.Command {
6262

6363
return nil
6464
case print.YAMLOutputFormat:
65-
params.Printer.Outputf(`access_token: %q`, accessToken)
6665
details, err := yaml.MarshalWithOptions(map[string]string{
6766
"access_token": accessToken,
6867
}, yaml.IndentSequence(true), yaml.UseJSONMarshaler())

0 commit comments

Comments
 (0)