github.com/pachyderm/pachyderm@v1.13.4/doc/docs/master/reference/pachctl/pachctl_auth_logout.md (about) 1 ## pachctl auth logout 2 3 Log out of Pachyderm by deleting your local credential 4 5 ### Synopsis 6 7 Log out of Pachyderm by deleting your local credential. Note that it's not necessary to log out before logging in with another account (simply run 'pachctl auth login' twice) but 'logout' can be useful on shared workstations. 8 9 ``` 10 pachctl auth logout [flags] 11 ``` 12 13 ### Options 14 15 ``` 16 -h, --help help for logout 17 ``` 18 19 ### Options inherited from parent commands 20 21 ``` 22 --no-color Turn off colors. 23 -v, --verbose Output verbose logs 24 ``` 25