You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
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.