github.com/pachyderm/pachyderm@v1.13.4/doc/docs/master/reference/pachctl/pachctl_auth_get-otp.md (about)

     1  ## pachctl auth get-otp
     2  
     3  Get a one-time password that authenticates the holder as "username", or the currently signed in user if no 'username' is specified
     4  
     5  ### Synopsis
     6  
     7  Get a one-time password that authenticates the holder as "username", or the currently signed in user if no 'username' is specified. Only cluster admins may obtain a one-time password on behalf of another user.
     8  
     9  ```
    10  pachctl auth get-otp <username> [flags]
    11  ```
    12  
    13  ### Options
    14  
    15  ```
    16    -h, --help         help for get-otp
    17        --ttl string   if set, the resulting one-time password will have the given lifetime (or the lifetime of the caller's current session, whichever is shorter). This flag should be a golang duration (e.g. "30s" or "1h2m3s"). If unset, one-time passwords will have a lifetime of 5 minutes
    18  ```
    19  
    20  ### Options inherited from parent commands
    21  
    22  ```
    23        --no-color   Turn off colors.
    24    -v, --verbose    Output verbose logs
    25  ```
    26