mirror of
https://github.com/docker/cli.git
synced 2026-01-13 18:22:35 +03:00
The IsAutomated field is being deprecated by Docker Hub's search API and will always be "false" in future. This patch: - Deprecates the field and the related "is-automated" filter - Removes the "AUTOMATED" column from the default output of "docker search" Signed-off-by: Sebastiaan van Stijn <github@gone.nl>