doc get
Get entries in a document
Arguments
name | necessity | description |
---|---|---|
KEY | required | Key to the entry to fetch |
DOC_ID | required | Required unless the document is set through the IROH_DOC environment variable. Within the Iroh console, the active document can also set with doc set . |
prefix | If true, get all entries that start with KEY. | |
author | If provided, only return entries from this author. | |
old | If true, old entries will be included. By default only the latest | |
value for each key is shown. | ||
content | Also print the content for each entry (but only if smaller than | |
1MB and valid UTf-8). |
Examples
doc get
>