-
Notifications
You must be signed in to change notification settings - Fork 4
CLI Herdr Command
github-actions[bot] edited this page Aug 19, 2026
·
1 revision
Prints the command that attaches to one Herdr pane.
ed herdr command <pane> [--machine <name>] [--session <name>] [--json]
| Name | Type / values | Default | What it does |
|---|---|---|---|
<pane> |
pane id, for example w3:p1N
|
required | The pane to attach to |
| Name | Type / values | Default | What it does |
|---|---|---|---|
--machine <name> |
machine name, alias, UUID, unique prefix, or local
|
all hosts | Disambiguate when the same pane id exists on more than one machine |
--session <name> |
Herdr session name | all sessions | Disambiguate when the same pane id exists in more than one session |
--json |
flag | off | Emit JSON on stdout |
--help is generated by the parser, prints the usage summary on stdout and
exits 0.
The human form is one line, and nothing else:
ssh -tt tuf-wired -- herdr --session default agent attach w3:p1N
On this Mac the ssh -tt prefix is omitted:
herdr --session default agent attach w3:p1N
{
"command": "ssh -tt tuf-wired -- herdr --session default agent attach w3:p1N"
}A pane that is not live, or a pane that matches more than once without
--machine or --session, exits 3 with empty stdout. --machine that matches
no configured machine also exits 3.
This only prints the line. It does not attach. The Herdr page in Edith opens a PTY with the same command.
-
ed herdr ls, find the pane id -
ed herdr, the rest of this group - All
edcommands
Auto-generated from docs/, edit the docs in the repo, not the wiki.
CLI reference
Companion
- Deploy
- Concepts
- Concepts Memory
- Concepts Ingestion
- Concepts Search
- Concepts Chat
- Concepts Learning
- Concepts Brain
- Concepts Friend
- Hosts
- Stack
- Status
- Doctor
- Search
- Index
- Ingest
- Episodes
- Sync
- Observations
- Reflect
- Beliefs
- Ask
- Extract
- Claims
- Corroborate
- Runs
- Chat
- Conversations
- Forget
- Export
- Import
- Erase
- Wipe
- Episode
- Nightly
- Reason
- Personas
- Council
- Lenses
- Core
- Why
- Hypotheses
- Predictions
- Commitments
- Discrepancies
- Calibration
- Inquire
- Entities
- Eval
- Standup
- Machines
- Baselines
- Connectors
- Facts
- Correct
- Weekly
- Db
Guides