Hacker News new | ask | show | jobs
Show HN: Unofficial Cloudinary CLI in Go (github.com)
1 points by martins_irbe 695 days ago
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.

Features:

- Image upload support: Easily upload images to Cloudinary.

- Specify upload presets and folders: Customise your uploads with presets and folder paths.

- Filter by file extensions: Specify which file types to upload.

- Process entire directories: Upload all images in a directory with a single command.

Check it out on GitHub. :)