Skip to content

Commit

Permalink
V2.7.0 (#214)
Browse files Browse the repository at this point in the history
  • Loading branch information
PJSimon authored Nov 3, 2020
1 parent ed9c222 commit ac16c45
Show file tree
Hide file tree
Showing 30 changed files with 234 additions and 199 deletions.
16 changes: 8 additions & 8 deletions docs/collaboration-whitelist.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ EXAMPLE
box collaboration-whitelist
```

_See code: [src/commands/collaboration-whitelist/index.js](https://github.com/box/boxcli/blob/v2.6.0/src/commands/collaboration-whitelist/index.js)_
_See code: [src/commands/collaboration-whitelist/index.js](https://github.com/box/boxcli/blob/v2.7.0/src/commands/collaboration-whitelist/index.js)_

## `box collaboration-whitelist:add DOMAIN`

Expand Down Expand Up @@ -72,7 +72,7 @@ EXAMPLE
box collaboration-whitelist:add example.com --direction outbound
```

_See code: [src/commands/collaboration-whitelist/add.js](https://github.com/box/boxcli/blob/v2.6.0/src/commands/collaboration-whitelist/add.js)_
_See code: [src/commands/collaboration-whitelist/add.js](https://github.com/box/boxcli/blob/v2.7.0/src/commands/collaboration-whitelist/add.js)_

## `box collaboration-whitelist:delete ID`

Expand Down Expand Up @@ -104,7 +104,7 @@ EXAMPLE
box collaboration-whitelist:delete 12345
```

_See code: [src/commands/collaboration-whitelist/delete.js](https://github.com/box/boxcli/blob/v2.6.0/src/commands/collaboration-whitelist/delete.js)_
_See code: [src/commands/collaboration-whitelist/delete.js](https://github.com/box/boxcli/blob/v2.7.0/src/commands/collaboration-whitelist/delete.js)_

## `box collaboration-whitelist:exemptions`

Expand Down Expand Up @@ -133,7 +133,7 @@ EXAMPLE
box collaboration-whitelist:exemptions
```

_See code: [src/commands/collaboration-whitelist/exemptions/index.js](https://github.com/box/boxcli/blob/v2.6.0/src/commands/collaboration-whitelist/exemptions/index.js)_
_See code: [src/commands/collaboration-whitelist/exemptions/index.js](https://github.com/box/boxcli/blob/v2.7.0/src/commands/collaboration-whitelist/exemptions/index.js)_

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

Expand Down Expand Up @@ -165,7 +165,7 @@ EXAMPLE
box collaboration-whitelist:exemptions:create 11111
```

_See code: [src/commands/collaboration-whitelist/exemptions/create.js](https://github.com/box/boxcli/blob/v2.6.0/src/commands/collaboration-whitelist/exemptions/create.js)_
_See code: [src/commands/collaboration-whitelist/exemptions/create.js](https://github.com/box/boxcli/blob/v2.7.0/src/commands/collaboration-whitelist/exemptions/create.js)_

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

Expand Down Expand Up @@ -197,7 +197,7 @@ EXAMPLE
box collaboration-whitelist:exemptions:delete 12345
```

_See code: [src/commands/collaboration-whitelist/exemptions/delete.js](https://github.com/box/boxcli/blob/v2.6.0/src/commands/collaboration-whitelist/exemptions/delete.js)_
_See code: [src/commands/collaboration-whitelist/exemptions/delete.js](https://github.com/box/boxcli/blob/v2.7.0/src/commands/collaboration-whitelist/exemptions/delete.js)_

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

Expand Down Expand Up @@ -229,7 +229,7 @@ EXAMPLE
box collaboration-whitelist:exemptions:get 12345
```

_See code: [src/commands/collaboration-whitelist/exemptions/get.js](https://github.com/box/boxcli/blob/v2.6.0/src/commands/collaboration-whitelist/exemptions/get.js)_
_See code: [src/commands/collaboration-whitelist/exemptions/get.js](https://github.com/box/boxcli/blob/v2.7.0/src/commands/collaboration-whitelist/exemptions/get.js)_

## `box collaboration-whitelist:get ID`

Expand Down Expand Up @@ -261,4 +261,4 @@ EXAMPLE
box collaboration-whitelist:get 12345
```

_See code: [src/commands/collaboration-whitelist/get.js](https://github.com/box/boxcli/blob/v2.6.0/src/commands/collaboration-whitelist/get.js)_
_See code: [src/commands/collaboration-whitelist/get.js](https://github.com/box/boxcli/blob/v2.7.0/src/commands/collaboration-whitelist/get.js)_
67 changes: 50 additions & 17 deletions docs/collaborations.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,24 +23,57 @@ ARGUMENTS
OPTIONS
-h, --help Show CLI help
-q, --quiet Suppress any non-error output to stderr
-r, --role=editor|viewer|previewer|uploader|previewer_uploader|viewer_uploader|co-owner An option to manually enter the role
-s, --save Save report to default reports folder on disk
-t, --token=token Provide a token to perform this call
-v, --verbose Show verbose output, which can be helpful for debugging
-y, --yes Automatically respond yes to all confirmation prompts
-q, --quiet Suppress any non-error output
to stderr
-r, --role=editor|viewer|previewer|uploader|previewer_uploader|viewer_uploader|co-owner An option to manually enter
the role
-s, --save Save report to default
reports folder on disk
-t, --token=token Provide a token to perform
this call
-v, --verbose Show verbose output, which
can be helpful for debugging
-y, --yes Automatically respond yes to
all confirmation prompts
--as-user=as-user Provide an ID for a user
--bulk-file-path=bulk-file-path File path to bulk .csv or .json objects
--[no-]can-view-path Whether view path collaboration feature is enabled or not
--bulk-file-path=bulk-file-path File path to bulk .csv or
.json objects
--[no-]can-view-path Whether view path
collaboration feature is
enabled or not
--csv Output formatted CSV
--fields=fields Comma separated list of fields to show
--fields=fields Comma separated list of
fields to show
--group-id=group-id Id for group to collaborate
--id-only Return only an ID to output from this command
--id-only Return only an ID to output
from this command
--json Output formatted JSON
--login=login Login for user to collaborate
--no-color Turn off colors for logging
--[no-]notify All users will receive email notification of the collaboration
--save-to-file-path=save-to-file-path Override default file path to save report
--[no-]notify All users will receive email
notification of the
collaboration
--save-to-file-path=save-to-file-path Override default file path to
save report
--user-id=user-id Id for user to collaborate
ALIASES
Expand All @@ -50,7 +83,7 @@ EXAMPLE
box collaborations:create 22222 folder --role editor --user-id 33333
```

_See code: [src/commands/collaborations/create.js](https://github.com/box/boxcli/blob/v2.6.0/src/commands/collaborations/create.js)_
_See code: [src/commands/collaborations/create.js](https://github.com/box/boxcli/blob/v2.7.0/src/commands/collaborations/create.js)_

## `box collaborations:delete ID`

Expand Down Expand Up @@ -86,7 +119,7 @@ EXAMPLE
box collaborations:delete 12345
```

_See code: [src/commands/collaborations/delete.js](https://github.com/box/boxcli/blob/v2.6.0/src/commands/collaborations/delete.js)_
_See code: [src/commands/collaborations/delete.js](https://github.com/box/boxcli/blob/v2.7.0/src/commands/collaborations/delete.js)_

## `box collaborations:get ID`

Expand Down Expand Up @@ -118,7 +151,7 @@ EXAMPLE
box collaborations:get 12345
```

_See code: [src/commands/collaborations/get.js](https://github.com/box/boxcli/blob/v2.6.0/src/commands/collaborations/get.js)_
_See code: [src/commands/collaborations/get.js](https://github.com/box/boxcli/blob/v2.7.0/src/commands/collaborations/get.js)_

## `box collaborations:pending`

Expand Down Expand Up @@ -150,7 +183,7 @@ EXAMPLE
box collaborations:pending
```

_See code: [src/commands/collaborations/pending.js](https://github.com/box/boxcli/blob/v2.6.0/src/commands/collaborations/pending.js)_
_See code: [src/commands/collaborations/pending.js](https://github.com/box/boxcli/blob/v2.7.0/src/commands/collaborations/pending.js)_

## `box collaborations:update ID`

Expand Down Expand Up @@ -223,4 +256,4 @@ EXAMPLE
box collaborations:update 12345 --role viewer
```

_See code: [src/commands/collaborations/update.js](https://github.com/box/boxcli/blob/v2.6.0/src/commands/collaborations/update.js)_
_See code: [src/commands/collaborations/update.js](https://github.com/box/boxcli/blob/v2.7.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 @@ -38,7 +38,7 @@ EXAMPLE
box collections
```

_See code: [src/commands/collections/index.js](https://github.com/box/boxcli/blob/v2.6.0/src/commands/collections/index.js)_
_See code: [src/commands/collections/index.js](https://github.com/box/boxcli/blob/v2.7.0/src/commands/collections/index.js)_

## `box collections:add ITEMTYPE ITEMID COLLECTIONID`

Expand Down Expand Up @@ -72,7 +72,7 @@ EXAMPLE
box collections:add file 11111 12345
```

_See code: [src/commands/collections/add.js](https://github.com/box/boxcli/blob/v2.6.0/src/commands/collections/add.js)_
_See code: [src/commands/collections/add.js](https://github.com/box/boxcli/blob/v2.7.0/src/commands/collections/add.js)_

## `box collections:items ID`

Expand Down Expand Up @@ -104,7 +104,7 @@ EXAMPLE
box collections:items 12345
```

_See code: [src/commands/collections/items.js](https://github.com/box/boxcli/blob/v2.6.0/src/commands/collections/items.js)_
_See code: [src/commands/collections/items.js](https://github.com/box/boxcli/blob/v2.7.0/src/commands/collections/items.js)_

## `box collections:remove ITEMTYPE ITEMID COLLECTIONID`

Expand Down Expand Up @@ -138,4 +138,4 @@ EXAMPLE
box collections:remove file 11111 12345
```

_See code: [src/commands/collections/remove.js](https://github.com/box/boxcli/blob/v2.6.0/src/commands/collections/remove.js)_
_See code: [src/commands/collections/remove.js](https://github.com/box/boxcli/blob/v2.7.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 @@ -43,7 +43,7 @@ EXAMPLE
box comments:create 11111 --message "Thanks for the update!"
```

_See code: [src/commands/comments/create.js](https://github.com/box/boxcli/blob/v2.6.0/src/commands/comments/create.js)_
_See code: [src/commands/comments/create.js](https://github.com/box/boxcli/blob/v2.7.0/src/commands/comments/create.js)_

## `box comments:delete ID`

Expand Down Expand Up @@ -75,7 +75,7 @@ EXAMPLE
box comments:delete 12345
```

_See code: [src/commands/comments/delete.js](https://github.com/box/boxcli/blob/v2.6.0/src/commands/comments/delete.js)_
_See code: [src/commands/comments/delete.js](https://github.com/box/boxcli/blob/v2.7.0/src/commands/comments/delete.js)_

## `box comments:get ID`

Expand Down Expand Up @@ -107,7 +107,7 @@ EXAMPLE
box comments:get 12345
```

_See code: [src/commands/comments/get.js](https://github.com/box/boxcli/blob/v2.6.0/src/commands/comments/get.js)_
_See code: [src/commands/comments/get.js](https://github.com/box/boxcli/blob/v2.7.0/src/commands/comments/get.js)_

## `box comments:reply ID`

Expand Down Expand Up @@ -143,7 +143,7 @@ EXAMPLE
box comments:reply 12345 --message "No problem!"
```

_See code: [src/commands/comments/reply.js](https://github.com/box/boxcli/blob/v2.6.0/src/commands/comments/reply.js)_
_See code: [src/commands/comments/reply.js](https://github.com/box/boxcli/blob/v2.7.0/src/commands/comments/reply.js)_

## `box comments:update ID`

Expand Down Expand Up @@ -177,4 +177,4 @@ EXAMPLE
box comments:update 12345 --message "Thank you for the update!"
```

_See code: [src/commands/comments/update.js](https://github.com/box/boxcli/blob/v2.6.0/src/commands/comments/update.js)_
_See code: [src/commands/comments/update.js](https://github.com/box/boxcli/blob/v2.7.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 @@ -32,7 +32,7 @@ OPTIONS
--set-as-current Set this new environment as your current environment
```

_See code: [src/commands/configure/environments/add.js](https://github.com/box/boxcli/blob/v2.6.0/src/commands/configure/environments/add.js)_
_See code: [src/commands/configure/environments/add.js](https://github.com/box/boxcli/blob/v2.7.0/src/commands/configure/environments/add.js)_

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

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

_See code: [src/commands/configure/environments/delete.js](https://github.com/box/boxcli/blob/v2.6.0/src/commands/configure/environments/delete.js)_
_See code: [src/commands/configure/environments/delete.js](https://github.com/box/boxcli/blob/v2.7.0/src/commands/configure/environments/delete.js)_

## `box configure:environments:get`

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

_See code: [src/commands/configure/environments/get.js](https://github.com/box/boxcli/blob/v2.6.0/src/commands/configure/environments/get.js)_
_See code: [src/commands/configure/environments/get.js](https://github.com/box/boxcli/blob/v2.7.0/src/commands/configure/environments/get.js)_

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

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

_See code: [src/commands/configure/environments/set-current.js](https://github.com/box/boxcli/blob/v2.6.0/src/commands/configure/environments/set-current.js)_
_See code: [src/commands/configure/environments/set-current.js](https://github.com/box/boxcli/blob/v2.7.0/src/commands/configure/environments/set-current.js)_

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

Expand Down Expand Up @@ -124,7 +124,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/box/boxcli/blob/v2.6.0/src/commands/configure/environments/switch-user.js)_
_See code: [src/commands/configure/environments/switch-user.js](https://github.com/box/boxcli/blob/v2.7.0/src/commands/configure/environments/switch-user.js)_

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

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

_See code: [src/commands/configure/environments/update.js](https://github.com/box/boxcli/blob/v2.6.0/src/commands/configure/environments/update.js)_
_See code: [src/commands/configure/environments/update.js](https://github.com/box/boxcli/blob/v2.7.0/src/commands/configure/environments/update.js)_

## `box configure:settings`

Expand Down Expand Up @@ -180,4 +180,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/box/boxcli/blob/v2.6.0/src/commands/configure/settings.js)_
_See code: [src/commands/configure/settings.js](https://github.com/box/boxcli/blob/v2.7.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 @@ -35,7 +35,7 @@ EXAMPLE
box device-pins
```

_See code: [src/commands/device-pins/index.js](https://github.com/box/boxcli/blob/v2.6.0/src/commands/device-pins/index.js)_
_See code: [src/commands/device-pins/index.js](https://github.com/box/boxcli/blob/v2.7.0/src/commands/device-pins/index.js)_

## `box device-pins:delete ID`

Expand Down Expand Up @@ -67,7 +67,7 @@ EXAMPLE
box device-pins:delete 12345
```

_See code: [src/commands/device-pins/delete.js](https://github.com/box/boxcli/blob/v2.6.0/src/commands/device-pins/delete.js)_
_See code: [src/commands/device-pins/delete.js](https://github.com/box/boxcli/blob/v2.7.0/src/commands/device-pins/delete.js)_

## `box device-pins:get ID`

Expand Down Expand Up @@ -99,4 +99,4 @@ EXAMPLE
box device-pins:get 12345
```

_See code: [src/commands/device-pins/get.js](https://github.com/box/boxcli/blob/v2.6.0/src/commands/device-pins/get.js)_
_See code: [src/commands/device-pins/get.js](https://github.com/box/boxcli/blob/v2.7.0/src/commands/device-pins/get.js)_
4 changes: 2 additions & 2 deletions docs/events.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ EXAMPLES
box events --enterprise --created-after 2019-01-01
```

_See code: [src/commands/events/index.js](https://github.com/box/boxcli/blob/v2.6.0/src/commands/events/index.js)_
_See code: [src/commands/events/index.js](https://github.com/box/boxcli/blob/v2.7.0/src/commands/events/index.js)_

## `box events:poll`

Expand Down Expand Up @@ -99,4 +99,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/box/boxcli/blob/v2.6.0/src/commands/events/poll.js)_
_See code: [src/commands/events/poll.js](https://github.com/box/boxcli/blob/v2.7.0/src/commands/events/poll.js)_
Loading

0 comments on commit ac16c45

Please sign in to comment.