diff --git a/gitops_router.sh b/gitops_router.sh index b891769..cbfcb22 100644 --- a/gitops_router.sh +++ b/gitops_router.sh @@ -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