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

box-view-cli

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

box-view-cli - npm Package Compare versions

Comparing version 0.4.1 to 0.4.2

2

package.json
{
"name": "box-view-cli",
"version": "0.4.1",
"version": "0.4.2",
"description": "A CLI for Box View API",

@@ -5,0 +5,0 @@ "author": "Cameron Lakenen <lakenen@box.com>",

@@ -24,6 +24,10 @@ # Box View API CLI

help [command] output usage information
help [options] output usage information
options [options] output concise command information
upload [options] upload a document to the View API
session [options] create a viewing session on the View API
boom [options] upload a document and create a session all in one fancy command
content [options] request document content from the View API
view [options] upload a document and create a session all in one fancy command
status [options] request document content from the View API
list [options] request a list of documents from the View API

@@ -35,4 +39,30 @@ Options:

-t, --token [token] Box View API Token (default: $BOX_VIEW_API_TOKEN)
--completion [type] Print shell completion script (types: bash)
```
### List
```
Usage: list [options]
Options:
-h, --help output usage information
-n, --number [limit] the maximum number of documents to request
-b, --before [date] the latest document to request
-a, --after [date] the earliest document to request
```
### Status
```
Usage: status [options]
Options:
-h, --help output usage information
-i, --document-id [id] the document ID
--fields [fields] the fields to request (comma-separated)
```
### Upload

@@ -39,0 +69,0 @@

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