github.com/pachyderm/pachyderm@v1.13.4/doc/docs/master/reference/pachctl/pachctl_update_repo.md (about) 1 ## pachctl update repo 2 3 Update a repo. 4 5 ### Synopsis 6 7 Update a repo. 8 9 ``` 10 pachctl update repo <repo> [flags] 11 ``` 12 13 ### Options 14 15 ``` 16 -d, --description string A description of the repo. 17 -h, --help help for repo 18 ``` 19 20 ### Options inherited from parent commands 21 22 ``` 23 --no-color Turn off colors. 24 -v, --verbose Output verbose logs 25 ``` 26