Releases: ayeshurun/fabric-cli
Releases · ayeshurun/fabric-cli
v1.2.0
v1.2.0 - October 21, 2025
🆕 New Items Support
- Added support for Dataflow item
✨ New Functionality
- Enable GraphQLApi item support in
mvandcpcommands - Add
--block-path-collision(-bpc) flag tocpcommand to prevent implicit overwriting when copying items to another workspace
🔧 Bug Fix
- Align output font color in JSON output format
- Return newly created item in
lscommand in Folder path
⚡ Additional Optimizations
- Enhance auto-completion with supported config keys
v1.3.1
v1.3.1 - December 15, 2025
✨ New Functionality
- Add support of mv, cp, export and import for SQLDatabase item type
- Add new 'job run-rm' command for remove a scheduled job
- Enhance
setcommand for items to support any settable property path within the item's definition and metadata structure - Add support in
lscommmand using-qflag for filtering based on JMESPath expressions
🔧 Bug Fix
- Fix
--output_formatargument for commandfab auth status - Fix context persistence in virtual environment
- Fix create connection with onPremGateway and encryptedCredentials
⚡ Additional Optimizations
- Add support for print in key-value list style
- Optimize LRO polling by calling GetOperationResult API only when a Location header is present
- Enforce CLI parameter values must be wrapped in single (') or double (") quotes in interactive mode
📝 Documentation Update
- Documentation updates