1.0.5 • Published 9 years ago

cloudinary-cli-upload v1.0.5

Weekly downloads
3
License
MIT
Repository
github
Last release
9 years ago

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.

1.0.5

9 years ago

1.0.4

9 years ago

1.0.3

9 years ago

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago