feat: add gitops function to remove podman containers
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user