mirror of
https://github.com/docker/cli.git
synced 2026-01-13 18:22:35 +03:00
These consts and types were moved to a separate metadata package in commits292713c887and4321293972, and deprecated in72f76f2720,5876b2941c, and6fa7d18320. This removes the deprecated aliases in `cli-plugins/manager` in favor of their equivalent in `cli-plugins/manager/metadata`: - `CommandAnnotationPlugin` - `CommandAnnotationPluginVendor` - `CommandAnnotationPluginVersion` - `CommandAnnotationPluginInvalid` - `CommandAnnotationPluginCommandPath` - `NamePrefix` - `MetadataSubcommandName` - `HookSubcommandName` - `Metadata` - `ReexecEnvvar` Signed-off-by: Sebastiaan van Stijn <github@gone.nl>