From c75f4d4e70bb93e98d0573b6b01b80971b9f880d Mon Sep 17 00:00:00 2001 From: umohnani8 Date: Tue, 26 Jun 2018 09:59:26 -0400 Subject: Add --authfile to podman search Since podman search requires credentials to search private registries, add the --authfile flag to allow users to pass in credentials from a different authfile than the default one. Signed-off-by: umohnani8 Closes: #998 Approved by: rhatdan --- completions/bash/podman | 1 + 1 file changed, 1 insertion(+) (limited to 'completions') diff --git a/completions/bash/podman b/completions/bash/podman index d4679c570..69588ae27 100644 --- a/completions/bash/podman +++ b/completions/bash/podman @@ -1299,6 +1299,7 @@ _podman_pull() { _podman_search() { local options_with_args=" + --authfile --filter -f --format --limit -- cgit v1.2.3-54-g00ecf