-
Notifications
You must be signed in to change notification settings - Fork 24
Open
Labels
enhancementNew feature or requestNew feature or requesthelp wantedIssue identified as good community contribution opportunitiesIssue identified as good community contribution opportunities
Description
Use Case / Problem
The newer "fab config set folder_listing_enabled true" mode is great, but I also really liked the ability to have that OFF/false in order to get ALL items in a workspace in one call without recursively navigating the folder structure. However, when I have folder_list_enabled false, I don't see a way to get the item folder path when running fab ls (or fab ls -l). Can we add item folder path to the ls-l output?
Proposed Solution
Please add the item folder path to the
fab ls -l
output. Or add another flag to ls? Or?
Alternatives Considered
Workaround is to set folder_listing_enabled to true, then write looking code to navigate the folders recursively. It's a bit of a PITA.
Impact Assessment
- This would help me personally
- This would help my team/organization
- This would help the broader fabric-cli community
- This aligns with Microsoft Fabric roadmap items
Implementation Attestation
- I understand this feature should maintain backward compatibility with existing commands
- I confirm this feature request does not introduce performance regressions for existing workflows
- I acknowledge that new features must follow fabric-cli's established patterns and conventions
Implementation Notes
No response
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requesthelp wantedIssue identified as good community contribution opportunitiesIssue identified as good community contribution opportunities