space

exists

Check whether a product space exists on a branch.

strata space exists

wire space_exists

Reports whether the named product space is cataloged on the target branch. A missing space is `false`, not an error; reserved names are rejected with `invalid_argument.engine.product_space_reserved`.

Status commands return a scalar or compact status payload and do not mutate database state.

To see the complete help for this command, run:

strata space exists --help

Example

Check whether a product space exists.

strata space create appstrata space exists appstrata space exists nope

Parameters

NameTypeRequiredDescription
spacestringyesProduct space name.
branchstring or nullnoTarget branch. Defaults to the executor handle branch.

Returns

StatusValue<bool>

  • databoolean
  • typestring

Errors

Recover by code. Retry policy and commit outcome come from the shipped error registry.

← All 4 Spaces commands

agents: this page as markdown → /docs/reference/space/exists.md