github.com/pachyderm/pachyderm@v1.13.4/doc/docs/master/reference/pachctl/pachctl_auth_check.md (about) 1 ## pachctl auth check 2 3 Check whether you have reader/writer/etc-level access to 'repo' 4 5 ### Synopsis 6 7 Check whether you have reader/writer/etc-level access to 'repo'. For example, 'pachctl auth check reader private-data' prints "true" if the you have at least "reader" access to the repo "private-data" (you could be a reader, writer, or owner). Unlike `pachctl auth get`, you do not need to have access to 'repo' to discover your own access level. 8 9 ``` 10 pachctl auth check (none|reader|writer|owner) <repo> [flags] 11 ``` 12 13 ### Options 14 15 ``` 16 -h, --help help for check 17 ``` 18 19 ### Options inherited from parent commands 20 21 ``` 22 --no-color Turn off colors. 23 -v, --verbose Output verbose logs 24 ``` 25