Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,11 @@ suspected vulnerabilities.

## Command line

This repository is the home of the supported native `mdbase` CLI. It replaces
the retired TypeScript CLI; TypeScript SDK packages remain supported libraries,
not command-line implementations. CLI binaries follow mdbase connect's own beta
release cadence and are not version-locked to the core and adapter RC train.

The desktop app includes the unified `mdbase` CLI and background daemon. The
same native executable is also published as a standalone headless archive for
Linux, macOS, and Windows. Direct collection commands are top-level; identity,
Expand Down
4 changes: 4 additions & 0 deletions docs/unified-cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@

The ecosystem ships one native command named `mdbase`.

mdbase connect is the source and distribution home of this supported CLI. Its
native binaries follow Connect's independent beta cadence; a core, runtime, or
adapter release candidate does not imply a new Connect beta.

```text
mdbase <data-command>
mdbase connect <control-command>
Expand Down