Update kpod load to add signature-policy (2)
Signed-off-by: TomSweeneyRedHat <tsweeney@redhat.com>
This commit is contained in:
parent
cd1bac5ee0
commit
54a043bfcd
7 changed files with 60 additions and 5 deletions
|
@ -170,6 +170,7 @@ _kpod_logs() {
|
|||
|
||||
_kpod_pull() {
|
||||
local options_with_args="
|
||||
--signature-policy
|
||||
"
|
||||
local boolean_options="
|
||||
--all-tags -a
|
||||
|
@ -424,6 +425,7 @@ _complete_() {
|
|||
_kpod_load() {
|
||||
local options_with_args="
|
||||
--input -i
|
||||
--signature-policy
|
||||
"
|
||||
local boolean_options="
|
||||
--quiet -q
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue