mirror of
https://github.com/lxc/incus.git
synced 2026-02-05 09:46:19 +01:00
[lxd-import] scripts/bash: add missing incus config trust subcommands
Signed-off-by: Simon Deziel <simon.deziel@canonical.com>
This commit is contained in:
committed by
Stéphane Graber
parent
3517ac4db6
commit
a098d142f1
@@ -184,7 +184,7 @@ _have incus && {
|
||||
3)
|
||||
case ${no_dashargs[2]} in
|
||||
"trust")
|
||||
COMPREPLY=( $(compgen -W "list add remove" -- $cur) )
|
||||
COMPREPLY=( $(compgen -W "add add-certificate edit list list-tokens remove revoke-token show" -- $cur) )
|
||||
;;
|
||||
"device")
|
||||
COMPREPLY=( $(compgen -W "add get set unset list show remove" -- $cur) )
|
||||
|
||||
Reference in New Issue
Block a user