Skip to content

feat(fs): onboard PaginatedReport item type across fs command support - #6

Draft
aviatco with Copilot wants to merge 1 commit into
dev/aviatcohen/support-paginated-reportfrom
copilot/onboard-paginated-report-item-type
Draft

feat(fs): onboard PaginatedReport item type across fs command support#6
aviatco with Copilot wants to merge 1 commit into
dev/aviatcohen/support-paginated-reportfrom
copilot/onboard-paginated-report-item-type

Conversation

Copilot AI commented Aug 4, 2026

Copy link
Copy Markdown

📥 Pull Request

✨ Description of new changes

Paginated report items were inconsistently treated as unsupported in the fs command matrix, blocking normal item workflows. This change onboards paginated_report where parity with report is expected.

  • Support matrix updates

    • Added paginated_report to fs supported items for: mv, cp, export, import, and bulkexport.
    • Removed paginated_report from fs unsupported items for: rm, get, set, and mkdir.
  • Behavior contract coverage

    • Extended hierarchy command-support tests to assert PaginatedReport support for:
      FS_EXPORT, FS_IMPORT, FS_GET, FS_SET, FS_RM, FS_MKDIR, FS_CP, FS_MV, and FS_BULKEXPORT.
# src/fabric_cli/core/fab_config/command_support.yaml
fs:
  subcommands:
    export:
      supported_items:
        - report
        - paginated_report
    get:
      unsupported_items:
        - dashboard
        # paginated_report removed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants