You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 6, 2026. It is now read-only.
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)