github.com/pachyderm/pachyderm@v1.13.4/doc/docs/master/reference/pachctl/pachctl_config_update_context.md (about) 1 ## pachctl config update context 2 3 Updates a context. 4 5 ### Synopsis 6 7 Updates an existing context config from a given name (or the currently-active context, if no name is given). 8 9 ``` 10 pachctl config update context [context] [flags] 11 ``` 12 13 ### Options 14 15 ``` 16 --auth-info string Set a new k8s auth info. 17 --cluster-name string Set a new cluster name. 18 -h, --help help for context 19 --namespace string Set a new namespace. 20 --pachd-address string Set a new name pachd address. 21 --remove-cluster-deployment-id pachctl Remove the cluster deployment ID field, which will be repopulated on the next pachctl call using this context. 22 --server-cas string Set new trusted CA certs. 23 ``` 24 25 ### Options inherited from parent commands 26 27 ``` 28 --no-color Turn off colors. 29 -v, --verbose Output verbose logs 30 ``` 31