Document update audit hostd ops in harness

---
Build: pass | Tests: pass — 2326 passed (688 files)
This commit is contained in:
Operator & Codex 2026-05-10 09:50:20 +02:00
parent 1497eb2658
commit c546e10f8f

View file

@ -418,6 +418,7 @@ export default function registerHarness(pi: ExtensionAPI): void {
"Available ops: bastille-start, bastille-stop, bastille-restart, bastille-list, " +
"zfs-snapshot, zfs-list, zfs-create, zfs-rollback, pf-reload, pf-enable, " +
"service-start, service-stop, service-restart, service-status, " +
"pkg-version, pkg-audit, freebsd-update-status, freebsd-version, " +
"bastille-pkg-install, bastille-mount-pkg-cache.",
parameters: Type.Object({
op: Type.String({ description: "The hostd operation name" }),