github.com/pachyderm/pachyderm@v1.13.4/doc/docs/1.9.x/reference/pachctl/pachctl_update-dash.md (about) 1 ## pachctl update-dash 2 3 Update and redeploy the Pachyderm Dashboard at the latest compatible version. 4 5 ### Synopsis 6 7 Update and redeploy the Pachyderm Dashboard at the latest compatible version. 8 9 ``` 10 pachctl update-dash [flags] 11 ``` 12 13 ### Options 14 15 ``` 16 --dry-run Don't actually deploy Pachyderm Dash to Kubernetes, instead just print the manifest. 17 -h, --help help for update-dash 18 -o, --output string Output format. One of: json|yaml (default "json") 19 ``` 20 21 ### Options inherited from parent commands 22 23 ``` 24 --no-color Turn off colors. 25 -v, --verbose Output verbose logs 26 ``` 27