Log In Using Floyd CLI
Quick Preparation Checklist¶
- You must have a FloydHub account
- You must be logged in to your web dashboard
- You must have
floyd-cli
installed on your computer
You can use the floyd login command to log in to your FloydHub account through your command line
Logging In Using Username and Password¶
Use the floyd login
command to login to FloydHub from the cli.
$ floyd login Login with your FloydHub username and password to run jobs. Username [alice]: alice Password: Login Successful as alice
Logging in Using an Auth Token¶
Alternatively, you can also use the access token available in the Auth Token page on the website to login.
$ floyd login --token Please paste the authentication token from https://www.floydhub.com/settings/security. This is an invisible field. Paste token and press ENTER: Login Successful as alice
Having problems with logging in using floyd-cli?¶
- Are you on a Windows machine? Please see our FAQs for Windows
- Other problems? Check out our Login FAQs or contact us