diff --git a/gitops_router.sh b/gitops_router.sh index 539c336..77ae656 100644 --- a/gitops_router.sh +++ b/gitops_router.sh @@ -85,6 +85,9 @@ clean) status) podman images ;; +remove) + podman rm "$args" + ;; *) log error "Unknown command: $command" exit 127