edit

Log In Using Floyd CLI

Quick Preparation Checklist

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?