Skip to content

Releases: box/boxcli

v2.5.1

21 Apr 20:40
c1d92bb
Compare
Choose a tag to compare

CHANGELOG

  • Added --quiet flag to suppress any non-error output to stderr (#167) 27045c6
  • Fixed a bug for the --restrict-collaboration flag for box 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 and box 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...v2.5.1

v2.4.0

29 Aug 22:23
Compare
Choose a tag to compare

CHANGELOG

  • 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.4.0

v2.3.0

23 May 21:58
Compare
Choose a tag to compare

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.