documentation-feedback-cli
Advanced tools
Comparing version 0.1.0 to 0.2.0
@@ -1,1 +0,1 @@ | ||
{"version":"0.1.0","commands":{"latest":{"id":"latest","description":"Prints the latest responses","pluginName":"documentation-feedback-cli","pluginType":"core","aliases":[],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"show CLI help","allowNo":false},"with-notes":{"name":"with-notes","type":"boolean","char":"N","description":"Only show messages with notes","allowNo":false}},"args":[{"name":"amount","description":"the number of responses to fetch","required":false,"default":"5"}]},"responses":{"id":"responses","description":"Prints the responses for an endpoint","pluginName":"documentation-feedback-cli","pluginType":"core","aliases":[],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"show CLI help","allowNo":false}},"args":[{"name":"path"}]},"setup":{"id":"setup","description":"Sets up the auth token for this CLI","pluginName":"documentation-feedback-cli","pluginType":"core","aliases":[],"flags":{},"args":[{"name":"access_token","description":"the API access token","required":true}]},"stats":{"id":"stats","description":"Prints some basic stats for our survey","pluginName":"documentation-feedback-cli","pluginType":"core","aliases":[],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"show CLI help","allowNo":false}},"args":[]}}} | ||
{"version":"0.2.0","commands":{"latest":{"id":"latest","description":"Prints the latest responses","pluginName":"documentation-feedback-cli","pluginType":"core","aliases":[],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"show CLI help","allowNo":false},"with-notes":{"name":"with-notes","type":"boolean","char":"N","description":"Only show messages with notes","allowNo":false}},"args":[{"name":"amount","description":"the number of responses to fetch","required":false,"default":"5"}]},"responses":{"id":"responses","description":"Prints the responses for an endpoint","pluginName":"documentation-feedback-cli","pluginType":"core","aliases":[],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"show CLI help","allowNo":false}},"args":[{"name":"path"}]},"setup":{"id":"setup","description":"Sets up the auth token for this CLI","pluginName":"documentation-feedback-cli","pluginType":"core","aliases":[],"flags":{},"args":[{"name":"access_token","description":"the API access token","required":true}]},"stats":{"id":"stats","description":"Prints some basic stats for our survey","pluginName":"documentation-feedback-cli","pluginType":"core","aliases":[],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"show CLI help","allowNo":false}},"args":[]}}} |
{ | ||
"name": "documentation-feedback-cli", | ||
"description": "Box Documentation Feedback CLI for pulling data from SurveyMonkey", | ||
"version": "0.1.0", | ||
"version": "0.2.0", | ||
"author": "Cristiano Betta @cbetta", | ||
"bin": { | ||
"bdf ": "./bin/run" | ||
"bdf": "./bin/run" | ||
}, | ||
@@ -9,0 +9,0 @@ "bugs": "https://github.com/box-devrel/documentation-feedback-cli/issues", |
@@ -22,3 +22,3 @@ documentation-feedback-cli | ||
$ bdf (-v|--version|version) | ||
documentation-feedback-cli/0.1.0 darwin-x64 node-v11.0.0 | ||
documentation-feedback-cli/0.2.0 darwin-x64 node-v11.0.0 | ||
$ bdf --help [COMMAND] | ||
@@ -71,3 +71,3 @@ USAGE | ||
_See code: [src/commands/latest.ts](https://github.com/box-devrel/documentation-feedback-cli/blob/v0.1.0/src/commands/latest.ts)_ | ||
_See code: [src/commands/latest.ts](https://github.com/box-devrel/documentation-feedback-cli/blob/v0.2.0/src/commands/latest.ts)_ | ||
@@ -86,3 +86,3 @@ ## `bdf responses [PATH]` | ||
_See code: [src/commands/responses.ts](https://github.com/box-devrel/documentation-feedback-cli/blob/v0.1.0/src/commands/responses.ts)_ | ||
_See code: [src/commands/responses.ts](https://github.com/box-devrel/documentation-feedback-cli/blob/v0.2.0/src/commands/responses.ts)_ | ||
@@ -101,3 +101,3 @@ ## `bdf setup ACCESS_TOKEN` | ||
_See code: [src/commands/setup.ts](https://github.com/box-devrel/documentation-feedback-cli/blob/v0.1.0/src/commands/setup.ts)_ | ||
_See code: [src/commands/setup.ts](https://github.com/box-devrel/documentation-feedback-cli/blob/v0.2.0/src/commands/setup.ts)_ | ||
@@ -116,3 +116,3 @@ ## `bdf stats` | ||
_See code: [src/commands/stats.ts](https://github.com/box-devrel/documentation-feedback-cli/blob/v0.1.0/src/commands/stats.ts)_ | ||
_See code: [src/commands/stats.ts](https://github.com/box-devrel/documentation-feedback-cli/blob/v0.2.0/src/commands/stats.ts)_ | ||
<!-- commandsstop --> |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
17535