feat: add gitops command to remove podman images
This commit is contained in:
parent
d83040478e
commit
aa6d5ebbfb
@ -171,6 +171,7 @@ update)
|
||||
clean) clean_images ;;
|
||||
status) podman images ;;
|
||||
remove) remove_containers "${args[@]}" ;;
|
||||
rmi) podman rmi "${args[@]}" ;;
|
||||
*)
|
||||
log ERROR "Unknown command: '$cmd'"
|
||||
exit 127
|
||||
|
Loading…
x
Reference in New Issue
Block a user