Releases: box/boxcli
Releases · box/boxcli
v2.5.1
- Added
--quiet
flag to suppress any non-error output to stderr (#167) 27045c6 - Fixed a bug for the
--restrict-collaboration
flag forbox folders:update
where previously the flag would not restrict the collaborations when passed as true and would restrict collaborations when passed as false (#175) e6e1120 - Added
box trash:restore
to restore a trashed item andbox trash:get
to get information on a trashed item (#179) 74db947 - Fixed a bug where flags that can be specified multiple times in a single command could not be passed through the command line for bulk commands (#183) 63db0ac
- Note: Skipped version 2.5.0 due to development of new release process
v2.4.0
- Fix output when updating collaboration role to owner (#165) f8be639
- Print all columns in CSV output for heterogeneous collection (#164) a8dda02
- Update plugin-help to resolve warning about lodash.template (#160) 3730bc5
- Bump lodash from 4.17.11 to 4.17.13 (#156) d035e74
- Add support for setting external app user ID (#153) d68b61b
- Update js-yaml to v3.13.1 (#151) 13745df
v2.3.0
v2.2.0
- Update CHANGELOG for v2.2.0 release (#143) 96b49d5
- Remove unnecessary dependency (#141) 7ac5563
- Record text of third party licenses (#142) 47b78f1
- Build command docs on separate pages (#139) 01534f1
- Catch bulk input errors with converted delegate command (#134) 5cd5eee
- Add metadata set commands (#136) efa33ed
- Add issue template (#138) a5cbddf
- Fix duplicate execution during bulk input on delegated command (#133) ba3d65a
- Fix adding web_links to a collection (#132) 8fc2023
- Add search sort flags (#131) 57f8d3d
v2.1.0
v2.0.0
The all-new Box CLI v2 is here! We've made a lot of changes to improve the CLI; please see the release notes for more information.
v1.4.0
- Added the option to update collaboration expiration date
v1.2.0
- Created bulk actions for the following commands:
- users
- update
- groups
- create
- update
- delete
- group memberships
- create
- update
- delete
- collaborations
- add
- update
- delete
- users
- Added filtering by event type to
box events get
andbox events poll
- Added a command for deleting metadata templates from files and folders.
- Bumped underlying
box-windows-sdk
to v3.6.0 - Fixed a bug hindering creating float types for metadata on files and folders.
- Fixed a bug that did not assign the
User-Agent
HTTP header correctly. - Fixed a bug that wasn't reporting all errors to stderr.
- Fixed a bug with bulk creation of metadata templates.
- Fixed a bug giving duplicate commands on group
membership
command. - Fixed a bug with creating the wrong object for tracking_codes on users.
- Fixed a bug requiring an ID in CSV files on bulk creation of users.
v1.1.1
- Fixed bug preventing removal of a user from an Enterprise and conversion to a free user account.
- Fixed bug that returned incorrect total count when using
box list users -m
to only list managed users. - Added CreatedAt field to CSV output for events.
- Removed SyncState from CSV for creating folders.
- Enabled setting a description for a folder when creating the folder.
v1.1.0
- Added new feature on all commands for using an individual token. Add the
--token
option to perform an individual command with the Box CLI using a specific token you provide. The feature is most useful when paired with the Developer Token you can generate through the Box Developer Console. When working with an application you create in the Box Developer Console, you will not need to authorize the application into a Box Enterprise before working with the Developer Token. For example usage:box users get me --token <token_string>
. Certain commands may fail based on the permissions of the user to which the token you use belongs. - Fixed a bug preventing
previewer
being used when adding or updating a collaboration. - Added the following commands:
box collaborations delete
,box folders collaborations delete
,box files collaborations delete
. - Improved error messaging for failure on registering a configuration file and private key file with the Box CLI when creating a new CLI
environment
. - Added
--disable-file-path-translation
to the following commands:box configure environments add
,box configure environments update-config-file-path
,box configure environments update-private-key-path
. This option ignores any additional processing on trying to resolve the file paths you provide when creating and updating Box CLIenvironments
. - Fixed visual bug with upload progress tracker.
- Updated Box .Net SDK to v3.3.0.
- Changed Box CLI output to JSON by default with no existing
.box
directory.