mirror of https://github.com/docker/cli.git
cli-plugins/manager: deprecate ReexecEnvvar
This alias was added in 4321293972
, which is
part of v28.0, but did not deprecate them. They are no longer used in the
CLI itself, but may be used by cli-plugin implementations.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
parent
89874983c8
commit
6fa7d18320
|
@ -23,6 +23,8 @@ const (
|
|||
// used to originally invoke the docker CLI when executing a
|
||||
// plugin. Assuming $PATH and $CWD remain unchanged this should allow
|
||||
// the plugin to re-execute the original CLI.
|
||||
//
|
||||
// Deprecated: use [metadata.ReexecEnvvar]. This alias will be removed in the next release.
|
||||
ReexecEnvvar = metadata.ReexecEnvvar
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue