1.0.5 • Published 10 years ago
cloudinary-cli-upload v1.0.5
cloudinary-cli-upload
Simple CLI to upload images to Cloudinary
Installation
npm install -g cloudinary-cli-uploadUsage
To upload JPG files under ~/pics/ directory
cloudinary-upload --api-key 12345 --api-secret somesecret --cloud-name somename ~/pics/*.jpgIf Cloudinary credential is not specified, .env file under current directory will be loaded. CLOUDINARY_URL environment variable must be set in the file as this will be used as configuration.
Run cloudinary-upload -h for more options.