We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f26ac47 + 6a50c4f commit 8aee745Copy full SHA for 8aee745
1 file changed
cli-plugins/manager/metadata.go
@@ -22,8 +22,4 @@ type Metadata struct {
22
ShortDescription string `json:",omitempty"`
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