github.com/pachyderm/pachyderm@v1.13.4/doc/docs/1.9.x/reference/pachctl/pachctl_inspect_file.md (about) 1 ## pachctl inspect file 2 3 Return info about a file. 4 5 ### Synopsis 6 7 Return info about a file. 8 9 ``` 10 pachctl inspect file <repo>@<branch-or-commit>:<path/in/pfs> [flags] 11 ``` 12 13 ### Options 14 15 ``` 16 -h, --help help for file 17 --raw disable pretty printing, print raw json 18 ``` 19 20 ### Options inherited from parent commands 21 22 ``` 23 --no-color Turn off colors. 24 -v, --verbose Output verbose logs 25 ``` 26