documentation-feedback-cli
v0.3.1
Published
Box Documentation Feedback CLI for pulling data from SurveyMonkey
Downloads
2
Readme
documentation-feedback-cli
Box Documentation Feedback CLI for pulling data from SurveyMonkey
Usage
$ npm install -g documentation-feedback-cli
$ bdf COMMAND
running command...
$ bdf (-v|--version|version)
documentation-feedback-cli/0.3.0 darwin-x64 node-v11.0.0
$ bdf --help [COMMAND]
USAGE
$ bdf COMMAND
...
Commands
bdf help [COMMAND]
display help for bdf
USAGE
$ bdf help [COMMAND]
ARGUMENTS
COMMAND command to show help for
OPTIONS
--all see all commands in CLI
See code: @oclif/plugin-help
bdf latest [AMOUNT]
Prints the latest responses
USAGE
$ bdf latest [AMOUNT]
ARGUMENTS
AMOUNT [default: 5] the number of responses to fetch
OPTIONS
-N, --with-notes Only show messages with notes
-h, --help show CLI help
See code: src/commands/latest.ts
bdf responses [PATH]
Prints the responses for an endpoint
USAGE
$ bdf responses [PATH]
OPTIONS
-h, --help show CLI help
See code: src/commands/responses.ts
bdf setup ACCESS_TOKEN
Sets up the auth token for this CLI
USAGE
$ bdf setup ACCESS_TOKEN
ARGUMENTS
ACCESS_TOKEN the API access token
See code: src/commands/setup.ts
bdf stats
Prints some basic stats for our survey
USAGE
$ bdf stats
OPTIONS
-h, --help show CLI help
See code: src/commands/stats.ts