Skip to content

Commit

Permalink
Merge pull request #4276 from thaJeztah/fix_cli_plugins_metadata_expe…
Browse files Browse the repository at this point in the history
…rimental_deprecation

cli-plugins/manager: fix deprecation comment of Metadata.Experimental
  • Loading branch information
thaJeztah authored May 11, 2023
2 parents bc3f905 + 72e3813 commit 185ac35
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cli-plugins/manager/metadata.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"`
}

0 comments on commit 185ac35

Please sign in to comment.