diff options
author | TomSweeneyRedHat <tsweeney@redhat.com> | 2018-01-31 18:16:50 -0500 |
---|---|---|
committer | Atomic Bot <atomic-devel@projectatomic.io> | 2018-02-01 14:43:54 +0000 |
commit | 03cfe5ebbee306ee4aa84c74bbff83712e50fb1c (patch) | |
tree | d5487b66dec29fc00bd79781a70ea7221147bca1 /completions/bash/podman | |
parent | 2dfd048545d1def4b805a785f7259fc8f1fca22e (diff) | |
download | podman-03cfe5ebbee306ee4aa84c74bbff83712e50fb1c.tar.gz podman-03cfe5ebbee306ee4aa84c74bbff83712e50fb1c.tar.bz2 podman-03cfe5ebbee306ee4aa84c74bbff83712e50fb1c.zip |
Add authfile, cert-dir and creds params to build
Signed-off-by: TomSweeneyRedHat <tsweeney@redhat.com>
Closes: #280
Approved by: mheon
Diffstat (limited to 'completions/bash/podman')
-rw-r--r-- | completions/bash/podman | 13 |
1 files changed, 8 insertions, 5 deletions
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" |