diff --git a/docs/collaboration-whitelist.md b/docs/collaboration-whitelist.md index 8ceb5a66..5331e827 100644 --- a/docs/collaboration-whitelist.md +++ b/docs/collaboration-whitelist.md @@ -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/box/boxcli/blob/v2.2.0/src/commands/collaboration-whitelist/index.js)_ +_See code: [src/commands/collaboration-whitelist/index.js](https://github.com/box/boxcli/blob/v2.3.0/src/commands/collaboration-whitelist/index.js)_ ## `box collaboration-whitelist:add DOMAIN` @@ -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/box/boxcli/blob/v2.2.0/src/commands/collaboration-whitelist/add.js)_ +_See code: [src/commands/collaboration-whitelist/add.js](https://github.com/box/boxcli/blob/v2.3.0/src/commands/collaboration-whitelist/add.js)_ ## `box collaboration-whitelist:delete ID` @@ -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/box/boxcli/blob/v2.2.0/src/commands/collaboration-whitelist/delete.js)_ +_See code: [src/commands/collaboration-whitelist/delete.js](https://github.com/box/boxcli/blob/v2.3.0/src/commands/collaboration-whitelist/delete.js)_ ## `box collaboration-whitelist:exemptions` @@ -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/box/boxcli/blob/v2.2.0/src/commands/collaboration-whitelist/exemptions/index.js)_ +_See code: [src/commands/collaboration-whitelist/exemptions/index.js](https://github.com/box/boxcli/blob/v2.3.0/src/commands/collaboration-whitelist/exemptions/index.js)_ ## `box collaboration-whitelist:exemptions:create USERID` @@ -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/box/boxcli/blob/v2.2.0/src/commands/collaboration-whitelist/exemptions/create.js)_ +_See code: [src/commands/collaboration-whitelist/exemptions/create.js](https://github.com/box/boxcli/blob/v2.3.0/src/commands/collaboration-whitelist/exemptions/create.js)_ ## `box collaboration-whitelist:exemptions:delete ID` @@ -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/box/boxcli/blob/v2.2.0/src/commands/collaboration-whitelist/exemptions/delete.js)_ +_See code: [src/commands/collaboration-whitelist/exemptions/delete.js](https://github.com/box/boxcli/blob/v2.3.0/src/commands/collaboration-whitelist/exemptions/delete.js)_ ## `box collaboration-whitelist:exemptions:get ID` @@ -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/box/boxcli/blob/v2.2.0/src/commands/collaboration-whitelist/exemptions/get.js)_ +_See code: [src/commands/collaboration-whitelist/exemptions/get.js](https://github.com/box/boxcli/blob/v2.3.0/src/commands/collaboration-whitelist/exemptions/get.js)_ ## `box collaboration-whitelist:get ID` @@ -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/box/boxcli/blob/v2.2.0/src/commands/collaboration-whitelist/get.js)_ +_See code: [src/commands/collaboration-whitelist/get.js](https://github.com/box/boxcli/blob/v2.3.0/src/commands/collaboration-whitelist/get.js)_ diff --git a/docs/collaborations.md b/docs/collaborations.md index 7c8d0f14..e0573a20 100644 --- a/docs/collaborations.md +++ b/docs/collaborations.md @@ -38,7 +38,7 @@ ALIASES $ box folders:collaborations:delete ``` -_See code: [src/commands/collaborations/delete.js](https://github.com/box/boxcli/blob/v2.2.0/src/commands/collaborations/delete.js)_ +_See code: [src/commands/collaborations/delete.js](https://github.com/box/boxcli/blob/v2.3.0/src/commands/collaborations/delete.js)_ ## `box collaborations:get ID` @@ -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/box/boxcli/blob/v2.2.0/src/commands/collaborations/get.js)_ +_See code: [src/commands/collaborations/get.js](https://github.com/box/boxcli/blob/v2.3.0/src/commands/collaborations/get.js)_ ## `box collaborations:pending` @@ -94,7 +94,7 @@ ALIASES $ box collaborations:get-pending ``` -_See code: [src/commands/collaborations/pending.js](https://github.com/box/boxcli/blob/v2.2.0/src/commands/collaborations/pending.js)_ +_See code: [src/commands/collaborations/pending.js](https://github.com/box/boxcli/blob/v2.3.0/src/commands/collaborations/pending.js)_ ## `box collaborations:update ID` @@ -161,4 +161,4 @@ ALIASES $ box folders:collaborations:update ``` -_See code: [src/commands/collaborations/update.js](https://github.com/box/boxcli/blob/v2.2.0/src/commands/collaborations/update.js)_ +_See code: [src/commands/collaborations/update.js](https://github.com/box/boxcli/blob/v2.3.0/src/commands/collaborations/update.js)_ diff --git a/docs/collections.md b/docs/collections.md index bdfd2e44..bc2395b5 100644 --- a/docs/collections.md +++ b/docs/collections.md @@ -34,7 +34,7 @@ ALIASES $ box collections:list ``` -_See code: [src/commands/collections/index.js](https://github.com/box/boxcli/blob/v2.2.0/src/commands/collections/index.js)_ +_See code: [src/commands/collections/index.js](https://github.com/box/boxcli/blob/v2.3.0/src/commands/collections/index.js)_ ## `box collections:add ITEMTYPE ITEMID COLLECTIONID` @@ -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/box/boxcli/blob/v2.2.0/src/commands/collections/add.js)_ +_See code: [src/commands/collections/add.js](https://github.com/box/boxcli/blob/v2.3.0/src/commands/collections/add.js)_ ## `box collections:items ID` @@ -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/box/boxcli/blob/v2.2.0/src/commands/collections/items.js)_ +_See code: [src/commands/collections/items.js](https://github.com/box/boxcli/blob/v2.3.0/src/commands/collections/items.js)_ ## `box collections:remove ITEMTYPE ITEMID COLLECTIONID` @@ -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/box/boxcli/blob/v2.2.0/src/commands/collections/remove.js)_ +_See code: [src/commands/collections/remove.js](https://github.com/box/boxcli/blob/v2.3.0/src/commands/collections/remove.js)_ diff --git a/docs/comments.md b/docs/comments.md index 625fd84f..944e3b25 100644 --- a/docs/comments.md +++ b/docs/comments.md @@ -39,7 +39,7 @@ OPTIONS to mention the user ``` -_See code: [src/commands/comments/create.js](https://github.com/box/boxcli/blob/v2.2.0/src/commands/comments/create.js)_ +_See code: [src/commands/comments/create.js](https://github.com/box/boxcli/blob/v2.3.0/src/commands/comments/create.js)_ ## `box comments:delete ID` @@ -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/box/boxcli/blob/v2.2.0/src/commands/comments/delete.js)_ +_See code: [src/commands/comments/delete.js](https://github.com/box/boxcli/blob/v2.3.0/src/commands/comments/delete.js)_ ## `box comments:get ID` @@ -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/box/boxcli/blob/v2.2.0/src/commands/comments/get.js)_ +_See code: [src/commands/comments/get.js](https://github.com/box/boxcli/blob/v2.3.0/src/commands/comments/get.js)_ ## `box comments:reply ID` @@ -127,7 +127,7 @@ OPTIONS to mention the user ``` -_See code: [src/commands/comments/reply.js](https://github.com/box/boxcli/blob/v2.2.0/src/commands/comments/reply.js)_ +_See code: [src/commands/comments/reply.js](https://github.com/box/boxcli/blob/v2.3.0/src/commands/comments/reply.js)_ ## `box comments:update ID` @@ -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/box/boxcli/blob/v2.2.0/src/commands/comments/update.js)_ +_See code: [src/commands/comments/update.js](https://github.com/box/boxcli/blob/v2.3.0/src/commands/comments/update.js)_ diff --git a/docs/configure.md b/docs/configure.md index 5f45cfa7..e53ee417 100644 --- a/docs/configure.md +++ b/docs/configure.md @@ -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/box/boxcli/blob/v2.2.0/src/commands/configure/environments/add.js)_ +_See code: [src/commands/configure/environments/add.js](https://github.com/box/boxcli/blob/v2.3.0/src/commands/configure/environments/add.js)_ ## `box configure:environments:delete [NAME]` @@ -50,7 +50,7 @@ OPTIONS --no-color Turn off colors for logging ``` -_See code: [src/commands/configure/environments/delete.js](https://github.com/box/boxcli/blob/v2.2.0/src/commands/configure/environments/delete.js)_ +_See code: [src/commands/configure/environments/delete.js](https://github.com/box/boxcli/blob/v2.3.0/src/commands/configure/environments/delete.js)_ ## `box configure:environments:get` @@ -68,7 +68,7 @@ OPTIONS --no-color Turn off colors for logging ``` -_See code: [src/commands/configure/environments/get.js](https://github.com/box/boxcli/blob/v2.2.0/src/commands/configure/environments/get.js)_ +_See code: [src/commands/configure/environments/get.js](https://github.com/box/boxcli/blob/v2.3.0/src/commands/configure/environments/get.js)_ ## `box configure:environments:set-current [NAME]` @@ -90,7 +90,7 @@ ALIASES $ box configure:environments:select ``` -_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)_ +_See code: [src/commands/configure/environments/set-current.js](https://github.com/box/boxcli/blob/v2.3.0/src/commands/configure/environments/set-current.js)_ ## `box configure:environments:switch-user [USERID]` @@ -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/box/boxcli/blob/v2.2.0/src/commands/configure/environments/switch-user.js)_ +_See code: [src/commands/configure/environments/switch-user.js](https://github.com/box/boxcli/blob/v2.3.0/src/commands/configure/environments/switch-user.js)_ ## `box configure:environments:update [NAME]` @@ -145,7 +145,7 @@ OPTIONS be stored for each Box environment ``` -_See code: [src/commands/configure/environments/update.js](https://github.com/box/boxcli/blob/v2.2.0/src/commands/configure/environments/update.js)_ +_See code: [src/commands/configure/environments/update.js](https://github.com/box/boxcli/blob/v2.3.0/src/commands/configure/environments/update.js)_ ## `box configure:settings` @@ -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/box/boxcli/blob/v2.2.0/src/commands/configure/settings.js)_ +_See code: [src/commands/configure/settings.js](https://github.com/box/boxcli/blob/v2.3.0/src/commands/configure/settings.js)_ diff --git a/docs/device-pins.md b/docs/device-pins.md index 01930527..94582762 100644 --- a/docs/device-pins.md +++ b/docs/device-pins.md @@ -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/box/boxcli/blob/v2.2.0/src/commands/device-pins/index.js)_ +_See code: [src/commands/device-pins/index.js](https://github.com/box/boxcli/blob/v2.3.0/src/commands/device-pins/index.js)_ ## `box device-pins:delete ID` @@ -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/box/boxcli/blob/v2.2.0/src/commands/device-pins/delete.js)_ +_See code: [src/commands/device-pins/delete.js](https://github.com/box/boxcli/blob/v2.3.0/src/commands/device-pins/delete.js)_ ## `box device-pins:get ID` @@ -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/box/boxcli/blob/v2.2.0/src/commands/device-pins/get.js)_ +_See code: [src/commands/device-pins/get.js](https://github.com/box/boxcli/blob/v2.3.0/src/commands/device-pins/get.js)_ diff --git a/docs/events.md b/docs/events.md index 4d07310a..d9f67aee 100644 --- a/docs/events.md +++ b/docs/events.md @@ -52,7 +52,7 @@ ALIASES $ box events:get ``` -_See code: [src/commands/events/index.js](https://github.com/box/boxcli/blob/v2.2.0/src/commands/events/index.js)_ +_See code: [src/commands/events/index.js](https://github.com/box/boxcli/blob/v2.3.0/src/commands/events/index.js)_ ## `box events:poll` @@ -93,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/box/boxcli/blob/v2.2.0/src/commands/events/poll.js)_ +_See code: [src/commands/events/poll.js](https://github.com/box/boxcli/blob/v2.3.0/src/commands/events/poll.js)_ diff --git a/docs/files.md b/docs/files.md index 85f3f560..8720ee75 100644 --- a/docs/files.md +++ b/docs/files.md @@ -60,7 +60,7 @@ ALIASES $ box files:collaborations:list ``` -_See code: [src/commands/files/collaborations/index.js](https://github.com/box/boxcli/blob/v2.2.0/src/commands/files/collaborations/index.js)_ +_See code: [src/commands/files/collaborations/index.js](https://github.com/box/boxcli/blob/v2.3.0/src/commands/files/collaborations/index.js)_ ## `box files:collaborations:add ID` @@ -126,7 +126,7 @@ OPTIONS --user-id=user-id Id for user to collaborate ``` -_See code: [src/commands/files/collaborations/add.js](https://github.com/box/boxcli/blob/v2.2.0/src/commands/files/collaborations/add.js)_ +_See code: [src/commands/files/collaborations/add.js](https://github.com/box/boxcli/blob/v2.3.0/src/commands/files/collaborations/add.js)_ ## `box files:comments ID` @@ -157,7 +157,7 @@ ALIASES $ box comments:list ``` -_See code: [src/commands/files/comments.js](https://github.com/box/boxcli/blob/v2.2.0/src/commands/files/comments.js)_ +_See code: [src/commands/files/comments.js](https://github.com/box/boxcli/blob/v2.3.0/src/commands/files/comments.js)_ ## `box files:copy ID PARENTID` @@ -189,7 +189,7 @@ OPTIONS --version=version File version ID if you want to copy a specific file version ``` -_See code: [src/commands/files/copy.js](https://github.com/box/boxcli/blob/v2.2.0/src/commands/files/copy.js)_ +_See code: [src/commands/files/copy.js](https://github.com/box/boxcli/blob/v2.3.0/src/commands/files/copy.js)_ ## `box files:delete ID` @@ -219,7 +219,7 @@ OPTIONS --save-to-file-path=save-to-file-path Override default file path to save report ``` -_See code: [src/commands/files/delete.js](https://github.com/box/boxcli/blob/v2.2.0/src/commands/files/delete.js)_ +_See code: [src/commands/files/delete.js](https://github.com/box/boxcli/blob/v2.3.0/src/commands/files/delete.js)_ ## `box files:download ID` @@ -249,7 +249,7 @@ OPTIONS --version=version File version ID of the specific file version to download ``` -_See code: [src/commands/files/download.js](https://github.com/box/boxcli/blob/v2.2.0/src/commands/files/download.js)_ +_See code: [src/commands/files/download.js](https://github.com/box/boxcli/blob/v2.3.0/src/commands/files/download.js)_ ## `box files:get ID` @@ -277,7 +277,7 @@ OPTIONS --save-to-file-path=save-to-file-path Override default file path to save report ``` -_See code: [src/commands/files/get.js](https://github.com/box/boxcli/blob/v2.2.0/src/commands/files/get.js)_ +_See code: [src/commands/files/get.js](https://github.com/box/boxcli/blob/v2.3.0/src/commands/files/get.js)_ ## `box files:lock ID` @@ -318,7 +318,7 @@ ALIASES $ box files:update-lock ``` -_See code: [src/commands/files/lock.js](https://github.com/box/boxcli/blob/v2.2.0/src/commands/files/lock.js)_ +_See code: [src/commands/files/lock.js](https://github.com/box/boxcli/blob/v2.3.0/src/commands/files/lock.js)_ ## `box files:metadata ID` @@ -349,7 +349,7 @@ ALIASES $ box files:metadata:get-all ``` -_See code: [src/commands/files/metadata/index.js](https://github.com/box/boxcli/blob/v2.2.0/src/commands/files/metadata/index.js)_ +_See code: [src/commands/files/metadata/index.js](https://github.com/box/boxcli/blob/v2.3.0/src/commands/files/metadata/index.js)_ ## `box files:metadata:add ID` @@ -391,7 +391,7 @@ ALIASES $ box files:metadata:create ``` -_See code: [src/commands/files/metadata/add.js](https://github.com/box/boxcli/blob/v2.2.0/src/commands/files/metadata/add.js)_ +_See code: [src/commands/files/metadata/add.js](https://github.com/box/boxcli/blob/v2.3.0/src/commands/files/metadata/add.js)_ ## `box files:metadata:get ID` @@ -421,7 +421,7 @@ OPTIONS --template-key=template-key (required) The key of the metadata template to retrieve ``` -_See code: [src/commands/files/metadata/get.js](https://github.com/box/boxcli/blob/v2.2.0/src/commands/files/metadata/get.js)_ +_See code: [src/commands/files/metadata/get.js](https://github.com/box/boxcli/blob/v2.3.0/src/commands/files/metadata/get.js)_ ## `box files:metadata:remove ID` @@ -454,7 +454,7 @@ ALIASES $ box files:metadata:delete ``` -_See code: [src/commands/files/metadata/remove.js](https://github.com/box/boxcli/blob/v2.2.0/src/commands/files/metadata/remove.js)_ +_See code: [src/commands/files/metadata/remove.js](https://github.com/box/boxcli/blob/v2.3.0/src/commands/files/metadata/remove.js)_ ## `box files:metadata:set ID` @@ -493,7 +493,7 @@ OPTIONS --template-key=template-key (required) The key of the metadata template to use ``` -_See code: [src/commands/files/metadata/set.js](https://github.com/box/boxcli/blob/v2.2.0/src/commands/files/metadata/set.js)_ +_See code: [src/commands/files/metadata/set.js](https://github.com/box/boxcli/blob/v2.3.0/src/commands/files/metadata/set.js)_ ## `box files:metadata:update ID` @@ -551,7 +551,7 @@ OPTIONS --template-key=template-key (required) The key of the metadata template to update against ``` -_See code: [src/commands/files/metadata/update.js](https://github.com/box/boxcli/blob/v2.2.0/src/commands/files/metadata/update.js)_ +_See code: [src/commands/files/metadata/update.js](https://github.com/box/boxcli/blob/v2.3.0/src/commands/files/metadata/update.js)_ ## `box files:move ID PARENTID` @@ -581,7 +581,7 @@ OPTIONS --save-to-file-path=save-to-file-path Override default file path to save report ``` -_See code: [src/commands/files/move.js](https://github.com/box/boxcli/blob/v2.2.0/src/commands/files/move.js)_ +_See code: [src/commands/files/move.js](https://github.com/box/boxcli/blob/v2.3.0/src/commands/files/move.js)_ ## `box files:rename ID NAME` @@ -612,7 +612,7 @@ OPTIONS --save-to-file-path=save-to-file-path Override default file path to save report ``` -_See code: [src/commands/files/rename.js](https://github.com/box/boxcli/blob/v2.2.0/src/commands/files/rename.js)_ +_See code: [src/commands/files/rename.js](https://github.com/box/boxcli/blob/v2.3.0/src/commands/files/rename.js)_ ## `box files:share ID` @@ -651,7 +651,7 @@ ALIASES $ box files:shared-links:update ``` -_See code: [src/commands/files/share.js](https://github.com/box/boxcli/blob/v2.2.0/src/commands/files/share.js)_ +_See code: [src/commands/files/share.js](https://github.com/box/boxcli/blob/v2.3.0/src/commands/files/share.js)_ ## `box files:tasks ID` @@ -682,7 +682,7 @@ ALIASES $ box files:tasks:list ``` -_See code: [src/commands/files/tasks/index.js](https://github.com/box/boxcli/blob/v2.2.0/src/commands/files/tasks/index.js)_ +_See code: [src/commands/files/tasks/index.js](https://github.com/box/boxcli/blob/v2.3.0/src/commands/files/tasks/index.js)_ ## `box files:unlock ID` @@ -710,7 +710,7 @@ OPTIONS --save-to-file-path=save-to-file-path Override default file path to save report ``` -_See code: [src/commands/files/unlock.js](https://github.com/box/boxcli/blob/v2.2.0/src/commands/files/unlock.js)_ +_See code: [src/commands/files/unlock.js](https://github.com/box/boxcli/blob/v2.3.0/src/commands/files/unlock.js)_ ## `box files:unshare ID` @@ -741,7 +741,7 @@ ALIASES $ box files:shared-links:delete ``` -_See code: [src/commands/files/unshare.js](https://github.com/box/boxcli/blob/v2.2.0/src/commands/files/unshare.js)_ +_See code: [src/commands/files/unshare.js](https://github.com/box/boxcli/blob/v2.3.0/src/commands/files/unshare.js)_ ## `box files:update ID` @@ -773,7 +773,7 @@ OPTIONS --tags=tags Set tags on the file, specified as comma-separated tags ``` -_See code: [src/commands/files/update.js](https://github.com/box/boxcli/blob/v2.2.0/src/commands/files/update.js)_ +_See code: [src/commands/files/update.js](https://github.com/box/boxcli/blob/v2.3.0/src/commands/files/update.js)_ ## `box files:upload PATH` @@ -824,7 +824,7 @@ OPTIONS --save-to-file-path=save-to-file-path Override default file path to save report ``` -_See code: [src/commands/files/upload.js](https://github.com/box/boxcli/blob/v2.2.0/src/commands/files/upload.js)_ +_See code: [src/commands/files/upload.js](https://github.com/box/boxcli/blob/v2.3.0/src/commands/files/upload.js)_ ## `box files:versions FILEID` @@ -855,7 +855,7 @@ ALIASES $ box files:versions:list ``` -_See code: [src/commands/files/versions/index.js](https://github.com/box/boxcli/blob/v2.2.0/src/commands/files/versions/index.js)_ +_See code: [src/commands/files/versions/index.js](https://github.com/box/boxcli/blob/v2.3.0/src/commands/files/versions/index.js)_ ## `box files:versions:delete FILEID FILEVERSIONID` @@ -885,7 +885,7 @@ OPTIONS --save-to-file-path=save-to-file-path Override default file path to save report ``` -_See code: [src/commands/files/versions/delete.js](https://github.com/box/boxcli/blob/v2.2.0/src/commands/files/versions/delete.js)_ +_See code: [src/commands/files/versions/delete.js](https://github.com/box/boxcli/blob/v2.3.0/src/commands/files/versions/delete.js)_ ## `box files:versions:download FILEID FILEVERSIONID` @@ -915,7 +915,7 @@ OPTIONS --save-to-file-path=save-to-file-path Override default file path to save report ``` -_See code: [src/commands/files/versions/download.js](https://github.com/box/boxcli/blob/v2.2.0/src/commands/files/versions/download.js)_ +_See code: [src/commands/files/versions/download.js](https://github.com/box/boxcli/blob/v2.3.0/src/commands/files/versions/download.js)_ ## `box files:versions:promote FILEID FILEVERSIONID` @@ -944,7 +944,7 @@ OPTIONS --save-to-file-path=save-to-file-path Override default file path to save report ``` -_See code: [src/commands/files/versions/promote.js](https://github.com/box/boxcli/blob/v2.2.0/src/commands/files/versions/promote.js)_ +_See code: [src/commands/files/versions/promote.js](https://github.com/box/boxcli/blob/v2.3.0/src/commands/files/versions/promote.js)_ ## `box files:versions:upload FILEID PATH` @@ -982,4 +982,4 @@ OPTIONS --save-to-file-path=save-to-file-path Override default file path to save report ``` -_See code: [src/commands/files/versions/upload.js](https://github.com/box/boxcli/blob/v2.2.0/src/commands/files/versions/upload.js)_ +_See code: [src/commands/files/versions/upload.js](https://github.com/box/boxcli/blob/v2.3.0/src/commands/files/versions/upload.js)_ diff --git a/docs/folders.md b/docs/folders.md index 545d0add..5adaa88e 100644 --- a/docs/folders.md +++ b/docs/folders.md @@ -53,7 +53,7 @@ ALIASES $ box folders:collaborations:list ``` -_See code: [src/commands/folders/collaborations/index.js](https://github.com/box/boxcli/blob/v2.2.0/src/commands/folders/collaborations/index.js)_ +_See code: [src/commands/folders/collaborations/index.js](https://github.com/box/boxcli/blob/v2.3.0/src/commands/folders/collaborations/index.js)_ ## `box folders:collaborations:add ID` @@ -119,7 +119,7 @@ OPTIONS --user-id=user-id Id for user to collaborate ``` -_See code: [src/commands/folders/collaborations/add.js](https://github.com/box/boxcli/blob/v2.2.0/src/commands/folders/collaborations/add.js)_ +_See code: [src/commands/folders/collaborations/add.js](https://github.com/box/boxcli/blob/v2.3.0/src/commands/folders/collaborations/add.js)_ ## `box folders:copy ID PARENTID` @@ -150,7 +150,7 @@ OPTIONS --save-to-file-path=save-to-file-path Override default file path to save report ``` -_See code: [src/commands/folders/copy.js](https://github.com/box/boxcli/blob/v2.2.0/src/commands/folders/copy.js)_ +_See code: [src/commands/folders/copy.js](https://github.com/box/boxcli/blob/v2.3.0/src/commands/folders/copy.js)_ ## `box folders:create PARENTID NAME` @@ -181,7 +181,7 @@ OPTIONS --save-to-file-path=save-to-file-path Override default file path to save report ``` -_See code: [src/commands/folders/create.js](https://github.com/box/boxcli/blob/v2.2.0/src/commands/folders/create.js)_ +_See code: [src/commands/folders/create.js](https://github.com/box/boxcli/blob/v2.3.0/src/commands/folders/create.js)_ ## `box folders:delete ID` @@ -212,7 +212,7 @@ OPTIONS --save-to-file-path=save-to-file-path Override default file path to save report ``` -_See code: [src/commands/folders/delete.js](https://github.com/box/boxcli/blob/v2.2.0/src/commands/folders/delete.js)_ +_See code: [src/commands/folders/delete.js](https://github.com/box/boxcli/blob/v2.3.0/src/commands/folders/delete.js)_ ## `box folders:download ID` @@ -243,7 +243,7 @@ OPTIONS --zip Download the folder into a single .zip archive ``` -_See code: [src/commands/folders/download.js](https://github.com/box/boxcli/blob/v2.2.0/src/commands/folders/download.js)_ +_See code: [src/commands/folders/download.js](https://github.com/box/boxcli/blob/v2.3.0/src/commands/folders/download.js)_ ## `box folders:get ID` @@ -271,7 +271,7 @@ OPTIONS --save-to-file-path=save-to-file-path Override default file path to save report ``` -_See code: [src/commands/folders/get.js](https://github.com/box/boxcli/blob/v2.2.0/src/commands/folders/get.js)_ +_See code: [src/commands/folders/get.js](https://github.com/box/boxcli/blob/v2.3.0/src/commands/folders/get.js)_ ## `box folders:items ID` @@ -304,7 +304,7 @@ ALIASES $ box folders:list-items ``` -_See code: [src/commands/folders/items.js](https://github.com/box/boxcli/blob/v2.2.0/src/commands/folders/items.js)_ +_See code: [src/commands/folders/items.js](https://github.com/box/boxcli/blob/v2.3.0/src/commands/folders/items.js)_ ## `box folders:metadata ID` @@ -335,7 +335,7 @@ ALIASES $ box folders:metadata:get-all ``` -_See code: [src/commands/folders/metadata/index.js](https://github.com/box/boxcli/blob/v2.2.0/src/commands/folders/metadata/index.js)_ +_See code: [src/commands/folders/metadata/index.js](https://github.com/box/boxcli/blob/v2.3.0/src/commands/folders/metadata/index.js)_ ## `box folders:metadata:add ID` @@ -377,7 +377,7 @@ ALIASES $ box folders:metadata:create ``` -_See code: [src/commands/folders/metadata/add.js](https://github.com/box/boxcli/blob/v2.2.0/src/commands/folders/metadata/add.js)_ +_See code: [src/commands/folders/metadata/add.js](https://github.com/box/boxcli/blob/v2.3.0/src/commands/folders/metadata/add.js)_ ## `box folders:metadata:get ID` @@ -407,7 +407,7 @@ OPTIONS --template-key=template-key (required) The key of the metadata template to retrieve ``` -_See code: [src/commands/folders/metadata/get.js](https://github.com/box/boxcli/blob/v2.2.0/src/commands/folders/metadata/get.js)_ +_See code: [src/commands/folders/metadata/get.js](https://github.com/box/boxcli/blob/v2.3.0/src/commands/folders/metadata/get.js)_ ## `box folders:metadata:remove ID` @@ -440,7 +440,7 @@ ALIASES $ box folders:metadata:delete ``` -_See code: [src/commands/folders/metadata/remove.js](https://github.com/box/boxcli/blob/v2.2.0/src/commands/folders/metadata/remove.js)_ +_See code: [src/commands/folders/metadata/remove.js](https://github.com/box/boxcli/blob/v2.3.0/src/commands/folders/metadata/remove.js)_ ## `box folders:metadata:set ID` @@ -479,7 +479,7 @@ OPTIONS --template-key=template-key (required) The key of the metadata template to use ``` -_See code: [src/commands/folders/metadata/set.js](https://github.com/box/boxcli/blob/v2.2.0/src/commands/folders/metadata/set.js)_ +_See code: [src/commands/folders/metadata/set.js](https://github.com/box/boxcli/blob/v2.3.0/src/commands/folders/metadata/set.js)_ ## `box folders:metadata:update ID` @@ -537,7 +537,7 @@ OPTIONS --template-key=template-key (required) The key of the metadata template to update against ``` -_See code: [src/commands/folders/metadata/update.js](https://github.com/box/boxcli/blob/v2.2.0/src/commands/folders/metadata/update.js)_ +_See code: [src/commands/folders/metadata/update.js](https://github.com/box/boxcli/blob/v2.3.0/src/commands/folders/metadata/update.js)_ ## `box folders:move ID PARENTID` @@ -567,7 +567,7 @@ OPTIONS --save-to-file-path=save-to-file-path Override default file path to save report ``` -_See code: [src/commands/folders/move.js](https://github.com/box/boxcli/blob/v2.2.0/src/commands/folders/move.js)_ +_See code: [src/commands/folders/move.js](https://github.com/box/boxcli/blob/v2.3.0/src/commands/folders/move.js)_ ## `box folders:rename ID NAME` @@ -598,7 +598,7 @@ OPTIONS --save-to-file-path=save-to-file-path Override default file path to save report ``` -_See code: [src/commands/folders/rename.js](https://github.com/box/boxcli/blob/v2.2.0/src/commands/folders/rename.js)_ +_See code: [src/commands/folders/rename.js](https://github.com/box/boxcli/blob/v2.3.0/src/commands/folders/rename.js)_ ## `box folders:share ID` @@ -637,7 +637,7 @@ ALIASES $ box folders:shared-links:update ``` -_See code: [src/commands/folders/share.js](https://github.com/box/boxcli/blob/v2.2.0/src/commands/folders/share.js)_ +_See code: [src/commands/folders/share.js](https://github.com/box/boxcli/blob/v2.3.0/src/commands/folders/share.js)_ ## `box folders:unshare ID` @@ -668,7 +668,7 @@ ALIASES $ box folders:shared-links:delete ``` -_See code: [src/commands/folders/unshare.js](https://github.com/box/boxcli/blob/v2.2.0/src/commands/folders/unshare.js)_ +_See code: [src/commands/folders/unshare.js](https://github.com/box/boxcli/blob/v2.3.0/src/commands/folders/unshare.js)_ ## `box folders:update ID` @@ -697,13 +697,20 @@ OPTIONS --name=name New name for folder --no-color Turn off colors for logging --[no-]restrict-collaboration Restrict collaboration so only owners can invite new collaborators + + --[no-]restrict-to-enterprise Restrict collaboration so only users in the folder owner's enterprise can be + added + --save-to-file-path=save-to-file-path Override default file path to save report + --[no-]sync Whether the folder is synced to desktop + --tags=tags Comma seperated tags + --upload-email-access=open|collaborators Upload email access level ``` -_See code: [src/commands/folders/update.js](https://github.com/box/boxcli/blob/v2.2.0/src/commands/folders/update.js)_ +_See code: [src/commands/folders/update.js](https://github.com/box/boxcli/blob/v2.3.0/src/commands/folders/update.js)_ ## `box folders:upload PATH` @@ -734,4 +741,4 @@ OPTIONS --save-to-file-path=save-to-file-path Override default file path to save report ``` -_See code: [src/commands/folders/upload.js](https://github.com/box/boxcli/blob/v2.2.0/src/commands/folders/upload.js)_ +_See code: [src/commands/folders/upload.js](https://github.com/box/boxcli/blob/v2.3.0/src/commands/folders/upload.js)_ diff --git a/docs/groups.md b/docs/groups.md index 87c50f14..1e652706 100644 --- a/docs/groups.md +++ b/docs/groups.md @@ -41,7 +41,7 @@ ALIASES $ box groups:list ``` -_See code: [src/commands/groups/index.js](https://github.com/box/boxcli/blob/v2.2.0/src/commands/groups/index.js)_ +_See code: [src/commands/groups/index.js](https://github.com/box/boxcli/blob/v2.3.0/src/commands/groups/index.js)_ ## `box groups:collaborations ID` @@ -73,7 +73,7 @@ ALIASES $ box collaborations:list-for-group ``` -_See code: [src/commands/groups/collaborations.js](https://github.com/box/boxcli/blob/v2.2.0/src/commands/groups/collaborations.js)_ +_See code: [src/commands/groups/collaborations.js](https://github.com/box/boxcli/blob/v2.3.0/src/commands/groups/collaborations.js)_ ## `box groups:create NAME` @@ -124,7 +124,7 @@ OPTIONS --save-to-file-path=save-to-file-path Override default file path to save report ``` -_See code: [src/commands/groups/create.js](https://github.com/box/boxcli/blob/v2.2.0/src/commands/groups/create.js)_ +_See code: [src/commands/groups/create.js](https://github.com/box/boxcli/blob/v2.3.0/src/commands/groups/create.js)_ ## `box groups:delete ID` @@ -152,7 +152,7 @@ OPTIONS --save-to-file-path=save-to-file-path Override default file path to save report ``` -_See code: [src/commands/groups/delete.js](https://github.com/box/boxcli/blob/v2.2.0/src/commands/groups/delete.js)_ +_See code: [src/commands/groups/delete.js](https://github.com/box/boxcli/blob/v2.3.0/src/commands/groups/delete.js)_ ## `box groups:get ID` @@ -180,7 +180,7 @@ OPTIONS --save-to-file-path=save-to-file-path Override default file path to save report ``` -_See code: [src/commands/groups/get.js](https://github.com/box/boxcli/blob/v2.2.0/src/commands/groups/get.js)_ +_See code: [src/commands/groups/get.js](https://github.com/box/boxcli/blob/v2.3.0/src/commands/groups/get.js)_ ## `box groups:memberships ID` @@ -211,7 +211,7 @@ ALIASES $ box groups:membership:list ``` -_See code: [src/commands/groups/memberships/index.js](https://github.com/box/boxcli/blob/v2.2.0/src/commands/groups/memberships/index.js)_ +_See code: [src/commands/groups/memberships/index.js](https://github.com/box/boxcli/blob/v2.3.0/src/commands/groups/memberships/index.js)_ ## `box groups:memberships:add USERID GROUPID` @@ -248,7 +248,7 @@ ALIASES $ box groups:membership:add ``` -_See code: [src/commands/groups/memberships/add.js](https://github.com/box/boxcli/blob/v2.2.0/src/commands/groups/memberships/add.js)_ +_See code: [src/commands/groups/memberships/add.js](https://github.com/box/boxcli/blob/v2.3.0/src/commands/groups/memberships/add.js)_ ## `box groups:memberships:get ID` @@ -279,7 +279,7 @@ ALIASES $ box groups:membership:get ``` -_See code: [src/commands/groups/memberships/get.js](https://github.com/box/boxcli/blob/v2.2.0/src/commands/groups/memberships/get.js)_ +_See code: [src/commands/groups/memberships/get.js](https://github.com/box/boxcli/blob/v2.3.0/src/commands/groups/memberships/get.js)_ ## `box groups:memberships:remove ID` @@ -310,7 +310,7 @@ ALIASES $ box groups:membership:remove ``` -_See code: [src/commands/groups/memberships/remove.js](https://github.com/box/boxcli/blob/v2.2.0/src/commands/groups/memberships/remove.js)_ +_See code: [src/commands/groups/memberships/remove.js](https://github.com/box/boxcli/blob/v2.3.0/src/commands/groups/memberships/remove.js)_ ## `box groups:memberships:update ID` @@ -346,7 +346,7 @@ ALIASES $ box groups:membership:update ``` -_See code: [src/commands/groups/memberships/update.js](https://github.com/box/boxcli/blob/v2.2.0/src/commands/groups/memberships/update.js)_ +_See code: [src/commands/groups/memberships/update.js](https://github.com/box/boxcli/blob/v2.3.0/src/commands/groups/memberships/update.js)_ ## `box groups:update ID` @@ -396,4 +396,4 @@ OPTIONS --save-to-file-path=save-to-file-path Override default file path to save report ``` -_See code: [src/commands/groups/update.js](https://github.com/box/boxcli/blob/v2.2.0/src/commands/groups/update.js)_ +_See code: [src/commands/groups/update.js](https://github.com/box/boxcli/blob/v2.3.0/src/commands/groups/update.js)_ diff --git a/docs/legal-hold-policies.md b/docs/legal-hold-policies.md index 77c84ec8..7e929a81 100644 --- a/docs/legal-hold-policies.md +++ b/docs/legal-hold-policies.md @@ -39,7 +39,7 @@ OPTIONS --save-to-file-path=save-to-file-path Override default file path to save report ``` -_See code: [src/commands/legal-hold-policies/index.js](https://github.com/box/boxcli/blob/v2.2.0/src/commands/legal-hold-policies/index.js)_ +_See code: [src/commands/legal-hold-policies/index.js](https://github.com/box/boxcli/blob/v2.3.0/src/commands/legal-hold-policies/index.js)_ ## `box legal-hold-policies:assign POLICYID` @@ -69,7 +69,7 @@ OPTIONS --save-to-file-path=save-to-file-path Override default file path to save report ``` -_See code: [src/commands/legal-hold-policies/assign.js](https://github.com/box/boxcli/blob/v2.2.0/src/commands/legal-hold-policies/assign.js)_ +_See code: [src/commands/legal-hold-policies/assign.js](https://github.com/box/boxcli/blob/v2.3.0/src/commands/legal-hold-policies/assign.js)_ ## `box legal-hold-policies:assignments ID` @@ -99,7 +99,7 @@ OPTIONS --save-to-file-path=save-to-file-path Override default file path to save report ``` -_See code: [src/commands/legal-hold-policies/assignments/index.js](https://github.com/box/boxcli/blob/v2.2.0/src/commands/legal-hold-policies/assignments/index.js)_ +_See code: [src/commands/legal-hold-policies/assignments/index.js](https://github.com/box/boxcli/blob/v2.3.0/src/commands/legal-hold-policies/assignments/index.js)_ ## `box legal-hold-policies:assignments:delete ID` @@ -127,7 +127,7 @@ OPTIONS --save-to-file-path=save-to-file-path Override default file path to save report ``` -_See code: [src/commands/legal-hold-policies/assignments/delete.js](https://github.com/box/boxcli/blob/v2.2.0/src/commands/legal-hold-policies/assignments/delete.js)_ +_See code: [src/commands/legal-hold-policies/assignments/delete.js](https://github.com/box/boxcli/blob/v2.3.0/src/commands/legal-hold-policies/assignments/delete.js)_ ## `box legal-hold-policies:assignments:get ID` @@ -155,7 +155,7 @@ OPTIONS --save-to-file-path=save-to-file-path Override default file path to save report ``` -_See code: [src/commands/legal-hold-policies/assignments/get.js](https://github.com/box/boxcli/blob/v2.2.0/src/commands/legal-hold-policies/assignments/get.js)_ +_See code: [src/commands/legal-hold-policies/assignments/get.js](https://github.com/box/boxcli/blob/v2.3.0/src/commands/legal-hold-policies/assignments/get.js)_ ## `box legal-hold-policies:create POLICYNAME` @@ -198,7 +198,7 @@ OPTIONS --save-to-file-path=save-to-file-path Override default file path to save report ``` -_See code: [src/commands/legal-hold-policies/create.js](https://github.com/box/boxcli/blob/v2.2.0/src/commands/legal-hold-policies/create.js)_ +_See code: [src/commands/legal-hold-policies/create.js](https://github.com/box/boxcli/blob/v2.3.0/src/commands/legal-hold-policies/create.js)_ ## `box legal-hold-policies:delete ID` @@ -226,7 +226,7 @@ OPTIONS --save-to-file-path=save-to-file-path Override default file path to save report ``` -_See code: [src/commands/legal-hold-policies/delete.js](https://github.com/box/boxcli/blob/v2.2.0/src/commands/legal-hold-policies/delete.js)_ +_See code: [src/commands/legal-hold-policies/delete.js](https://github.com/box/boxcli/blob/v2.3.0/src/commands/legal-hold-policies/delete.js)_ ## `box legal-hold-policies:file-version-holds ID` @@ -254,7 +254,7 @@ OPTIONS --save-to-file-path=save-to-file-path Override default file path to save report ``` -_See code: [src/commands/legal-hold-policies/file-version-holds/index.js](https://github.com/box/boxcli/blob/v2.2.0/src/commands/legal-hold-policies/file-version-holds/index.js)_ +_See code: [src/commands/legal-hold-policies/file-version-holds/index.js](https://github.com/box/boxcli/blob/v2.3.0/src/commands/legal-hold-policies/file-version-holds/index.js)_ ## `box legal-hold-policies:file-version-holds:get ID` @@ -282,7 +282,7 @@ OPTIONS --save-to-file-path=save-to-file-path Override default file path to save report ``` -_See code: [src/commands/legal-hold-policies/file-version-holds/get.js](https://github.com/box/boxcli/blob/v2.2.0/src/commands/legal-hold-policies/file-version-holds/get.js)_ +_See code: [src/commands/legal-hold-policies/file-version-holds/get.js](https://github.com/box/boxcli/blob/v2.3.0/src/commands/legal-hold-policies/file-version-holds/get.js)_ ## `box legal-hold-policies:get ID` @@ -310,7 +310,7 @@ OPTIONS --save-to-file-path=save-to-file-path Override default file path to save report ``` -_See code: [src/commands/legal-hold-policies/get.js](https://github.com/box/boxcli/blob/v2.2.0/src/commands/legal-hold-policies/get.js)_ +_See code: [src/commands/legal-hold-policies/get.js](https://github.com/box/boxcli/blob/v2.3.0/src/commands/legal-hold-policies/get.js)_ ## `box legal-hold-policies:update ID` @@ -341,4 +341,4 @@ OPTIONS --save-to-file-path=save-to-file-path Override default file path to save report ``` -_See code: [src/commands/legal-hold-policies/update.js](https://github.com/box/boxcli/blob/v2.2.0/src/commands/legal-hold-policies/update.js)_ +_See code: [src/commands/legal-hold-policies/update.js](https://github.com/box/boxcli/blob/v2.3.0/src/commands/legal-hold-policies/update.js)_ diff --git a/docs/metadata-cascade-policies.md b/docs/metadata-cascade-policies.md index 1e1fc8bd..b1c53ed0 100644 --- a/docs/metadata-cascade-policies.md +++ b/docs/metadata-cascade-policies.md @@ -35,7 +35,7 @@ OPTIONS --save-to-file-path=save-to-file-path Override default file path to save report ``` -_See code: [src/commands/metadata-cascade-policies/index.js](https://github.com/box/boxcli/blob/v2.2.0/src/commands/metadata-cascade-policies/index.js)_ +_See code: [src/commands/metadata-cascade-policies/index.js](https://github.com/box/boxcli/blob/v2.3.0/src/commands/metadata-cascade-policies/index.js)_ ## `box metadata-cascade-policies:delete ID` @@ -63,7 +63,7 @@ OPTIONS --save-to-file-path=save-to-file-path Override default file path to save report ``` -_See code: [src/commands/metadata-cascade-policies/delete.js](https://github.com/box/boxcli/blob/v2.2.0/src/commands/metadata-cascade-policies/delete.js)_ +_See code: [src/commands/metadata-cascade-policies/delete.js](https://github.com/box/boxcli/blob/v2.3.0/src/commands/metadata-cascade-policies/delete.js)_ ## `box metadata-cascade-policies:force-apply ID` @@ -92,7 +92,7 @@ OPTIONS --save-to-file-path=save-to-file-path Override default file path to save report ``` -_See code: [src/commands/metadata-cascade-policies/force-apply.js](https://github.com/box/boxcli/blob/v2.2.0/src/commands/metadata-cascade-policies/force-apply.js)_ +_See code: [src/commands/metadata-cascade-policies/force-apply.js](https://github.com/box/boxcli/blob/v2.3.0/src/commands/metadata-cascade-policies/force-apply.js)_ ## `box metadata-cascade-policies:get ID` @@ -120,4 +120,4 @@ OPTIONS --save-to-file-path=save-to-file-path Override default file path to save report ``` -_See code: [src/commands/metadata-cascade-policies/get.js](https://github.com/box/boxcli/blob/v2.2.0/src/commands/metadata-cascade-policies/get.js)_ +_See code: [src/commands/metadata-cascade-policies/get.js](https://github.com/box/boxcli/blob/v2.3.0/src/commands/metadata-cascade-policies/get.js)_ diff --git a/docs/metadata-templates.md b/docs/metadata-templates.md index 89be5732..c94e4a5a 100644 --- a/docs/metadata-templates.md +++ b/docs/metadata-templates.md @@ -36,7 +36,7 @@ ALIASES $ box metadata-templates:list ``` -_See code: [src/commands/metadata-templates/index.js](https://github.com/box/boxcli/blob/v2.2.0/src/commands/metadata-templates/index.js)_ +_See code: [src/commands/metadata-templates/index.js](https://github.com/box/boxcli/blob/v2.3.0/src/commands/metadata-templates/index.js)_ ## `box metadata-templates:cascade TEMPLATEKEY` @@ -67,7 +67,7 @@ OPTIONS --scope=scope [default: enterprise] The scope of the metadata template to cascade ``` -_See code: [src/commands/metadata-templates/cascade.js](https://github.com/box/boxcli/blob/v2.2.0/src/commands/metadata-templates/cascade.js)_ +_See code: [src/commands/metadata-templates/cascade.js](https://github.com/box/boxcli/blob/v2.3.0/src/commands/metadata-templates/cascade.js)_ ## `box metadata-templates:create` @@ -107,7 +107,7 @@ OPTIONS the display name ``` -_See code: [src/commands/metadata-templates/create.js](https://github.com/box/boxcli/blob/v2.2.0/src/commands/metadata-templates/create.js)_ +_See code: [src/commands/metadata-templates/create.js](https://github.com/box/boxcli/blob/v2.3.0/src/commands/metadata-templates/create.js)_ ## `box metadata-templates:delete TEMPLATEKEY` @@ -136,7 +136,7 @@ OPTIONS --scope=scope [default: enterprise] The scope of the metadata template to delete ``` -_See code: [src/commands/metadata-templates/delete.js](https://github.com/box/boxcli/blob/v2.2.0/src/commands/metadata-templates/delete.js)_ +_See code: [src/commands/metadata-templates/delete.js](https://github.com/box/boxcli/blob/v2.3.0/src/commands/metadata-templates/delete.js)_ ## `box metadata-templates:get TEMPLATEKEY` @@ -165,7 +165,7 @@ OPTIONS --scope=scope [default: enterprise] The scope of the metadata template to get ``` -_See code: [src/commands/metadata-templates/get.js](https://github.com/box/boxcli/blob/v2.2.0/src/commands/metadata-templates/get.js)_ +_See code: [src/commands/metadata-templates/get.js](https://github.com/box/boxcli/blob/v2.3.0/src/commands/metadata-templates/get.js)_ ## `box metadata-templates:update TEMPLATEKEY` @@ -239,4 +239,4 @@ OPTIONS --string=string Add a string field with the provided name ``` -_See code: [src/commands/metadata-templates/update.js](https://github.com/box/boxcli/blob/v2.2.0/src/commands/metadata-templates/update.js)_ +_See code: [src/commands/metadata-templates/update.js](https://github.com/box/boxcli/blob/v2.3.0/src/commands/metadata-templates/update.js)_ diff --git a/docs/recent-items.md b/docs/recent-items.md index 489d1633..e1d3df7b 100644 --- a/docs/recent-items.md +++ b/docs/recent-items.md @@ -28,4 +28,4 @@ OPTIONS --save-to-file-path=save-to-file-path Override default file path to save report ``` -_See code: [src/commands/recent-items.js](https://github.com/box/boxcli/blob/v2.2.0/src/commands/recent-items.js)_ +_See code: [src/commands/recent-items.js](https://github.com/box/boxcli/blob/v2.3.0/src/commands/recent-items.js)_ diff --git a/docs/request.md b/docs/request.md index d1a9a555..717cba35 100644 --- a/docs/request.md +++ b/docs/request.md @@ -35,4 +35,4 @@ OPTIONS --save-to-file-path=save-to-file-path Override default file path to save report ``` -_See code: [src/commands/request.js](https://github.com/box/boxcli/blob/v2.2.0/src/commands/request.js)_ +_See code: [src/commands/request.js](https://github.com/box/boxcli/blob/v2.3.0/src/commands/request.js)_ diff --git a/docs/retention-policies.md b/docs/retention-policies.md index 3e06a457..b0870c8f 100644 --- a/docs/retention-policies.md +++ b/docs/retention-policies.md @@ -39,7 +39,7 @@ OPTIONS --save-to-file-path=save-to-file-path Override default file path to save report ``` -_See code: [src/commands/retention-policies/index.js](https://github.com/box/boxcli/blob/v2.2.0/src/commands/retention-policies/index.js)_ +_See code: [src/commands/retention-policies/index.js](https://github.com/box/boxcli/blob/v2.3.0/src/commands/retention-policies/index.js)_ ## `box retention-policies:assign POLICYID` @@ -77,7 +77,7 @@ OPTIONS --save-to-file-path=save-to-file-path Override default file path to save report ``` -_See code: [src/commands/retention-policies/assign.js](https://github.com/box/boxcli/blob/v2.2.0/src/commands/retention-policies/assign.js)_ +_See code: [src/commands/retention-policies/assign.js](https://github.com/box/boxcli/blob/v2.3.0/src/commands/retention-policies/assign.js)_ ## `box retention-policies:assignments ID` @@ -106,7 +106,7 @@ OPTIONS --type=folder|enterprise|metadata_template The type of the retention policy assignment to retrieve ``` -_See code: [src/commands/retention-policies/assignments/index.js](https://github.com/box/boxcli/blob/v2.2.0/src/commands/retention-policies/assignments/index.js)_ +_See code: [src/commands/retention-policies/assignments/index.js](https://github.com/box/boxcli/blob/v2.3.0/src/commands/retention-policies/assignments/index.js)_ ## `box retention-policies:assignments:get ID` @@ -134,7 +134,7 @@ OPTIONS --save-to-file-path=save-to-file-path Override default file path to save report ``` -_See code: [src/commands/retention-policies/assignments/get.js](https://github.com/box/boxcli/blob/v2.2.0/src/commands/retention-policies/assignments/get.js)_ +_See code: [src/commands/retention-policies/assignments/get.js](https://github.com/box/boxcli/blob/v2.3.0/src/commands/retention-policies/assignments/get.js)_ ## `box retention-policies:create POLICYNAME` @@ -184,7 +184,7 @@ OPTIONS --save-to-file-path=save-to-file-path Override default file path to save report ``` -_See code: [src/commands/retention-policies/create.js](https://github.com/box/boxcli/blob/v2.2.0/src/commands/retention-policies/create.js)_ +_See code: [src/commands/retention-policies/create.js](https://github.com/box/boxcli/blob/v2.3.0/src/commands/retention-policies/create.js)_ ## `box retention-policies:file-version-retentions` @@ -226,7 +226,7 @@ OPTIONS --save-to-file-path=save-to-file-path Override default file path to save report ``` -_See code: [src/commands/retention-policies/file-version-retentions/index.js](https://github.com/box/boxcli/blob/v2.2.0/src/commands/retention-policies/file-version-retentions/index.js)_ +_See code: [src/commands/retention-policies/file-version-retentions/index.js](https://github.com/box/boxcli/blob/v2.3.0/src/commands/retention-policies/file-version-retentions/index.js)_ ## `box retention-policies:file-version-retentions:get ID` @@ -254,7 +254,7 @@ OPTIONS --save-to-file-path=save-to-file-path Override default file path to save report ``` -_See code: [src/commands/retention-policies/file-version-retentions/get.js](https://github.com/box/boxcli/blob/v2.2.0/src/commands/retention-policies/file-version-retentions/get.js)_ +_See code: [src/commands/retention-policies/file-version-retentions/get.js](https://github.com/box/boxcli/blob/v2.3.0/src/commands/retention-policies/file-version-retentions/get.js)_ ## `box retention-policies:get ID` @@ -282,7 +282,7 @@ OPTIONS --save-to-file-path=save-to-file-path Override default file path to save report ``` -_See code: [src/commands/retention-policies/get.js](https://github.com/box/boxcli/blob/v2.2.0/src/commands/retention-policies/get.js)_ +_See code: [src/commands/retention-policies/get.js](https://github.com/box/boxcli/blob/v2.3.0/src/commands/retention-policies/get.js)_ ## `box retention-policies:update ID` @@ -335,4 +335,4 @@ OPTIONS --save-to-file-path=save-to-file-path Override default file path to save report ``` -_See code: [src/commands/retention-policies/update.js](https://github.com/box/boxcli/blob/v2.2.0/src/commands/retention-policies/update.js)_ +_See code: [src/commands/retention-policies/update.js](https://github.com/box/boxcli/blob/v2.3.0/src/commands/retention-policies/update.js)_ diff --git a/docs/search.md b/docs/search.md index 285eab86..edc2db93 100644 --- a/docs/search.md +++ b/docs/search.md @@ -78,4 +78,4 @@ OPTIONS 0t, like 5w for 5 weeks ``` -_See code: [src/commands/search.js](https://github.com/box/boxcli/blob/v2.2.0/src/commands/search.js)_ +_See code: [src/commands/search.js](https://github.com/box/boxcli/blob/v2.3.0/src/commands/search.js)_ diff --git a/docs/shared-links.md b/docs/shared-links.md index 8c5dc7e0..eec43a33 100644 --- a/docs/shared-links.md +++ b/docs/shared-links.md @@ -32,4 +32,4 @@ OPTIONS --save-to-file-path=save-to-file-path Override default file path to save report ``` -_See code: [src/commands/shared-links/get.js](https://github.com/box/boxcli/blob/v2.2.0/src/commands/shared-links/get.js)_ +_See code: [src/commands/shared-links/get.js](https://github.com/box/boxcli/blob/v2.3.0/src/commands/shared-links/get.js)_ diff --git a/docs/storage-policies.md b/docs/storage-policies.md index d9849ac5..714bf4bf 100644 --- a/docs/storage-policies.md +++ b/docs/storage-policies.md @@ -36,7 +36,7 @@ ALIASES $ box storage-policies:list ``` -_See code: [src/commands/storage-policies/index.js](https://github.com/box/boxcli/blob/v2.2.0/src/commands/storage-policies/index.js)_ +_See code: [src/commands/storage-policies/index.js](https://github.com/box/boxcli/blob/v2.3.0/src/commands/storage-policies/index.js)_ ## `box storage-policies:assign STORAGEPOLICYID USERID` @@ -65,7 +65,7 @@ OPTIONS --save-to-file-path=save-to-file-path Override default file path to save report ``` -_See code: [src/commands/storage-policies/assign.js](https://github.com/box/boxcli/blob/v2.2.0/src/commands/storage-policies/assign.js)_ +_See code: [src/commands/storage-policies/assign.js](https://github.com/box/boxcli/blob/v2.3.0/src/commands/storage-policies/assign.js)_ ## `box storage-policies:assignments:get ID` @@ -93,7 +93,7 @@ OPTIONS --save-to-file-path=save-to-file-path Override default file path to save report ``` -_See code: [src/commands/storage-policies/assignments/get.js](https://github.com/box/boxcli/blob/v2.2.0/src/commands/storage-policies/assignments/get.js)_ +_See code: [src/commands/storage-policies/assignments/get.js](https://github.com/box/boxcli/blob/v2.3.0/src/commands/storage-policies/assignments/get.js)_ ## `box storage-policies:assignments:lookup ID` @@ -122,7 +122,7 @@ OPTIONS --type=user|enterprise (required) [default: user] Type of object to look up the storage policy for ``` -_See code: [src/commands/storage-policies/assignments/lookup.js](https://github.com/box/boxcli/blob/v2.2.0/src/commands/storage-policies/assignments/lookup.js)_ +_See code: [src/commands/storage-policies/assignments/lookup.js](https://github.com/box/boxcli/blob/v2.3.0/src/commands/storage-policies/assignments/lookup.js)_ ## `box storage-policies:assignments:remove ID` @@ -150,7 +150,7 @@ OPTIONS --save-to-file-path=save-to-file-path Override default file path to save report ``` -_See code: [src/commands/storage-policies/assignments/remove.js](https://github.com/box/boxcli/blob/v2.2.0/src/commands/storage-policies/assignments/remove.js)_ +_See code: [src/commands/storage-policies/assignments/remove.js](https://github.com/box/boxcli/blob/v2.3.0/src/commands/storage-policies/assignments/remove.js)_ ## `box storage-policies:get ID` @@ -178,4 +178,4 @@ OPTIONS --save-to-file-path=save-to-file-path Override default file path to save report ``` -_See code: [src/commands/storage-policies/get.js](https://github.com/box/boxcli/blob/v2.2.0/src/commands/storage-policies/get.js)_ +_See code: [src/commands/storage-policies/get.js](https://github.com/box/boxcli/blob/v2.3.0/src/commands/storage-policies/get.js)_ diff --git a/docs/tasks.md b/docs/tasks.md index 9ed92812..75aaabdd 100644 --- a/docs/tasks.md +++ b/docs/tasks.md @@ -44,7 +44,7 @@ ALIASES $ box task-assignments:create ``` -_See code: [src/commands/tasks/assign.js](https://github.com/box/boxcli/blob/v2.2.0/src/commands/tasks/assign.js)_ +_See code: [src/commands/tasks/assign.js](https://github.com/box/boxcli/blob/v2.3.0/src/commands/tasks/assign.js)_ ## `box tasks:assignments ID` @@ -75,7 +75,7 @@ ALIASES $ box task-assignments:list ``` -_See code: [src/commands/tasks/assignments/index.js](https://github.com/box/boxcli/blob/v2.2.0/src/commands/tasks/assignments/index.js)_ +_See code: [src/commands/tasks/assignments/index.js](https://github.com/box/boxcli/blob/v2.3.0/src/commands/tasks/assignments/index.js)_ ## `box tasks:assignments:delete ID` @@ -106,7 +106,7 @@ ALIASES $ box task-assignments:delete ``` -_See code: [src/commands/tasks/assignments/delete.js](https://github.com/box/boxcli/blob/v2.2.0/src/commands/tasks/assignments/delete.js)_ +_See code: [src/commands/tasks/assignments/delete.js](https://github.com/box/boxcli/blob/v2.3.0/src/commands/tasks/assignments/delete.js)_ ## `box tasks:assignments:get ID` @@ -137,7 +137,7 @@ ALIASES $ box task-assignments:get ``` -_See code: [src/commands/tasks/assignments/get.js](https://github.com/box/boxcli/blob/v2.2.0/src/commands/tasks/assignments/get.js)_ +_See code: [src/commands/tasks/assignments/get.js](https://github.com/box/boxcli/blob/v2.3.0/src/commands/tasks/assignments/get.js)_ ## `box tasks:assignments:update ID` @@ -170,7 +170,7 @@ ALIASES $ box task-assignments:update ``` -_See code: [src/commands/tasks/assignments/update.js](https://github.com/box/boxcli/blob/v2.2.0/src/commands/tasks/assignments/update.js)_ +_See code: [src/commands/tasks/assignments/update.js](https://github.com/box/boxcli/blob/v2.3.0/src/commands/tasks/assignments/update.js)_ ## `box tasks:create FILEID` @@ -201,7 +201,7 @@ OPTIONS --save-to-file-path=save-to-file-path Override default file path to save report ``` -_See code: [src/commands/tasks/create.js](https://github.com/box/boxcli/blob/v2.2.0/src/commands/tasks/create.js)_ +_See code: [src/commands/tasks/create.js](https://github.com/box/boxcli/blob/v2.3.0/src/commands/tasks/create.js)_ ## `box tasks:delete ID` @@ -229,7 +229,7 @@ OPTIONS --save-to-file-path=save-to-file-path Override default file path to save report ``` -_See code: [src/commands/tasks/delete.js](https://github.com/box/boxcli/blob/v2.2.0/src/commands/tasks/delete.js)_ +_See code: [src/commands/tasks/delete.js](https://github.com/box/boxcli/blob/v2.3.0/src/commands/tasks/delete.js)_ ## `box tasks:get ID` @@ -257,7 +257,7 @@ OPTIONS --save-to-file-path=save-to-file-path Override default file path to save report ``` -_See code: [src/commands/tasks/get.js](https://github.com/box/boxcli/blob/v2.2.0/src/commands/tasks/get.js)_ +_See code: [src/commands/tasks/get.js](https://github.com/box/boxcli/blob/v2.3.0/src/commands/tasks/get.js)_ ## `box tasks:update ID` @@ -287,4 +287,4 @@ OPTIONS --save-to-file-path=save-to-file-path Override default file path to save report ``` -_See code: [src/commands/tasks/update.js](https://github.com/box/boxcli/blob/v2.2.0/src/commands/tasks/update.js)_ +_See code: [src/commands/tasks/update.js](https://github.com/box/boxcli/blob/v2.3.0/src/commands/tasks/update.js)_ diff --git a/docs/terms-of-service.md b/docs/terms-of-service.md index 025f6e3a..122745d4 100644 --- a/docs/terms-of-service.md +++ b/docs/terms-of-service.md @@ -34,7 +34,7 @@ OPTIONS --type=managed|external Filter by terms of service type ``` -_See code: [src/commands/terms-of-service/index.js](https://github.com/box/boxcli/blob/v2.2.0/src/commands/terms-of-service/index.js)_ +_See code: [src/commands/terms-of-service/index.js](https://github.com/box/boxcli/blob/v2.3.0/src/commands/terms-of-service/index.js)_ ## `box terms-of-service:create` @@ -62,7 +62,7 @@ OPTIONS --type=managed|external (required) Type of terms of service ``` -_See code: [src/commands/terms-of-service/create.js](https://github.com/box/boxcli/blob/v2.2.0/src/commands/terms-of-service/create.js)_ +_See code: [src/commands/terms-of-service/create.js](https://github.com/box/boxcli/blob/v2.3.0/src/commands/terms-of-service/create.js)_ ## `box terms-of-service:get ID` @@ -90,7 +90,7 @@ OPTIONS --save-to-file-path=save-to-file-path Override default file path to save report ``` -_See code: [src/commands/terms-of-service/get.js](https://github.com/box/boxcli/blob/v2.2.0/src/commands/terms-of-service/get.js)_ +_See code: [src/commands/terms-of-service/get.js](https://github.com/box/boxcli/blob/v2.3.0/src/commands/terms-of-service/get.js)_ ## `box terms-of-service:get-user-status TOSID` @@ -119,7 +119,7 @@ OPTIONS --user-id=user-id ID for a user to get status for; defaults to the current user ID ``` -_See code: [src/commands/terms-of-service/get-user-status.js](https://github.com/box/boxcli/blob/v2.2.0/src/commands/terms-of-service/get-user-status.js)_ +_See code: [src/commands/terms-of-service/get-user-status.js](https://github.com/box/boxcli/blob/v2.3.0/src/commands/terms-of-service/get-user-status.js)_ ## `box terms-of-service:set-user-status ID` @@ -150,7 +150,7 @@ OPTIONS --user-id=user-id ID of the user to set status for; defaults to the current user ``` -_See code: [src/commands/terms-of-service/set-user-status.js](https://github.com/box/boxcli/blob/v2.2.0/src/commands/terms-of-service/set-user-status.js)_ +_See code: [src/commands/terms-of-service/set-user-status.js](https://github.com/box/boxcli/blob/v2.3.0/src/commands/terms-of-service/set-user-status.js)_ ## `box terms-of-service:update ID` @@ -180,4 +180,4 @@ OPTIONS --text=text Text for the terms of service ``` -_See code: [src/commands/terms-of-service/update.js](https://github.com/box/boxcli/blob/v2.2.0/src/commands/terms-of-service/update.js)_ +_See code: [src/commands/terms-of-service/update.js](https://github.com/box/boxcli/blob/v2.3.0/src/commands/terms-of-service/update.js)_ diff --git a/docs/tokens.md b/docs/tokens.md index 4877e1c4..1808940b 100644 --- a/docs/tokens.md +++ b/docs/tokens.md @@ -28,7 +28,7 @@ OPTIONS --no-color Turn off colors for logging ``` -_See code: [src/commands/tokens/exchange.js](https://github.com/box/boxcli/blob/v2.2.0/src/commands/tokens/exchange.js)_ +_See code: [src/commands/tokens/exchange.js](https://github.com/box/boxcli/blob/v2.3.0/src/commands/tokens/exchange.js)_ ## `box tokens:get` @@ -45,7 +45,7 @@ OPTIONS --no-color Turn off colors for logging ``` -_See code: [src/commands/tokens/get.js](https://github.com/box/boxcli/blob/v2.2.0/src/commands/tokens/get.js)_ +_See code: [src/commands/tokens/get.js](https://github.com/box/boxcli/blob/v2.3.0/src/commands/tokens/get.js)_ ## `box tokens:revoke TOKEN` @@ -64,4 +64,4 @@ OPTIONS --no-color Turn off colors for logging ``` -_See code: [src/commands/tokens/revoke.js](https://github.com/box/boxcli/blob/v2.2.0/src/commands/tokens/revoke.js)_ +_See code: [src/commands/tokens/revoke.js](https://github.com/box/boxcli/blob/v2.3.0/src/commands/tokens/revoke.js)_ diff --git a/docs/trash.md b/docs/trash.md index 485c7a9e..0d879031 100644 --- a/docs/trash.md +++ b/docs/trash.md @@ -32,7 +32,7 @@ ALIASES $ box trash:list ``` -_See code: [src/commands/trash/index.js](https://github.com/box/boxcli/blob/v2.2.0/src/commands/trash/index.js)_ +_See code: [src/commands/trash/index.js](https://github.com/box/boxcli/blob/v2.3.0/src/commands/trash/index.js)_ ## `box trash:delete TYPE ID` @@ -61,4 +61,4 @@ OPTIONS --save-to-file-path=save-to-file-path Override default file path to save report ``` -_See code: [src/commands/trash/delete.js](https://github.com/box/boxcli/blob/v2.2.0/src/commands/trash/delete.js)_ +_See code: [src/commands/trash/delete.js](https://github.com/box/boxcli/blob/v2.3.0/src/commands/trash/delete.js)_ diff --git a/docs/users.md b/docs/users.md index 939174a1..1bcb9e5d 100644 --- a/docs/users.md +++ b/docs/users.md @@ -46,7 +46,7 @@ ALIASES $ box users:list ``` -_See code: [src/commands/users/index.js](https://github.com/box/boxcli/blob/v2.2.0/src/commands/users/index.js)_ +_See code: [src/commands/users/index.js](https://github.com/box/boxcli/blob/v2.3.0/src/commands/users/index.js)_ ## `box users:create NAME [LOGIN]` @@ -128,7 +128,7 @@ OPTIONS tz database timezones ``` -_See code: [src/commands/users/create.js](https://github.com/box/boxcli/blob/v2.2.0/src/commands/users/create.js)_ +_See code: [src/commands/users/create.js](https://github.com/box/boxcli/blob/v2.3.0/src/commands/users/create.js)_ ## `box users:delete ID` @@ -158,7 +158,7 @@ OPTIONS --save-to-file-path=save-to-file-path Override default file path to save report ``` -_See code: [src/commands/users/delete.js](https://github.com/box/boxcli/blob/v2.2.0/src/commands/users/delete.js)_ +_See code: [src/commands/users/delete.js](https://github.com/box/boxcli/blob/v2.3.0/src/commands/users/delete.js)_ ## `box users:email-aliases USERID` @@ -189,7 +189,7 @@ ALIASES $ box users:get-email-aliases ``` -_See code: [src/commands/users/email-aliases/index.js](https://github.com/box/boxcli/blob/v2.2.0/src/commands/users/email-aliases/index.js)_ +_See code: [src/commands/users/email-aliases/index.js](https://github.com/box/boxcli/blob/v2.3.0/src/commands/users/email-aliases/index.js)_ ## `box users:email-aliases:add USERID EMAIL` @@ -211,17 +211,25 @@ OPTIONS -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-]confirm Whether or not to confirm the email alias. Only Admins may automatically + confirm an alias. + --csv Output formatted CSV + --fields=fields Comma separated list of fields to show + --json Output formatted JSON + --no-color Turn off colors for logging + --save-to-file-path=save-to-file-path Override default file path to save report ALIASES $ box users:add-email-alias ``` -_See code: [src/commands/users/email-aliases/add.js](https://github.com/box/boxcli/blob/v2.2.0/src/commands/users/email-aliases/add.js)_ +_See code: [src/commands/users/email-aliases/add.js](https://github.com/box/boxcli/blob/v2.3.0/src/commands/users/email-aliases/add.js)_ ## `box users:email-aliases:remove USERID ALIASID` @@ -253,7 +261,7 @@ ALIASES $ box users:delete-email-alias ``` -_See code: [src/commands/users/email-aliases/remove.js](https://github.com/box/boxcli/blob/v2.2.0/src/commands/users/email-aliases/remove.js)_ +_See code: [src/commands/users/email-aliases/remove.js](https://github.com/box/boxcli/blob/v2.3.0/src/commands/users/email-aliases/remove.js)_ ## `box users:get [ID]` @@ -281,7 +289,7 @@ OPTIONS --save-to-file-path=save-to-file-path Override default file path to save report ``` -_See code: [src/commands/users/get.js](https://github.com/box/boxcli/blob/v2.2.0/src/commands/users/get.js)_ +_See code: [src/commands/users/get.js](https://github.com/box/boxcli/blob/v2.3.0/src/commands/users/get.js)_ ## `box users:groups ID` @@ -312,7 +320,7 @@ ALIASES $ box users:list-groups ``` -_See code: [src/commands/users/groups.js](https://github.com/box/boxcli/blob/v2.2.0/src/commands/users/groups.js)_ +_See code: [src/commands/users/groups.js](https://github.com/box/boxcli/blob/v2.3.0/src/commands/users/groups.js)_ ## `box users:invite EMAIL ENTERPRISEID` @@ -344,7 +352,7 @@ ALIASES $ box users:invite-user ``` -_See code: [src/commands/users/invite.js](https://github.com/box/boxcli/blob/v2.2.0/src/commands/users/invite.js)_ +_See code: [src/commands/users/invite.js](https://github.com/box/boxcli/blob/v2.3.0/src/commands/users/invite.js)_ ## `box users:transfer-content USERID NEWUSERID` @@ -377,7 +385,7 @@ ALIASES $ box users:move-root-content ``` -_See code: [src/commands/users/transfer-content.js](https://github.com/box/boxcli/blob/v2.2.0/src/commands/users/transfer-content.js)_ +_See code: [src/commands/users/transfer-content.js](https://github.com/box/boxcli/blob/v2.3.0/src/commands/users/transfer-content.js)_ ## `box users:update ID` @@ -464,4 +472,4 @@ OPTIONS tz database timezones ``` -_See code: [src/commands/users/update.js](https://github.com/box/boxcli/blob/v2.2.0/src/commands/users/update.js)_ +_See code: [src/commands/users/update.js](https://github.com/box/boxcli/blob/v2.3.0/src/commands/users/update.js)_ diff --git a/docs/watermarking.md b/docs/watermarking.md index 24949817..2dbf251f 100644 --- a/docs/watermarking.md +++ b/docs/watermarking.md @@ -34,7 +34,7 @@ OPTIONS --save-to-file-path=save-to-file-path Override default file path to save report ``` -_See code: [src/commands/watermarking/apply.js](https://github.com/box/boxcli/blob/v2.2.0/src/commands/watermarking/apply.js)_ +_See code: [src/commands/watermarking/apply.js](https://github.com/box/boxcli/blob/v2.3.0/src/commands/watermarking/apply.js)_ ## `box watermarking:get ITEMTYPE ITEMID` @@ -63,7 +63,7 @@ OPTIONS --save-to-file-path=save-to-file-path Override default file path to save report ``` -_See code: [src/commands/watermarking/get.js](https://github.com/box/boxcli/blob/v2.2.0/src/commands/watermarking/get.js)_ +_See code: [src/commands/watermarking/get.js](https://github.com/box/boxcli/blob/v2.3.0/src/commands/watermarking/get.js)_ ## `box watermarking:remove ITEMTYPE ITEMID` @@ -92,4 +92,4 @@ OPTIONS --save-to-file-path=save-to-file-path Override default file path to save report ``` -_See code: [src/commands/watermarking/remove.js](https://github.com/box/boxcli/blob/v2.2.0/src/commands/watermarking/remove.js)_ +_See code: [src/commands/watermarking/remove.js](https://github.com/box/boxcli/blob/v2.3.0/src/commands/watermarking/remove.js)_ diff --git a/docs/web-links.md b/docs/web-links.md index b77dafe6..c65c221c 100644 --- a/docs/web-links.md +++ b/docs/web-links.md @@ -38,7 +38,7 @@ OPTIONS --save-to-file-path=save-to-file-path Override default file path to save report ``` -_See code: [src/commands/web-links/create.js](https://github.com/box/boxcli/blob/v2.2.0/src/commands/web-links/create.js)_ +_See code: [src/commands/web-links/create.js](https://github.com/box/boxcli/blob/v2.3.0/src/commands/web-links/create.js)_ ## `box web-links:delete ID` @@ -66,7 +66,7 @@ OPTIONS --save-to-file-path=save-to-file-path Override default file path to save report ``` -_See code: [src/commands/web-links/delete.js](https://github.com/box/boxcli/blob/v2.2.0/src/commands/web-links/delete.js)_ +_See code: [src/commands/web-links/delete.js](https://github.com/box/boxcli/blob/v2.3.0/src/commands/web-links/delete.js)_ ## `box web-links:get ID` @@ -94,7 +94,7 @@ OPTIONS --save-to-file-path=save-to-file-path Override default file path to save report ``` -_See code: [src/commands/web-links/get.js](https://github.com/box/boxcli/blob/v2.2.0/src/commands/web-links/get.js)_ +_See code: [src/commands/web-links/get.js](https://github.com/box/boxcli/blob/v2.3.0/src/commands/web-links/get.js)_ ## `box web-links:move ID PARENTID` @@ -123,7 +123,7 @@ OPTIONS --save-to-file-path=save-to-file-path Override default file path to save report ``` -_See code: [src/commands/web-links/move.js](https://github.com/box/boxcli/blob/v2.2.0/src/commands/web-links/move.js)_ +_See code: [src/commands/web-links/move.js](https://github.com/box/boxcli/blob/v2.3.0/src/commands/web-links/move.js)_ ## `box web-links:update ID` @@ -154,4 +154,4 @@ OPTIONS --save-to-file-path=save-to-file-path Override default file path to save report ``` -_See code: [src/commands/web-links/update.js](https://github.com/box/boxcli/blob/v2.2.0/src/commands/web-links/update.js)_ +_See code: [src/commands/web-links/update.js](https://github.com/box/boxcli/blob/v2.3.0/src/commands/web-links/update.js)_ diff --git a/docs/webhooks.md b/docs/webhooks.md index cb692a22..594bab22 100644 --- a/docs/webhooks.md +++ b/docs/webhooks.md @@ -35,7 +35,7 @@ ALIASES $ box webhooks:list ``` -_See code: [src/commands/webhooks/index.js](https://github.com/box/boxcli/blob/v2.2.0/src/commands/webhooks/index.js)_ +_See code: [src/commands/webhooks/index.js](https://github.com/box/boxcli/blob/v2.3.0/src/commands/webhooks/index.js)_ ## `box webhooks:create TARGETTYPE TARGETID` @@ -82,7 +82,7 @@ OPTIONS --save-to-file-path=save-to-file-path Override default file path to save report ``` -_See code: [src/commands/webhooks/create.js](https://github.com/box/boxcli/blob/v2.2.0/src/commands/webhooks/create.js)_ +_See code: [src/commands/webhooks/create.js](https://github.com/box/boxcli/blob/v2.3.0/src/commands/webhooks/create.js)_ ## `box webhooks:delete ID` @@ -110,7 +110,7 @@ OPTIONS --save-to-file-path=save-to-file-path Override default file path to save report ``` -_See code: [src/commands/webhooks/delete.js](https://github.com/box/boxcli/blob/v2.2.0/src/commands/webhooks/delete.js)_ +_See code: [src/commands/webhooks/delete.js](https://github.com/box/boxcli/blob/v2.3.0/src/commands/webhooks/delete.js)_ ## `box webhooks:get ID` @@ -138,7 +138,7 @@ OPTIONS --save-to-file-path=save-to-file-path Override default file path to save report ``` -_See code: [src/commands/webhooks/get.js](https://github.com/box/boxcli/blob/v2.2.0/src/commands/webhooks/get.js)_ +_See code: [src/commands/webhooks/get.js](https://github.com/box/boxcli/blob/v2.3.0/src/commands/webhooks/get.js)_ ## `box webhooks:update ID` @@ -182,4 +182,4 @@ OPTIONS --save-to-file-path=save-to-file-path Override default file path to save report ``` -_See code: [src/commands/webhooks/update.js](https://github.com/box/boxcli/blob/v2.2.0/src/commands/webhooks/update.js)_ +_See code: [src/commands/webhooks/update.js](https://github.com/box/boxcli/blob/v2.3.0/src/commands/webhooks/update.js)_ diff --git a/package-lock.json b/package-lock.json index e34650cb..3c6c29a9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@box/cli", - "version": "2.2.0", + "version": "2.3.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 89ca432d..9cfeb7b8 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "upload", "download" ], - "version": "2.2.0", + "version": "2.3.0", "author": "Box ", "license": "Apache-2.0", "main": "src/index.js",