github.com/pachyderm/pachyderm@v1.13.4/doc/docs/master/reference/pachctl/pachctl_create_pipeline.md (about) 1 ## pachctl create pipeline 2 3 Create a new pipeline. 4 5 ### Synopsis 6 7 Create a new pipeline from a pipeline specification. For details on the format, see http://docs.pachyderm.io/en/latest/reference/pipeline_spec.html. 8 9 ``` 10 pachctl create pipeline [flags] 11 ``` 12 13 ### Options 14 15 ``` 16 -b, --build If true, build and push local docker images into the docker registry. 17 -f, --file string The JSON file containing the pipeline, it can be a url or local file. - reads from stdin. (default "-") 18 -h, --help help for pipeline 19 -p, --push-images If true, push local docker images into the docker registry. 20 -r, --registry string The registry to push images to. (default "index.docker.io") 21 -u, --username string The username to push images as. 22 ``` 23 24 ### Options inherited from parent commands 25 26 ``` 27 --no-color Turn off colors. 28 -v, --verbose Output verbose logs 29 ``` 30