displayName
amux update
kind
cli-subcommand
surface
cli
parentBin
amux
subcommandVerb
update
flags
- --all:0:update every registered agent
- --dry-run:0:print planned command without executing
subcommandExitCodes
- 0:success:updated (or manual instructions emitted)
- 1:general-error:update failed
- 2:usage-error:missing <agent> when --all not used
- 3:agent-not-found:UNKNOWN_AGENT
description
Update one agent CLI (or `--all`). Dispatches to adapter.update().
Source: packages/agent-mux/cli/src/commands/install.ts:201-262.