Os Logs
wendy device os-logs streams the device's kernel ring buffer (dmesg) for inspecting kernel/boot/hardware messages. By default it replays the buffered records and then keeps followi
wendy device os-logs streams the device's kernel ring buffer (dmesg) for inspecting kernel/boot/hardware messages. By default it replays the buffered records and then keeps following new ones until you interrupt with ctrl-c (like dmesg -w). Pass --follow=false (-f=false) for a one-shot snapshot that prints the current buffer and exits (like dmesg).
The output is raw and unredacted. This is the kernel log, distinct from the container/agent logs shown by wendy device logs and not filterable by app or service.
Each record is printed in classic dmesg style, [ seconds.microseconds] message. With --json, each record is emitted as one JSON object (timestamp_us, level, message). Available on Linux devices only.
Logs
Tails the OTel logs from a wendy-agent, rendering them in the terminal. By default it shows all apps and the agent's logs.
Provision
Provisions a device using a local or self-hosted pki-core instance instead of Wendy Cloud. Creates an enrollment token via the pki-core CertificateService, then calls StartProvisio