#cloudinary-cli
A CLI tool for the Cloudinary Admin API
list
- list resources (images) using optional params/filtersdelete
- delete images by prefix
- Upload image
- Folder management
- TBD...
- Error handling -
co
swallows errors, how to get do error handling when usingco.wrap(fn)
?
To use cloudinary-cli, clone this repo and run:
$ cd cloudinary-cli
$ npm link
Then the following should give you an overview of available actions:
cloudinary-cli --help
Note: Requires Node with harmony (generators, destructing). v4+ works no problem
Copyright (c) 2016 Aksel G. Gresvig Plyo Labs
Built using generator-commader.