github.com/pachyderm/pachyderm@v1.13.4/doc/docs/master/reference/pachctl/pachctl_update_pipeline.md (about) 1 ## pachctl update pipeline 2 3 Update an existing Pachyderm pipeline. 4 5 ### Synopsis 6 7 Update a Pachyderm pipeline with a new pipeline specification. For details on the format, see http://docs.pachyderm.io/en/latest/reference/pipeline_spec.html. 8 9 ``` 10 pachctl update 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 --reprocess If true, reprocess datums that were already processed by previous version of the pipeline. 22 -u, --username string The username to push images as. 23 ``` 24 25 ### Options inherited from parent commands 26 27 ``` 28 --no-color Turn off colors. 29 -v, --verbose Output verbose logs 30 ``` 31