Skip to content
This repository was archived by the owner on Feb 6, 2026. It is now read-only.
This repository was archived by the owner on Feb 6, 2026. It is now read-only.

space list: no pagination support, cannot discover all spaces #101

@piekstra

Description

@piekstra

Problem

cfl space list returns only the first 25 spaces with no way to paginate. If the target space falls outside the first page, there's no way to discover it via the CLI.

The output includes _meta.hasMore: true in JSON mode, but there's no --page or --offset flag to retrieve subsequent pages.

Reproduction:

cfl space list -o json
# Returns 25 results with hasMore: true
# No flag to get page 2+

Expected

Either:

  • Add --page / --offset flags to paginate through results
  • Or increase the default limit / add --limit to space list (it already exists on page list)
  • Or add --all to fetch everything

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions