github.com/pachyderm/pachyderm@v1.13.4/doc/docs/master/reference/pachctl/pachctl_extract_pipeline.md (about) 1 ## pachctl extract pipeline 2 3 Return the manifest used to create a pipeline. 4 5 ### Synopsis 6 7 Return the manifest used to create a pipeline. 8 9 ``` 10 pachctl extract pipeline <pipeline> [flags] 11 ``` 12 13 ### Options 14 15 ``` 16 -h, --help help for pipeline 17 -o, --output string Output format: "json" or "yaml" (default "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