mirror of
https://framagit.org/fiat-tux/hat-softwares/lutim.git
synced 2026-03-28 17:42:54 +01:00
1
CLI
Luc Didry edited this page 2022-06-29 13:04:04 +00:00
You may need sometimes to delete images from Lutim (spam or illegal content)
Lutim provides a CLI to do it. Its usage is pretty simple.
Getting help:
carton exec script/lutim help image
Print infos about the space-separated images (--csv creates a CSV output)
carton exec script/lutim image --info <short> <short> [--csv]
Delete the space-separated images (--yes disables confirmation, --quiet disables informations printing):
carton exec script/lutim image --remove <short> <short> [--yes] [--quiet]
Print infos about the images uploaded by this IP (database LIKE, may include images uploaded by other IPs):
carton exec script/lutim image --search <ip>
Go back to wiki's homepage.