We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a8d4f0d + 6f353c8 commit 254f611Copy full SHA for 254f611
1 file changed
cli-plugins/manager/metadata.go
@@ -23,6 +23,7 @@ type Metadata struct {
23
// URL is a pointer to the plugin's homepage.
24
URL string `json:",omitempty"`
25
// Experimental specifies whether the plugin is experimental.
26
+ //
27
// Deprecated: experimental features are now always enabled in the CLI
28
Experimental bool `json:",omitempty"`
29
}
0 commit comments