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