We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b01b0bd commit aa9e20fCopy full SHA for aa9e20f
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