Box Documentation Feedback CLI for pulling data from SurveyMonkey
npm install documentation-feedback-clidocumentation-feedback-cli
==========================
Box Documentation Feedback CLI for pulling data from SurveyMonkey




sh-session
$ 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]](#bdf-help-command)
* [bdf latest [AMOUNT]](#bdf-latest-amount)
* [bdf responses [PATH]](#bdf-responses-path)
* bdf setup ACCESS_TOKEN
* bdf statsbdf 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_TOKENSets up the auth token for this CLI
`
USAGE
$ bdf setup ACCESS_TOKENARGUMENTS
ACCESS_TOKEN the API access token
`_See code: src/commands/setup.ts_
bdf statsPrints some basic stats for our survey
`
USAGE
$ bdf statsOPTIONS
-h, --help show CLI help
``_See code: src/commands/stats.ts_