-
Notifications
You must be signed in to change notification settings - Fork 3
CLI Database Connections List
Lists a bounded page of saved database connection summaries.
ed database connections list [--search <text>] [--product <product>]...
[--environment <environment>]... [--group <group>] [--tag <tag>]...
[--favorites-only] [--order <order>] [--limit <count>] [--offset <count>]
[--json]
ed database, ed database connections, and
ed database connections ls reach the same command.
| Option | Values | Default | What it does |
|---|---|---|---|
--search |
text | none | Matches display names in the broker metadata store. |
--product |
postgresql, mysql, mariadb, sqlite, redis, valkey, mongodb, elasticsearch, opensearch, or clickhouse
|
all | Includes one product. Repeat to include several. |
--environment |
local, development, testing, staging, production, or other
|
all | Includes one environment. Repeat to include several. |
--group |
text | all | Requires an exact connection group. |
--tag |
text | none | Requires a tag. Repeated tags must all match. |
--favorites-only |
flag | off | Includes only favorite connections. |
--order |
name, recently-used, recently-updated, or recently-created
|
recently-used |
Selects server-side ordering. |
--limit |
1 through 500 | 100 | Bounds the returned page. |
--offset |
0 through 1000000 | 0 | Skips matching connections before the returned page. |
--json |
flag | off | Emits one JSON array on stdout. |
The human table contains ID, NAME, PRODUCT, ENVIRONMENT, MODE, and
FAVORITE. JSON contains one summary object per connection with id,
displayName, product, family, environment, deploymentMode,
readOnlyPolicy, productionPolicy, group, tags, color, favorite, and
the four lifecycle timestamps. Optional fields are present as null.
The result never contains endpoints, usernames, authentication material,
credential references, TLS resource identifiers, tunnel details, or connection
options. Use get when a script explicitly needs the safe non-secret details
for one connection.
ed database connections list --json
ed database connections list --product postgresql --environment production
ed database connections list --tag reporting --favorites-only --order name
Invalid limits and offsets exit 2. Unknown product, environment, or order names exit 3. Neither failure sends a broker request.
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
Database
Guides