Returns sanitized configuration facts: the open target, whether this open created the database, durability, and the default branch. Only allowlisted, non-sensitive facts are exposed; no filesystem paths, credentials, or provider keys are ever returned.
Status commands return a scalar or compact status payload and do not mutate database state.
Examples
Read sanitized configuration facts.
CLI
$ strata config get
Wire
{"type":"config_get"}
Parameters
No parameters.
Returns
StatusResponse<AdminConfig>.
Errors
Invocation
- CLI:
strata config get - Wire type:
config_get