Skip to content

Commit

Permalink
2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Willer committed May 9, 2019
1 parent 96b49d5 commit 0e28459
Show file tree
Hide file tree
Showing 30 changed files with 294 additions and 6,077 deletions.
5,930 changes: 31 additions & 5,899 deletions README.md

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions docs/collaboration-whitelist.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ OPTIONS
--save-to-file-path=save-to-file-path Override default file path to save report
```

_See code: [src/commands/collaboration-whitelist/index.js](https://github.com/Documents/box-cli-v2/blob/v0.0.0/src/commands/collaboration-whitelist/index.js)_
_See code: [src/commands/collaboration-whitelist/index.js](https://github.com/box/boxcli/blob/v2.2.0/src/commands/collaboration-whitelist/index.js)_

## `box collaboration-whitelist:add DOMAIN`

Expand Down Expand Up @@ -64,7 +64,7 @@ OPTIONS
--save-to-file-path=save-to-file-path Override default file path to save report
```

_See code: [src/commands/collaboration-whitelist/add.js](https://github.com/Documents/box-cli-v2/blob/v0.0.0/src/commands/collaboration-whitelist/add.js)_
_See code: [src/commands/collaboration-whitelist/add.js](https://github.com/box/boxcli/blob/v2.2.0/src/commands/collaboration-whitelist/add.js)_

## `box collaboration-whitelist:delete ID`

Expand Down Expand Up @@ -92,7 +92,7 @@ OPTIONS
--save-to-file-path=save-to-file-path Override default file path to save report
```

_See code: [src/commands/collaboration-whitelist/delete.js](https://github.com/Documents/box-cli-v2/blob/v0.0.0/src/commands/collaboration-whitelist/delete.js)_
_See code: [src/commands/collaboration-whitelist/delete.js](https://github.com/box/boxcli/blob/v2.2.0/src/commands/collaboration-whitelist/delete.js)_

## `box collaboration-whitelist:exemptions`

Expand All @@ -117,7 +117,7 @@ OPTIONS
--save-to-file-path=save-to-file-path Override default file path to save report
```

_See code: [src/commands/collaboration-whitelist/exemptions/index.js](https://github.com/Documents/box-cli-v2/blob/v0.0.0/src/commands/collaboration-whitelist/exemptions/index.js)_
_See code: [src/commands/collaboration-whitelist/exemptions/index.js](https://github.com/box/boxcli/blob/v2.2.0/src/commands/collaboration-whitelist/exemptions/index.js)_

## `box collaboration-whitelist:exemptions:create USERID`

Expand Down Expand Up @@ -145,7 +145,7 @@ OPTIONS
--save-to-file-path=save-to-file-path Override default file path to save report
```

_See code: [src/commands/collaboration-whitelist/exemptions/create.js](https://github.com/Documents/box-cli-v2/blob/v0.0.0/src/commands/collaboration-whitelist/exemptions/create.js)_
_See code: [src/commands/collaboration-whitelist/exemptions/create.js](https://github.com/box/boxcli/blob/v2.2.0/src/commands/collaboration-whitelist/exemptions/create.js)_

## `box collaboration-whitelist:exemptions:delete ID`

Expand Down Expand Up @@ -173,7 +173,7 @@ OPTIONS
--save-to-file-path=save-to-file-path Override default file path to save report
```

_See code: [src/commands/collaboration-whitelist/exemptions/delete.js](https://github.com/Documents/box-cli-v2/blob/v0.0.0/src/commands/collaboration-whitelist/exemptions/delete.js)_
_See code: [src/commands/collaboration-whitelist/exemptions/delete.js](https://github.com/box/boxcli/blob/v2.2.0/src/commands/collaboration-whitelist/exemptions/delete.js)_

## `box collaboration-whitelist:exemptions:get ID`

Expand Down Expand Up @@ -201,7 +201,7 @@ OPTIONS
--save-to-file-path=save-to-file-path Override default file path to save report
```

_See code: [src/commands/collaboration-whitelist/exemptions/get.js](https://github.com/Documents/box-cli-v2/blob/v0.0.0/src/commands/collaboration-whitelist/exemptions/get.js)_
_See code: [src/commands/collaboration-whitelist/exemptions/get.js](https://github.com/box/boxcli/blob/v2.2.0/src/commands/collaboration-whitelist/exemptions/get.js)_

## `box collaboration-whitelist:get ID`

Expand Down Expand Up @@ -229,4 +229,4 @@ OPTIONS
--save-to-file-path=save-to-file-path Override default file path to save report
```

_See code: [src/commands/collaboration-whitelist/get.js](https://github.com/Documents/box-cli-v2/blob/v0.0.0/src/commands/collaboration-whitelist/get.js)_
_See code: [src/commands/collaboration-whitelist/get.js](https://github.com/box/boxcli/blob/v2.2.0/src/commands/collaboration-whitelist/get.js)_
8 changes: 4 additions & 4 deletions docs/collaborations.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ ALIASES
$ box folders:collaborations:delete
```

_See code: [src/commands/collaborations/delete.js](https://github.com/Documents/box-cli-v2/blob/v0.0.0/src/commands/collaborations/delete.js)_
_See code: [src/commands/collaborations/delete.js](https://github.com/box/boxcli/blob/v2.2.0/src/commands/collaborations/delete.js)_

## `box collaborations:get ID`

Expand Down Expand Up @@ -66,7 +66,7 @@ OPTIONS
--save-to-file-path=save-to-file-path Override default file path to save report
```

_See code: [src/commands/collaborations/get.js](https://github.com/Documents/box-cli-v2/blob/v0.0.0/src/commands/collaborations/get.js)_
_See code: [src/commands/collaborations/get.js](https://github.com/box/boxcli/blob/v2.2.0/src/commands/collaborations/get.js)_

## `box collaborations:pending`

Expand Down Expand Up @@ -94,7 +94,7 @@ ALIASES
$ box collaborations:get-pending
```

_See code: [src/commands/collaborations/pending.js](https://github.com/Documents/box-cli-v2/blob/v0.0.0/src/commands/collaborations/pending.js)_
_See code: [src/commands/collaborations/pending.js](https://github.com/box/boxcli/blob/v2.2.0/src/commands/collaborations/pending.js)_

## `box collaborations:update ID`

Expand Down Expand Up @@ -161,4 +161,4 @@ ALIASES
$ box folders:collaborations:update
```

_See code: [src/commands/collaborations/update.js](https://github.com/Documents/box-cli-v2/blob/v0.0.0/src/commands/collaborations/update.js)_
_See code: [src/commands/collaborations/update.js](https://github.com/box/boxcli/blob/v2.2.0/src/commands/collaborations/update.js)_
8 changes: 4 additions & 4 deletions docs/collections.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ ALIASES
$ box collections:list
```

_See code: [src/commands/collections/index.js](https://github.com/Documents/box-cli-v2/blob/v0.0.0/src/commands/collections/index.js)_
_See code: [src/commands/collections/index.js](https://github.com/box/boxcli/blob/v2.2.0/src/commands/collections/index.js)_

## `box collections:add ITEMTYPE ITEMID COLLECTIONID`

Expand Down Expand Up @@ -64,7 +64,7 @@ OPTIONS
--save-to-file-path=save-to-file-path Override default file path to save report
```

_See code: [src/commands/collections/add.js](https://github.com/Documents/box-cli-v2/blob/v0.0.0/src/commands/collections/add.js)_
_See code: [src/commands/collections/add.js](https://github.com/box/boxcli/blob/v2.2.0/src/commands/collections/add.js)_

## `box collections:items ID`

Expand Down Expand Up @@ -92,7 +92,7 @@ OPTIONS
--save-to-file-path=save-to-file-path Override default file path to save report
```

_See code: [src/commands/collections/items.js](https://github.com/Documents/box-cli-v2/blob/v0.0.0/src/commands/collections/items.js)_
_See code: [src/commands/collections/items.js](https://github.com/box/boxcli/blob/v2.2.0/src/commands/collections/items.js)_

## `box collections:remove ITEMTYPE ITEMID COLLECTIONID`

Expand Down Expand Up @@ -122,4 +122,4 @@ OPTIONS
--save-to-file-path=save-to-file-path Override default file path to save report
```

_See code: [src/commands/collections/remove.js](https://github.com/Documents/box-cli-v2/blob/v0.0.0/src/commands/collections/remove.js)_
_See code: [src/commands/collections/remove.js](https://github.com/box/boxcli/blob/v2.2.0/src/commands/collections/remove.js)_
10 changes: 5 additions & 5 deletions docs/comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ OPTIONS
to mention the user
```

_See code: [src/commands/comments/create.js](https://github.com/Documents/box-cli-v2/blob/v0.0.0/src/commands/comments/create.js)_
_See code: [src/commands/comments/create.js](https://github.com/box/boxcli/blob/v2.2.0/src/commands/comments/create.js)_

## `box comments:delete ID`

Expand Down Expand Up @@ -67,7 +67,7 @@ OPTIONS
--save-to-file-path=save-to-file-path Override default file path to save report
```

_See code: [src/commands/comments/delete.js](https://github.com/Documents/box-cli-v2/blob/v0.0.0/src/commands/comments/delete.js)_
_See code: [src/commands/comments/delete.js](https://github.com/box/boxcli/blob/v2.2.0/src/commands/comments/delete.js)_

## `box comments:get ID`

Expand Down Expand Up @@ -95,7 +95,7 @@ OPTIONS
--save-to-file-path=save-to-file-path Override default file path to save report
```

_See code: [src/commands/comments/get.js](https://github.com/Documents/box-cli-v2/blob/v0.0.0/src/commands/comments/get.js)_
_See code: [src/commands/comments/get.js](https://github.com/box/boxcli/blob/v2.2.0/src/commands/comments/get.js)_

## `box comments:reply ID`

Expand Down Expand Up @@ -127,7 +127,7 @@ OPTIONS
to mention the user
```

_See code: [src/commands/comments/reply.js](https://github.com/Documents/box-cli-v2/blob/v0.0.0/src/commands/comments/reply.js)_
_See code: [src/commands/comments/reply.js](https://github.com/box/boxcli/blob/v2.2.0/src/commands/comments/reply.js)_

## `box comments:update ID`

Expand Down Expand Up @@ -157,4 +157,4 @@ OPTIONS
--tagged-message=tagged-message The tagged text of the comment
```

_See code: [src/commands/comments/update.js](https://github.com/Documents/box-cli-v2/blob/v0.0.0/src/commands/comments/update.js)_
_See code: [src/commands/comments/update.js](https://github.com/box/boxcli/blob/v2.2.0/src/commands/comments/update.js)_
14 changes: 7 additions & 7 deletions docs/configure.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ OPTIONS
--set-as-current Set this new environment as your current environment
```

_See code: [src/commands/configure/environments/add.js](https://github.com/Documents/box-cli-v2/blob/v0.0.0/src/commands/configure/environments/add.js)_
_See code: [src/commands/configure/environments/add.js](https://github.com/box/boxcli/blob/v2.2.0/src/commands/configure/environments/add.js)_

## `box configure:environments:delete [NAME]`

Expand All @@ -50,7 +50,7 @@ OPTIONS
--no-color Turn off colors for logging
```

_See code: [src/commands/configure/environments/delete.js](https://github.com/Documents/box-cli-v2/blob/v0.0.0/src/commands/configure/environments/delete.js)_
_See code: [src/commands/configure/environments/delete.js](https://github.com/box/boxcli/blob/v2.2.0/src/commands/configure/environments/delete.js)_

## `box configure:environments:get`

Expand All @@ -68,7 +68,7 @@ OPTIONS
--no-color Turn off colors for logging
```

_See code: [src/commands/configure/environments/get.js](https://github.com/Documents/box-cli-v2/blob/v0.0.0/src/commands/configure/environments/get.js)_
_See code: [src/commands/configure/environments/get.js](https://github.com/box/boxcli/blob/v2.2.0/src/commands/configure/environments/get.js)_

## `box configure:environments:set-current [NAME]`

Expand All @@ -90,7 +90,7 @@ ALIASES
$ box configure:environments:select
```

_See code: [src/commands/configure/environments/set-current.js](https://github.com/Documents/box-cli-v2/blob/v0.0.0/src/commands/configure/environments/set-current.js)_
_See code: [src/commands/configure/environments/set-current.js](https://github.com/box/boxcli/blob/v2.2.0/src/commands/configure/environments/set-current.js)_

## `box configure:environments:switch-user [USERID]`

Expand Down Expand Up @@ -119,7 +119,7 @@ OPTIONS
--save-to-file-path=save-to-file-path Override default file path to save report
```

_See code: [src/commands/configure/environments/switch-user.js](https://github.com/Documents/box-cli-v2/blob/v0.0.0/src/commands/configure/environments/switch-user.js)_
_See code: [src/commands/configure/environments/switch-user.js](https://github.com/box/boxcli/blob/v2.2.0/src/commands/configure/environments/switch-user.js)_

## `box configure:environments:update [NAME]`

Expand All @@ -145,7 +145,7 @@ OPTIONS
be stored for each Box environment
```

_See code: [src/commands/configure/environments/update.js](https://github.com/Documents/box-cli-v2/blob/v0.0.0/src/commands/configure/environments/update.js)_
_See code: [src/commands/configure/environments/update.js](https://github.com/box/boxcli/blob/v2.2.0/src/commands/configure/environments/update.js)_

## `box configure:settings`

Expand All @@ -165,4 +165,4 @@ OPTIONS
--reports-folder-path=reports-folder-path Set folder path for the reports folder
```

_See code: [src/commands/configure/settings.js](https://github.com/Documents/box-cli-v2/blob/v0.0.0/src/commands/configure/settings.js)_
_See code: [src/commands/configure/settings.js](https://github.com/box/boxcli/blob/v2.2.0/src/commands/configure/settings.js)_
6 changes: 3 additions & 3 deletions docs/device-pins.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ OPTIONS
--save-to-file-path=save-to-file-path Override default file path to save report
```

_See code: [src/commands/device-pins/index.js](https://github.com/Documents/box-cli-v2/blob/v0.0.0/src/commands/device-pins/index.js)_
_See code: [src/commands/device-pins/index.js](https://github.com/box/boxcli/blob/v2.2.0/src/commands/device-pins/index.js)_

## `box device-pins:delete ID`

Expand Down Expand Up @@ -59,7 +59,7 @@ OPTIONS
--save-to-file-path=save-to-file-path Override default file path to save report
```

_See code: [src/commands/device-pins/delete.js](https://github.com/Documents/box-cli-v2/blob/v0.0.0/src/commands/device-pins/delete.js)_
_See code: [src/commands/device-pins/delete.js](https://github.com/box/boxcli/blob/v2.2.0/src/commands/device-pins/delete.js)_

## `box device-pins:get ID`

Expand Down Expand Up @@ -87,4 +87,4 @@ OPTIONS
--save-to-file-path=save-to-file-path Override default file path to save report
```

_See code: [src/commands/device-pins/get.js](https://github.com/Documents/box-cli-v2/blob/v0.0.0/src/commands/device-pins/get.js)_
_See code: [src/commands/device-pins/get.js](https://github.com/box/boxcli/blob/v2.2.0/src/commands/device-pins/get.js)_
11 changes: 6 additions & 5 deletions docs/events.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,11 @@ OPTIONS
--as-user=as-user Provide an ID for a user
--bulk-file-path=bulk-file-path File path to bulk .csv or .json objects
--created-after=created-after Return enterprise events that occured after a time. Use a timestamp or
shorthand syntax 0t, like 5w for 5 weeks. If not used, defaults to 5 days ago
--created-after=created-after Return enterprise events that occurred after a time. Use a timestamp or
shorthand syntax 0t, like 5w for 5 weeks. If not used, defaults to 5 days
before the end date
--created-before=created-before Return enterprise events that occured before a time. Use a timestamp or
--created-before=created-before Return enterprise events that occurred before a time. Use a timestamp or
shorthand syntax 0t, like 5w for 5 weeks. If not used, defaults to now
--csv Output formatted CSV
Expand All @@ -51,7 +52,7 @@ ALIASES
$ box events:get
```

_See code: [src/commands/events/index.js](https://github.com/Documents/box-cli-v2/blob/v0.0.0/src/commands/events/index.js)_
_See code: [src/commands/events/index.js](https://github.com/box/boxcli/blob/v2.2.0/src/commands/events/index.js)_

## `box events:poll`

Expand Down Expand Up @@ -92,4 +93,4 @@ OPTIONS
shorthand syntax 00t, like 05w for 5 weeks. If not used, defaults to now
```

_See code: [src/commands/events/poll.js](https://github.com/Documents/box-cli-v2/blob/v0.0.0/src/commands/events/poll.js)_
_See code: [src/commands/events/poll.js](https://github.com/box/boxcli/blob/v2.2.0/src/commands/events/poll.js)_
Loading

0 comments on commit 0e28459

Please sign in to comment.