feat: add gitops function to remove podman containers

This commit is contained in:
Pallav Vasa 2025-05-17 06:34:26 +00:00
parent 61902a8b5b
commit b67af4b482

View File

@ -85,6 +85,9 @@ clean)
status) status)
podman images podman images
;; ;;
remove)
podman rm "$args"
;;
*) *)
log error "Unknown command: $command" log error "Unknown command: $command"
exit 127 exit 127