We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a8aeb4 commit 3951c33Copy full SHA for 3951c33
1 file changed
internal/pkg/agent/cmd/upgrade.go
@@ -36,8 +36,6 @@ func newUpgradeCommandWithArgs(_ []string, streams *cli.IOStreams) *cobra.Comman
36
}
37
38
func upgradeCmd(streams *cli.IOStreams, cmd *cobra.Command, args []string) error {
39
- fmt.Fprintln(streams.Out, "The upgrade process of Elastic Agent is currently EXPERIMENTAL and should not be used in production")
40
-
41
version := args[0]
42
sourceURI, _ := cmd.Flags().GetString("source-uri")
43
0 commit comments