Add --tls-verify, --cert-dir, and --quiet flags to kpod pull
Signed-off-by: umohnani8 <umohnani@redhat.com>
This commit is contained in:
parent
8d78e3cfac
commit
f9992d71a3
5 changed files with 58 additions and 10 deletions
|
@ -172,10 +172,14 @@ _kpod_pull() {
|
|||
local options_with_args="
|
||||
--authfile
|
||||
--creds
|
||||
--cert-dir
|
||||
--signature-policy
|
||||
"
|
||||
local boolean_options="
|
||||
--all-tags -a
|
||||
--quiet
|
||||
-q
|
||||
--tls-verify
|
||||
"
|
||||
_complete_ "$options_with_args" "$boolean_options"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue