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 0e262ba commit 7363742Copy full SHA for 7363742
internal/cmd/beta/intake/instance/delete/delete.go
@@ -83,7 +83,7 @@ func NewCmd(p *params.CmdParams) *cobra.Command {
83
if model.Async {
84
operationState = "Triggered deletion of"
85
}
86
- p.Printer.Info("%s stackit Intake instance %s \n", operationState, model.IntakeId)
+ p.Printer.Outputf("%s stackit Intake instance %s \n", operationState, model.IntakeId)
87
88
return nil
89
},
0 commit comments