Add 'kpod pull' command

Signed-off-by: umohnani8 <umohnani@redhat.com>
This commit is contained in:
umohnani8 2017-06-30 15:10:57 -04:00
parent e949508b17
commit ac9b53266d
6 changed files with 262 additions and 2 deletions

View file

@ -33,7 +33,7 @@ _kpod_version() {
local boolean_options="
"
_complete_ "$options_with_args" "$boolean_options"
}
}
kpod_tag() {
local options_with_args="
@ -43,6 +43,15 @@ kpod_tag() {
_complete_ "$options_with_args" "$boolean_options"
}
_kpod_pull() {
local options_with_args="
"
local boolean_options="
--all-tags -a
"
_complete_ "$options_with_args" "$boolean_options"
}
_kpod_kpod() {
local options_with_args="
"
@ -54,6 +63,7 @@ _kpod_kpod() {
launch
tag
version
pull
"
case "$prev" in