CLI reference / space / policies

stado space policies

Invocation

stado space policies [OPTIONS] [TARGET]

Purpose

List the memory policies the fleet declares, and which of them fit a host. The catalog is `stado-rs/data/memory/policies.json`, compiled into this binary. With TARGET it also says which policy that host carries and whether its declaration is one this fleet reviewed.

Required inputs and options

Input or optionContract
[TARGET]Report against one registry host rather than the whole catalog
--jsonCommand option; required or optional as shown in the invocation.

Output and state effect

This is an inspection/reporting operation. It emits the result described above and does not change managed state unless an explicit option in this page says otherwise. Pass `--json` when the command exposes that machine-readable option.

Refusals

  • Before dispatch, Stado refuses a missing required token shown in the invocation, an unknown option, or a value outside a listed value set; argument-usage failures exit with code 2.