Releases · box/boxcli
v4.6.0
New Features and Enhancements
- Add
--overwrite flag to files:upload command (#637) (6231663)
- Add support for Box Official App in login command (#638) (bcd6835)
- Improve developer and agent experience in
boxcli commands (#643) (fbc817f)
- Improve login prompt (#642) (a58ff34)
- Store access token encrypted in secure storage (#639) (bed6db3)
- Support logout command (#635) (842e308)
- Unify secure storage backend across platforms (#647) (6b2ed36)
Bug Fixes
- Fix encoding for example scripts on Windows (#613) (0265e2a)
- fix help commands (#611) (7aec97b)
- Normalize inquirer
signal-exit compatibility on Windows (#645) (310b2f6)
v4.5.0
New Features and Enhancements
- support auto update using Github releases (#603) (2460e1b)
Bug Fixes
- update dependencies to fix
tmp vulnerability (#600) (7e270eb)
v4.4.1
Bug Fixes
- Fix the
--exempt-from-2fa flag in create and update users commands (#598) (8f897fe)
v4.4.0
New Features and Enhancements
- Support update users notification email (#596) (49356f4)
v4.3.0
New Features and Enhancements
Bug Fixes
- Fix support metadata query array (#583) (112db16)
- Remove
description flag from folders:create command (#587) (adca76b)
v4.2.0
New Features and Enhancements
v4.1.0
New Features and Enhancements
Bug Fixes
- Remove invalid
process.stderr.setEncoding call (486779e), closes #571
v4.0.1
Bug Fixes
- Fix
configure:environments:set-current command (#568) (dc0905f)
v4.0.0
⚠ BREAKING CHANGES
- Ended support for Node.js 14 & 16; added support for Node.js 20 & 22 (#548)
New Features and Enhancements
- Ended support for Node.js 14 & 16; added support for Node.js 20 & 22 (#548) (22179ec)
- Incognito browser option for box login (#561) (a666766)
- Replace
@oclif/command to @oclif/core library (#553) (aed470b)
Bug Fixes
- Respect using environment
defaultAsUserId for CCG Auth and OAuth (#554) (b3a691e)