wayray/book/src/admin/wradm.md
Till Wegmueller 643c4f042d
Rename binaries to illumos-style short names
Follow illumos CLI naming conventions (zoneadm, svcadm, dladm):

  wayray-server           → wrsrvd
  wayray-client           → wrclient
  wayray-ctl              → wradm
  wayray-greeter          → wrlogin
  wayray-session-launcher → wrsessd
  wayray-gateway          → wrgw
  wayray-wm-floating      → wr-wm-floating
  wayray-wm-tiling        → wr-wm-tiling

Updated across all 23 documentation files, ADRs, book pages,
roadmap, and CLAUDE.md. Added binary name table to CLAUDE.md.
2026-03-29 00:34:19 +01:00

616 B

wradm Reference

This page will be expanded as the management tool is implemented.

Commands

wradm
  session
    list              List all sessions
    info <id>         Show session details
    kill <id>         Terminate a session
    set-timeout       Set session timeout
  server
    status            Show server status
    stats             Show performance statistics
  cert
    generate          Generate self-signed TLS certificates
  group
    list              List servers in the group
    add <host>        Add a server to the group
    remove <host>     Remove a server from the group