feat: add gitops function to remove podman containers
This commit is contained in:
parent
61902a8b5b
commit
b67af4b482
@ -85,6 +85,9 @@ clean)
|
||||
status)
|
||||
podman images
|
||||
;;
|
||||
remove)
|
||||
podman rm "$args"
|
||||
;;
|
||||
*)
|
||||
log error "Unknown command: $command"
|
||||
exit 127
|
||||
|
Loading…
x
Reference in New Issue
Block a user