stado dashboard
Invocation
stado dashboard [OPTIONS]Purpose
Run the Stado API listener for the wisent-compute queue. Serves native operator actions and the authenticated object, release, machine, service, host-health and enrollment routes over loopback HTTP. It serves no HTML page; the operator workspace is Stado Desktop. With --enrollment-only the listener serves nothing but the three enrollment routes, which is the only shape safe to publish.
Required inputs and options
| Input or option | Contract |
|---|---|
--bind <BIND> | Bind address. Default WC_DASHBOARD_BIND or 127.0.0.1 |
--port <PORT> | Port. Default WC_DASHBOARD_PORT or 8765 |
--enrollment-only | Serve ONLY GET /join.sh, GET /api/fleet/invite/key and POST /api/fleet/join; answer 404 to every other path and method. Publish this listener through a tunnel, never the full dashboard |
Output and state effect
It performs the operation described above and emits its operator result on standard output or standard error. Any state change is limited to the resources and records named by the purpose and options on this page.
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.