Releases: microsoft/fabric-cli
Releases · microsoft/fabric-cli
v1.3.1
What's Changed
✨ 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
v1.2.0
What's Changed
🆕 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.1.0
What's Changed
🆕 New Items Support
- Added support for GraphQLApi items definitions
✨ New Functionality
- Added support for folders in
fscommands, includingcpandmv - Added option to output command results in JSON format
- Implemented context persistence between
command_linemode operations - Added autocomplete support for commands and arguments in
command_linemode - Enabled support for Workspace Level Private Links in
apicommand - Added support for
setandrmcommands in Gateway and Connection
🔧 Bug Fix
- Fixed download of binary files with the
cpcommand - Disabled the
mvcommand for certain real-time intelligence (RTI) items - Fixed case sensitivity issues in connection matching
⚡ Additional Optimizations
- Adjusted polling intervals for jobs and long-running operations
- Standardized configuration key naming conventions
📝 Documentation Update
- Switched to MIT license