myesa is command line esa client
Fetch from GitHub and install.
$ go get github.com/nasum/myesa
$ go installcreate myesarc.json in your $HOME
{
"ACCESS_TOKEN" : "access token",
"TEAM" : "team name"
}please see help
$ myesa help
esa client
Usage:
myesa [command]
Available Commands:
edit edit articles
help Help about any command
search search articles
show show articles
Flags:
-h, --help help for myesa
Use "myesa [command] --help" for more information about a command.