From 804ac8df9edc1ab2a03946aa916c8de5bc587a86 Mon Sep 17 00:00:00 2001 From: Jack Colquitt <126733989+JackColquitt@users.noreply.github.com> Date: Tue, 8 Jul 2025 15:08:55 -0700 Subject: [PATCH] Update README.md with note addition --- docs/cli/README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/cli/README.md b/docs/cli/README.md index 6ac62ec3..6a47dbbd 100644 --- a/docs/cli/README.md +++ b/docs/cli/README.md @@ -10,6 +10,9 @@ The CLI tools are installed as part of the `trustgraph-cli` package: pip install trustgraph-cli ``` +> [!NOTE] +> The CLI version should match the version of TrustGraph being deployed. + ## Global Options Most CLI commands support these common options: @@ -167,4 +170,4 @@ All CLI commands provide: - [TrustGraph API Documentation](../apis/README.md) - [TrustGraph WebSocket Guide](../apis/websocket.md) -- [TrustGraph Pulsar Guide](../apis/pulsar.md) \ No newline at end of file +- [TrustGraph Pulsar Guide](../apis/pulsar.md)