Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
Cloudinary¶
Where do I find my API key and API secret credentials?
Cloudinary CLI¶
export CLOUDINARY_URL='cloudinary://<API_KEY>:<API_SECRET>@<CLOUD_NAME>'
cld uploader upload path/to/image.jpg
cld upload_dir -f cloudinary_folder_name local_folder_name