Skip to content

Commit 6fa7d18

Browse files
committed
cli-plugins/manager: deprecate ReexecEnvvar
This alias was added in 4321293, which is part of v28.0, but did not deprecate them. They are no longer used in the CLI itself, but may be used by cli-plugin implementations. Signed-off-by: Sebastiaan van Stijn <[email protected]>
1 parent 8987498 commit 6fa7d18

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)