Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

documentation-feedback-cli

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

documentation-feedback-cli - npm Package Compare versions

Comparing version 0.1.0 to 0.2.0

2

oclif.manifest.json

@@ -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 -->
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc