diff --git a/pkg/cmd/extension/command.go b/pkg/cmd/extension/command.go index aa005ddbc..82e81c15f 100644 --- a/pkg/cmd/extension/command.go +++ b/pkg/cmd/extension/command.go @@ -64,6 +64,10 @@ func NewCmdExtension(f *cmdutil.Factory) *cobra.Command { return cmdutil.SilentError } + if io.IsStdoutTTY() { + fmt.Fprintf(io.Out, "%s Successfully checked extension upgrades\n", cs.SuccessIcon()) + } + return nil }