Cloudinary Go

A Go client library and CLI tool to upload static assets to Cloudinary service

Cloudinary-go is a Go client library and CLI tool to upload static assets to the Cloudinary service. Installation Install the CLI tool and the library with: go get github.com/rootsongjc/cloudinary-go/cloudinary Or download the release binary from release. Configuration Create a default configuration file named ${HOME}/.cloudinary.toml [cloudinary] uri=cloudinary://api_key:api_secret@cloud_name # check your cloudinary dashboard to the the uri prepend = "images" # default cloudinary folder Usage A CLI tool to upload static assets to the Cloudinary service. [Read More]