Skip to content

Commit b1d4528

Browse files
authored
Merge pull request #6464 from thaJeztah/remove_deprecated_experimental
cli/config/configfile: remove deprecated ConfigFile.Experimental field
2 parents 4c802a1 + a53e83a commit b1d4528

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

cli/config/configfile/file.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,6 @@ type ConfigFile struct {
4343
Plugins map[string]map[string]string `json:"plugins,omitempty"`
4444
Aliases map[string]string `json:"aliases,omitempty"`
4545
Features map[string]string `json:"features,omitempty"`
46-
47-
// Deprecated: experimental CLI features are always enabled and this field is no longer used. Use [Features] instead for optional features. This field will be removed in a future release.
48-
Experimental string `json:"experimental,omitempty"`
4946
}
5047

5148
type configEnvAuth struct {

0 commit comments

Comments
 (0)