aristo-cli 0.1.0

Aristo CLI binary (the `aristo` command).
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
# `aristo graph --out=<file>` โ€” write to disk instead of stdout

Source: `../aretta-sdk/docs/mockups/10-doc-and-graph/cli-sessions.md` ยง "I2 โ†’ Write to file".

`--out=<path>` redirects rendered output to a file; format inferred from `--format` (default Mermaid). Atomic via temp-file + rename โ€” concurrent readers never see a partial write.

```console
$ aristo graph --out=docs/annotations.mmd
? 0
ok: wrote 3 nodes, 1 edges to docs/annotations.mmd

```