Lists the product space names cataloged on the target branch as a terminal page. Every branch has a default space; additional spaces isolate data namespaces within the same branch.
Paginated responses use opaque cursors. Clients should pass the returned cursor back to the same command shape and must not parse cursor contents.
Examples
List product spaces.
CLI
$ strata space create app
$ strata space list
Wire
{"space":"app","type":"space_create"}
{"type":"space_list"}
Parameters
No parameters.
Plus the optional scope: branch and space (default to the session branch and the "default" space).
Returns
Page<String, String>.
Errors
Invocation
- CLI:
strata space list - Wire type:
space_list