Skip to content

Commit 9e52a28

Browse files
authored
Merge pull request #6410 from thaJeztah/deprecate_ReexecEnvvar
cli-plugins/manager: deprecate ReexecEnvvar
2 parents 8987498 + 6fa7d18 commit 9e52a28

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)