Skip to article frontmatterSkip to article content
Site not loading correctly?

This may be due to an incorrect BASE_URL configuration. See the MyST Documentation for reference.

treedb_list

List the nodes of a TreeDB graph database (stored on timeranger2), walking topics and their hook/fkey links, including each node’s __md_treedb__ metadata.

Usage

treedb_list PATH [options]

Options

OptionPurpose
--database / -bTreeDB database (auto-resolved from PATH if omitted)
--topic / -cTopic to list
--ids / -iComma-separated node ids
--fields / -fSelect output fields
--mode form|tableOutput layout
--recursive / -rWalk subtopics
--print-tranger / --print-treedbRaw JSON dumps of the underlying tranger / treedb
--follow / -FLive CREATE/UPDATE/DELETE (not with -r or --print-*)
--dry-run / -nResolve and print the plan only

See also