github.com/pachyderm/pachyderm@v1.13.4/doc/docs/1.9.x/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        --server-cas string      Set new trusted CA certs.
    22  ```
    23  
    24  ### Options inherited from parent commands
    25  
    26  ```
    27        --no-color   Turn off colors.
    28    -v, --verbose    Output verbose logs
    29  ```
    30