Uploading local or remote images from Cli to store in Cloud.


Keywords
cli-app, cli, image
License
MIT
Install
npm install image-cli@0.0.11

Documentation

image-cli npm Build Status

8MB GIF Preview 😅

preview

Install

$ npm install -g image-cli

Example

$ image a.jpg

$ image [Drag and Drop an image here from your file system]

$ image http://remote/path/to/image.jpg

# if a given image url is not ended with .xxx but something like .xxx:large
# you can specific the extension you actually need using `-e/--ext`:
$ image http://path/to/a.jpg/large -e .jpg

# use proxy to download images behide firewall
# for example you are using lantern to bypass firewall
$ image http://blocked-website.com/xxx.jpg -p localhost:8787
# or system proxy, http_proxy or https_proxy
$ http_proxy=localhost:8787 image http://blocked-website.com/xxx.jpg

License

MIT © EGOIST