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 0ee843f commit 7ee08bbCopy full SHA for 7ee08bb
internal/cmd/auth/api/logout/logout.go
@@ -27,7 +27,7 @@ func NewCmd(p *types.CmdParams) *cobra.Command {
27
return fmt.Errorf("log out failed: %w", err)
28
}
29
30
- p.Printer.Info("Successfully logged out from STACKIT Terraform Provider and SDK.\n")
+ p.Printer.Outputln("Successfully logged out from STACKIT Terraform Provider and SDK.")
31
return nil
32
},
33
internal/cmd/auth/logout/logout.go
@@ -29,7 +29,7 @@ func NewCmd(params *types.CmdParams) *cobra.Command {
- params.Printer.Info("Successfully logged out of the STACKIT CLI.\n")
+ params.Printer.Outputln("Successfully logged out of the STACKIT CLI.")
34
35
0 commit comments