Skip to content

Releases: box/boxcli

v2.2.0

10 May 00:18
Compare
Choose a tag to compare

v2.1.0...v2.2.0

v2.1.0

29 Mar 00:08
Compare
Choose a tag to compare

See CHANGELOG for details.

v2.0.0...v2.1.0

v2.0.0

14 Dec 03:05
Compare
Choose a tag to compare

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

10 Apr 17:33
Compare
Choose a tag to compare
  • Added the option to update collaboration expiration date

v1.2.0

11 Apr 20:04
Compare
Choose a tag to compare
  • Created bulk actions for the following commands:
    • users
      • update
    • groups
      • create
      • update
      • delete
    • group memberships
      • create
      • update
      • delete
    • collaborations
      • add
      • update
      • delete
  • Added filtering by event type to box events get and box 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

11 Dec 21:29
96ba7a3
Compare
Choose a tag to compare
  • 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

05 Dec 01:57
10a1524
Compare
Choose a tag to compare
  • 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 CLI environments.
  • 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

01 Nov 04:23
Compare
Choose a tag to compare
  • Added shared link commands for Create, Get, Update, and Delete. Located as standalone commands under box shared-links as well as under box folders shared-links and box 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 and now when using date options with commands.

v1.0.1

01 Nov 03:33
Compare
Choose a tag to compare
  • 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!

01 Nov 03:31
Compare
Choose a tag to compare

Initial release of the Box CLI. Welcome everyone!