Command line utility for flock
npm install flock-cli----
Quick start
``Install flock-cli app from flock app store
Note down the auth token recieved in mail
> export FLOCK_TOKEN
> npm install -g flock-cli
`One command usage
> flock -u "first_name last_name" -m "Hello"
> flock -g "group_name" -f file.txt
> flock -g "group_name" --image img.png
> flock -g "group_name" --flockml "
> flock --help
USAGE: node flock [OPTION1] [OPTION2]... arg1 arg2...
The following options are supported:
-t, --token
-m, --text
-u, --to
-g, --group
-f, --file
--flockml
--image
``
----
PS: In case you can't recall what a particular unix command does, this app also contains a bot (flock-cli Bot), which responds to unix commands with their man pages.