github.com/pachyderm/pachyderm@v1.13.4/doc/docs/1.9.x/reference/pachctl/pachctl_auth_login.md (about) 1 ## pachctl auth login 2 3 Log in to Pachyderm 4 5 ### Synopsis 6 7 Login to Pachyderm. Any resources that have been restricted to the account you have with your ID provider (e.g. GitHub, Okta) account will subsequently be accessible. 8 9 ``` 10 pachctl auth login [flags] 11 ``` 12 13 ### Options 14 15 ``` 16 -h, --help help for login 17 -o, --one-time-password If set, authenticate with a Dash-provided One-Time Password, rather than via GitHub 18 ``` 19 20 ### Options inherited from parent commands 21 22 ``` 23 --no-color Turn off colors. 24 -v, --verbose Output verbose logs 25 ``` 26