npm.io
1.0.5 • Published 10 years agoCLI

cloudinary-cli-upload

Licence
MIT
Version
1.0.5
Deps
4
Vulns
1
Weekly
0
Stars
1

cloudinary-cli-upload

Simple CLI to upload images to Cloudinary

Installation

npm install -g cloudinary-cli-upload

Usage

To upload JPG files under ~/pics/ directory

cloudinary-upload --api-key 12345 --api-secret somesecret --cloud-name somename ~/pics/*.jpg

If 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.

Keywords