1
0
mirror of https://github.com/docker/cli.git synced 2026-01-13 18:22:35 +03:00

Merge pull request #6410 from thaJeztah/deprecate_ReexecEnvvar

cli-plugins/manager: deprecate ReexecEnvvar
This commit is contained in:
Paweł Gronowski
2025-09-01 17:56:42 +02:00
committed by GitHub

View File

@@ -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
)