-
Notifications
You must be signed in to change notification settings - Fork 4
CLI Getting Started Version
github-actions[bot] edited this page Aug 9, 2026
·
1 revision
Prints the CLI version, and with --json whether Edith is running.
ed version [--json]
Options
| Name | Type / values | Default | What it does |
|---|---|---|---|
--json |
flag | off | Emit JSON on stdout instead of the bare version string |
--json shape:
{
"appRunning": true,
"version": "1.0.0"
}Examples
ed version
ed version --json
ed --version
appRunning is about the menu bar helper, bundle id
com.pulkit.edith.statusbar, not the main window, because the helper is what
answers the commands that need the app. This is the polite way to find out: it
reports the state and exits 0 either way, where a command that actually needs
the app exits 4.
ed --version prints the same string through the argument parser. The version
is declared on the root command, so it is inherited: ed schema --version and
ed machines ls --version also print 1.0.0 and exit 0.
-
Getting started with
ed, 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