Skip to content

CLI

Reference for every hivecast subcommand. The CLI section is exhaustive — present state vs target state is called out everywhere.

Pages in this section

PageWhat it covers
hivecast command overviewAuthoritative inventory of every subcommand the wrapper recognizes
hivecast hostHost lifecycle: install, start, stop, doctor, seed (today as bare verbs; "host" namespace is target state)
hivecast packageWhy "hivecast package" doesn't exist — package commands live under the matrix binary
hivecast up / down / logsBring runtimes up and down; "logs" is target state (use journalctl or per-runtime files today)
hivecast actor invokeThe actual command is hivecast invoke (no actor prefix) — calling into mounted actors
hivecast login / whoami / logoutCloud pairing — login/connect/whoami/logout/link-status
Exit codes and diagnosticsExit code semantics today (0/1 broad), target sysexits classification, common error signatures

See also

Source: projects/matrix-3/packages/hivecast/bin/hivecast.mjs is the authoritative source for every subcommand on these pages.