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 8987498 + 6fa7d18 commit 9e52a28Copy full SHA for 9e52a28
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