Skip to content

Commit f2cd197

Browse files
authored
Merge pull request #6411 from thaJeztah/28.x_backport_deprecate_ReexecEnvvar
[28.x backport] cli-plugins/manager: deprecate ReexecEnvvar
2 parents 6cd42da + 8e49313 commit f2cd197

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cli-plugins/manager/manager.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ const (
2323
// used to originally invoke the docker CLI when executing a
2424
// plugin. Assuming $PATH and $CWD remain unchanged this should allow
2525
// the plugin to re-execute the original CLI.
26+
//
27+
// Deprecated: use [metadata.ReexecEnvvar]. This alias will be removed in the next release.
2628
ReexecEnvvar = metadata.ReexecEnvvar
2729
)
2830

0 commit comments

Comments
 (0)