cloudinary-push
Advanced tools
Comparing version 1.1.2 to 1.1.3
{ | ||
"name": "cloudinary-push", | ||
"version": "1.1.2", | ||
"version": "1.1.3", | ||
"description": "npm command line tool to upload images to cloudinary.", | ||
@@ -5,0 +5,0 @@ "bin": { |
@@ -1,3 +0,27 @@ | ||
### coudinary-push | ||
## coudinary-push | ||
Cloudinary command line tool to upload images to cloudinary cdn from terminal. | ||
Cloudinary command line tool to upload images to cloudinary cdn from terminal. Currently only image upload is supported, feel free to contibute. | ||
#### Install | ||
```sh | ||
npm install -g cloudinary-push | ||
``` | ||
You will need upload preset to configure this, find it in docs here [doc](https://cloudinary.com/documentation/upload_images#upload_presets). | ||
### Usage | ||
```sh | ||
cloudinary-push config -p presetname -c cloudname | ||
``` | ||
#### To upload an image | ||
```sh | ||
cloudinary-push filename | ||
``` | ||
Command | Options | Use | ||
--- | --- | --- | ||
config | -p , -c | provide preset name and cloudname | ||
reset | | remove the config |
5558
28