github.com/pachyderm/pachyderm@v1.13.4/doc/docs/1.10.x/reference/pachctl/pachctl_config_set_context.md (about)

     1  ## pachctl config set context
     2  
     3  Set a context.
     4  
     5  ### Synopsis
     6  
     7  Set a context config from a given name and either JSON stdin, or a given kubernetes context.
     8  
     9  ```
    10  pachctl config set context [flags]
    11  ```
    12  
    13  ### Options
    14  
    15  ```
    16    -h, --help                help for context
    17    -k, --kubernetes string   Import a given kubernetes context's values into the Pachyderm context.
    18        --overwrite           Overwrite a context if it already exists.
    19  ```
    20  
    21  ### Options inherited from parent commands
    22  
    23  ```
    24        --no-color   Turn off colors.
    25    -v, --verbose    Output verbose logs
    26  ```
    27