Skip to content

show

Show full content for a graph entity or raw memory ID.

Use this after sibyl search, sibyl recall, or any command that prints an ID. The command accepts graph entity IDs, raw memory IDs, and raw_memory:<id> references.

Synopsis

bash
sibyl show <id> [options]

Arguments

ArgumentRequiredDescription
idYesEntity or raw memory reference

Options

OptionShortDescription
--json-jJSON output

Examples

bash
# Show a graph entity from search results
sibyl show plan_df925c5b6eed

# Show a raw memory from search or metadata
sibyl show raw_memory:1f08c55c-b67a-475b-b52b-922c675ff748

# Bare raw memory UUIDs work too
sibyl show 1f08c55c-b67a-475b-b52b-922c675ff748

Released under the Apache-2.0 License.