-
Notifications
You must be signed in to change notification settings - Fork 4
CLI Config Export
github-actions[bot] edited this page Aug 9, 2026
·
1 revision
Prints the settings you have changed as one JSON document, ready for
ed config import on another Mac.
ed config export [--defaults] > edith.json
| Option | Type / values | Default | What it does |
|---|---|---|---|
--defaults |
flag | false |
Include settings still at their default |
This is the one command in the group with no --json, because all of its output
is JSON already; passing the flag exits 2. The document is an object of key to
current value, keys sorted, which is exactly the shape ed schema describes.
{
"budgetCapPercent": 90,
"clipboardEnabled": true,
"clipboardMaxItems": 500,
"limitsProvider": "claude",
"presenterEnabled": true,
"preventSleep": true,
"tabMachinesEnabled": true,
"tabUsageEnabled": true
}ed config export > edith.json
ed config export --defaults > everything.json
ed config export | jq 'keys | length'
Read-only keys and the two map settings are never exported, with or without
--defaults, because neither can be imported: that leaves 177 exportable keys
of the 201. Without --defaults you get only the ones carrying a value of their
own, which is a much shorter list and is the one worth moving between Macs.
-
ed config, 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