dataset read COLLECTION_NAME KEY
The writes the JSON document to standard out (unless you’ve specific an alternative location with the “-output” option) for the given KEY.
An example we’re assuming there is a JSON document with a KEY of “r1”. Our collection name is “data.ds”
dataset read data.ds r1