github.com/pachyderm/pachyderm@v1.13.4/doc/docs/master/reference/pachctl/pachctl_list_pipeline.md (about) 1 ## pachctl list pipeline 2 3 Return info about all pipelines. 4 5 ### Synopsis 6 7 Return info about all pipelines. 8 9 ``` 10 pachctl list 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 --history string Return revision history for pipelines. (default "none") 19 -o, --output string Output format when --raw is set: "json" or "yaml" (default "json") 20 --raw Disable pretty printing; serialize data structures to an encoding such as json or yaml 21 -s, --spec Output 'create pipeline' compatibility specs. 22 ``` 23 24 ### Options inherited from parent commands 25 26 ``` 27 --no-color Turn off colors. 28 -v, --verbose Output verbose logs 29 ``` 30