diff --git a/cli-plugins/manager/metadata.go b/cli-plugins/manager/metadata.go index 5c80c1db86..5aaf5ca11a 100644 --- a/cli-plugins/manager/metadata.go +++ b/cli-plugins/manager/metadata.go @@ -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"` }