Releases: box/boxcli
Releases · box/boxcli
v3.2.0
v3.1.0
New Features and Enhancements
- Add --all flag for search to return all results (#336) (23ea0a5)
- add unique state parameter to OAuth2 login (#292) (5ce6a40)
- allow changing base URLs (#303) (e284059)
- obtain
oauth
authorization from commandline (#299) (18c88bb) - use native credential storage for MacOS and Windows (#295) (74c4922)
Bug Fixes
users:transfer-content
to respect quiet flag (#288) (1d0bbab)- correctly pass
copy-instance-on-item-copy
flag (#285) (cd4fbf4) - Fix updating webhook triggers (#297) (09e94c3)
- support large output when using
json
flag by replacingjson.stringify
(#328) (1204f2c) - Support limit flag for Box Search (#323) (0009a77), closes #322
- Support OAuth with multiple redirect URIs (#302) (9fe216e)
v3.0.0
Breaking Changes
New Features and Enhancements
- Add support for login with OAuth (#240)
- feat: support as-user flag for bulk files and when token is present (#270)
- Add support for copyInstanceOnItemCopy field for metadata templates (#239)
- Add support note to the mdfilter equality check in search (#253)
- Add support for Box Sign API (#258)
- Add support Metadata Query API (#259)
- fix: folder:collaborations:add make role a required flag (SDK-1070) (#261)
- Minor dependencies upgrade
- Add new API for files and file versions under retention (#250)
- Adding support for sign request (#258)
- Support Metadata Query API (#259)
- chore: enforce conventional commits (#268)
- feat: support as-user flag for bulk files and when token is present (#270)
Bug Fixes:
v2.9.0
v2.8.0
v2.7.0
v2.6.0
v2.5.1
- Added
--quiet
flag to suppress any non-error output to stderr (#167) 27045c6 - Fixed a bug for the
--restrict-collaboration
flag forbox 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 andbox 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
- 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