feat: add gitops command to remove podman images

This commit is contained in:
null 2025-05-17 16:58:36 +00:00
parent d83040478e
commit aa6d5ebbfb

View File

@ -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