Skip to content

Commit

Permalink
Merge pull request #4342 from thaJeztah/remove_cli_plugins_metadata_e…
Browse files Browse the repository at this point in the history
…xperimental

cli-plugins: remove deprecated Metadata.Experimental
  • Loading branch information
thaJeztah authored Jun 12, 2023
2 parents f26ac47 + 6a50c4f commit 8aee745
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions cli-plugins/manager/metadata.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,4 @@ type Metadata struct {
ShortDescription string `json:",omitempty"`
// 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"`
}

0 comments on commit 8aee745

Please sign in to comment.