DockerCLI/cli-plugins/manager
Sebastiaan van Stijn 977d3ae046
Always enable experimental features
The CLI disabled experimental features by default, requiring users
to set a configuration option to enable them.

Disabling experimental features was a request from Enterprise users
that did not want experimental features to be accessible.

We are changing this policy, and now enable experimental features
by default. Experimental features may still change and/or removed,
and will be highlighted in the documentation and "usage" output.

For example, the `docker manifest inspect --help` output now shows:

    EXPERIMENTAL:
      docker manifest inspect is an experimental feature.

      Experimental features provide early access to product functionality. These features
      may change between releases without warning or can be removed entirely from a future
      release. Learn more about experimental features: https://docs.docker.com/go/experimental/

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-10-02 15:59:42 +02:00
..
candidate.go Add support for running a CLI plugin 2019-01-30 13:44:04 +00:00
candidate_test.go Always enable experimental features 2020-10-02 15:59:42 +02:00
cobra.go Refactor plugins' vendor location on --help 2019-02-21 17:54:11 +01:00
error.go Update some uses of errors.Cause() to errors.Is() 2020-05-10 19:56:35 +02:00
error_test.go Update some uses of errors.Cause() to errors.Is() 2020-05-10 19:56:35 +02:00
manager.go Always enable experimental features 2020-10-02 15:59:42 +02:00
manager_test.go bump gotest.tools v3.0.1 for compatibility with Go 1.14 2020-02-23 00:28:55 +01:00
manager_unix.go Add support for running a CLI plugin 2019-01-30 13:44:04 +00:00
manager_windows.go Search Windows CLI plugins also in ProgramFiles 2019-03-20 11:45:03 -07:00
metadata.go Always enable experimental features 2020-10-02 15:59:42 +02:00
plugin.go Always enable experimental features 2020-10-02 15:59:42 +02:00
suffix_unix.go Refactor code which deals with Windows' `.exe` suffix 2019-01-30 13:45:26 +00:00
suffix_windows.go Check for `.exe` case insensitively 2019-01-30 13:45:26 +00:00