Merge pull request #4277 from thaJeztah/24.0_backport_fix_cli_plugins_metadata_experimental_deprecation

[24.0 backport] cli-plugins/manager: fix deprecation comment of Metadata.Experimental
This commit is contained in:
Sebastiaan van Stijn
2023-05-11 16:42:02 +02:00
committed by GitHub
+1
View File
@@ -23,6 +23,7 @@ type Metadata struct {
// URL is a pointer to the plugin's homepage.
URL string `json:",omitempty"`
// Experimental specifies whether the plugin is experimental.
//
// Deprecated: experimental features are now always enabled in the CLI
Experimental bool `json:",omitempty"`
}