github.com/pachyderm/pachyderm@v1.13.4/doc/docs/master/reference/pachctl/pachctl_auth_get.md (about) 1 ## pachctl auth get 2 3 Get the ACL for 'repo' or the access that 'username' has to 'repo' 4 5 ### Synopsis 6 7 Get the ACL for 'repo' or the access that 'username' has to 'repo'. For example, 'pachctl auth get github-alice private-data' prints "reader", "writer", "owner", or "none", depending on the privileges that "github-alice" has in "repo". Currently all Pachyderm authentication uses GitHub OAuth, so 'username' must be a GitHub username 8 9 ``` 10 pachctl auth get [<username>] <repo> [flags] 11 ``` 12 13 ### Options 14 15 ``` 16 -h, --help help for get 17 ``` 18 19 ### Options inherited from parent commands 20 21 ``` 22 --no-color Turn off colors. 23 -v, --verbose Output verbose logs 24 ``` 25