I've released an unofficial Cloudinary CLI written in Go, leveraging the official Cloudinary SDK. The original Cloudinary CLI is written in Python, which is great but can be cumbersome to set up and manage dependencies. I created this Go-based CLI to offer a simpler, more efficient solution that is easy to use and fast.<p>Features:<p>- Image upload support: Easily upload images to Cloudinary.<p>- Specify upload presets and folders: Customise your uploads with presets and folder paths.<p>- Filter by file extensions: Specify which file types to upload.<p>- Process entire directories: Upload all images in a directory with a single command.<p>Check it out on GitHub. :)