Add kpod tag
command
Add one or more tags to an image Signed-off-by: Ryan Cole <rcyoalne@gmail.com>
This commit is contained in:
parent
ea7045dfa8
commit
b84f064976
7 changed files with 194 additions and 0 deletions
|
@ -33,6 +33,14 @@ _kpod_version() {
|
|||
local boolean_options="
|
||||
"
|
||||
_complete_ "$options_with_args" "$boolean_options"
|
||||
}
|
||||
|
||||
kpod_tag() {
|
||||
local options_with_args="
|
||||
"
|
||||
local boolean_options="
|
||||
"
|
||||
_complete_ "$options_with_args" "$boolean_options"
|
||||
}
|
||||
|
||||
_kpod_kpod() {
|
||||
|
@ -44,6 +52,7 @@ _kpod_kpod() {
|
|||
"
|
||||
commands="
|
||||
launch
|
||||
tag
|
||||
version
|
||||
"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue