From 03cfe5ebbee306ee4aa84c74bbff83712e50fb1c Mon Sep 17 00:00:00 2001 From: TomSweeneyRedHat Date: Wed, 31 Jan 2018 18:16:50 -0500 Subject: Add authfile, cert-dir and creds params to build Signed-off-by: TomSweeneyRedHat Closes: #280 Approved by: mheon --- completions/bash/podman | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) (limited to 'completions/bash/podman') diff --git a/completions/bash/podman b/completions/bash/podman index f8086220e..0087c56b9 100644 --- a/completions/bash/podman +++ b/completions/bash/podman @@ -700,15 +700,18 @@ _podman_build() { " local options_with_args=" - --signature-policy + --authfile + --build-arg + --cert-dir + --creds + --file + -f + --format --runtime --runtime-flag + --signature-policy --tag -t - --file - -f - --build-arg - --format " local all_options="$options_with_args $boolean_options" -- cgit v1.2.3-54-g00ecf