grater-cli
v1.1.0
Published
CLI Interface to Grater.io
Downloads
1
Readme
grater-cli
CLI Interface to Grater.io
Usage
$ npm install -g grater-cli
$ grater COMMAND
running command...
$ grater (-v|--version|version)
grater-cli/1.1.0 darwin-x64 node-v10.0.0
$ grater --help [COMMAND]
USAGE
$ grater COMMAND
...
Commands
grater endpointData CANONICALNAME FIELDS
index query on an Endpoint
USAGE
$ grater endpointData CANONICALNAME FIELDS
ARGUMENTS
CANONICALNAME canonicalName of the endpoint to query
FIELDS comma-separated list of fields to return
OPTIONS
-f, --first=first how many documents to return
-h, --help show CLI help
-s, --skip=skip how many documents to skip
See code: src/commands/endpointData.ts
grater help [COMMAND]
display help for grater
USAGE
$ grater help [COMMAND]
ARGUMENTS
COMMAND command to show help for
OPTIONS
--all see all commands in CLI
See code: @oclif/plugin-help
grater info
view Grater.io Endpoint info
USAGE
$ grater info
OPTIONS
-h, --help show CLI help
See code: src/commands/info.ts