Releases: box/boxcli
Releases · box/boxcli
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.
v1.0.2
- Added shared link commands for Create, Get, Update, and Delete. Located as standalone commands under
box shared-links
as well as underbox folders shared-links
andbox files shared-links
. - Fixed UTF-8 issue obscuring characters when saving CSV reports.
- Added autopaging for events and fixed faulty event Get command.
- Added date options
w
for weeks andnow
when using date options with commands.
v1.0.1
- Fixed minor bug preventing --name, --description, and --etag options from working on the
box folders update
command - Added a
box folders rename
command.
Box CLI Launches!
Initial release of the Box CLI. Welcome everyone!