Skip to content

Releases: ayeshurun/fabric-cli

v1.2.0

17 Dec 14:21
39f2d85

Choose a tag to compare

v1.2.0 - October 21, 2025

🆕 New Items Support

✨ New Functionality

  • Enable GraphQLApi item support in mv and cp commands
  • Add --block-path-collision (-bpc) flag to cp command 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 ls command in Folder path

⚡ Additional Optimizations

  • Enhance auto-completion with supported config keys

v1.3.1

18 Dec 09:59
fd4f054

Choose a tag to compare

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 set command for items to support any settable property path within the item's definition and metadata structure
  • Add support in ls commmand using -q flag for filtering based on JMESPath expressions

🔧 Bug Fix

  • Fix --output_format argument for command fab 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