gumlet-image-purge
Installation
SKILL.md
Purge all cached images for a subdomain
gumlet image purge --subdomain mycompany
Purge specific image paths
gumlet image purge --subdomain mycompany \
--urls "https://mycompany.gumlet.io/photo.jpg,https://mycompany.gumlet.io/banner.png"
Flags
| Flag | Required | Description |
|---|---|---|
--subdomain |
✅ | Subdomain to purge cache for (e.g. mycompany for mycompany.gumlet.io) |
--urls |
✅ | Comma-separated list of specific URLs to purge |