Skip to content

Commit 8aee745

Browse files
authored
Merge pull request #4342 from thaJeztah/remove_cli_plugins_metadata_experimental
cli-plugins: remove deprecated Metadata.Experimental
2 parents f26ac47 + 6a50c4f commit 8aee745

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

cli-plugins/manager/metadata.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,4 @@ type Metadata struct {
2222
ShortDescription string `json:",omitempty"`
2323
// URL is a pointer to the plugin's homepage.
2424
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"`
2925
}

0 commit comments

Comments
 (0)