box-view-cli
Advanced tools
Comparing version 0.4.1 to 0.4.2
{ | ||
"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 @@ |
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
18239
125