We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6cd42da + 8e49313 commit f2cd197Copy full SHA for f2cd197
cli-plugins/manager/manager.go
@@ -23,6 +23,8 @@ const (
23
// used to originally invoke the docker CLI when executing a
24
// plugin. Assuming $PATH and $CWD remain unchanged this should allow
25
// the plugin to re-execute the original CLI.
26
+ //
27
+ // Deprecated: use [metadata.ReexecEnvvar]. This alias will be removed in the next release.
28
ReexecEnvvar = metadata.ReexecEnvvar
29
)
30
0 commit comments