github.com/pachyderm/pachyderm@v1.13.4/doc/docs/master/reference/pachctl/pachctl_inspect_datum.md (about) 1 ## pachctl inspect datum 2 3 Display detailed info about a single datum. 4 5 ### Synopsis 6 7 Display detailed info about a single datum. Requires the pipeline to have stats enabled. 8 9 ``` 10 pachctl inspect datum <job> <datum> [flags] 11 ``` 12 13 ### Options 14 15 ``` 16 -h, --help help for datum 17 -o, --output string Output format when --raw is set: "json" or "yaml" (default "json") 18 --raw Disable pretty printing; serialize data structures to an encoding such as json or yaml 19 ``` 20 21 ### Options inherited from parent commands 22 23 ``` 24 --no-color Turn off colors. 25 -v, --verbose Output verbose logs 26 ``` 27