Skip to article frontmatterSkip to article content
Site not loading correctly?

This may be due to an incorrect BASE_URL configuration. See the MyST Documentation for reference.

Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!

Cloudinary

Optimize images

Cloudinary CLI reference

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

References