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

     1  ## pachctl
     2  
     3  
     4  
     5  ### Synopsis
     6  
     7  Access the Pachyderm API.
     8  
     9  Environment variables:
    10    PACH_CONFIG=<path>, the path where pachctl will attempt to load your pach config.
    11    JAEGER_ENDPOINT=<host>:<port>, the Jaeger server to connect to, if PACH_TRACE is set
    12    PACH_TRACE={true,false}, If true, and JAEGER_ENDPOINT is set, attach a
    13      Jaeger trace to any outgoing RPCs
    14  
    15  
    16  ### Options
    17  
    18  ```
    19    -h, --help       help for pachctl
    20        --no-color   Turn off colors.
    21    -v, --verbose    Output verbose logs
    22  ```
    23