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

     1  ## pachctl mount
     2  
     3  Mount pfs locally. This command blocks.
     4  
     5  ### Synopsis
     6  
     7  Mount pfs locally. This command blocks.
     8  
     9  ```
    10  pachctl mount <path/to/mount/point> [flags]
    11  ```
    12  
    13  ### Options
    14  
    15  ```
    16    -c, --commits []string   Commits to mount for repos, arguments should be of the form "repo@commit" (default [])
    17    -d, --debug              Turn on debug messages.
    18    -h, --help               help for mount
    19  ```
    20  
    21  ### Options inherited from parent commands
    22  
    23  ```
    24        --no-color   Turn off colors.
    25    -v, --verbose    Output verbose logs
    26  ```
    27