Cloudinary command line tool to upload images to cloudinary cdn from terminal. Currently only image upload is supported, feel free to contibute.
npm install -g cloudinary-pushYou will need upload preset to configure this, find it in docs here doc.
cloudinary-push config -p presetname -c cloudnamecloudinary-push filename| Command | Options | Use |
|---|---|---|
| config | -p , -c | provide preset name and cloudname |
| reset | remove the config |