Skip to content

Commit

Permalink
Docs: Update readme.md.
Browse files Browse the repository at this point in the history
  • Loading branch information
SlawekGreczyn committed Jun 14, 2018
1 parent e2924aa commit 2d670de
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#easy-image cli
##easy-image cli
Console app for moving images from your drive into easy-image service.

### Requirements
Expand All @@ -9,10 +9,7 @@
npm install

### Usage
For savig images addresses in file use stdout to file redirection.

Example:
node index.js upload -p /User/Admin/images/ -u http://example.com/upload/ -t http://example.com/token/ > result.json
node index.js upload -p /User/Admin/images/ -u http://example.com/upload/ -t http://example.com/token/ --output images.json

### Options
-p, --path <filePath> Path to file or directory
Expand Down

0 comments on commit 2d670de

Please sign in to comment.