doc get

Get entries in a document

Arguments

namenecessitydescription
KEYrequiredKey to the entry to fetch
DOC_IDrequiredRequired unless the document is set through the IROH_DOC environment variable. Within the Iroh console, the active document can also set with doc set.
prefixIf true, get all entries that start with KEY.
authorIf provided, only return entries from this author.
oldIf true, old entries will be included. By default only the latest
value for each key is shown.
contentAlso print the content for each entry (but only if smaller than
1MB and valid UTf-8).

Examples

doc get

>