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
$ floyd login Authentication token page will now open in your browser. Continue? [Y/n]: y Please copy and paste the authentication token. This is an invisible field. Paste token and press ENTER:
This will open your browser and display your authentication token. You can also access this directly at floydhub.com/settings/security. (Note: only visible if you are logged in to your web dashboard).
Copy the token and paste it in your terminal.
Logging in without opening a browser¶
Sometimes you may need to log in to Floyd on a computer that can't open a
browser. Using your
token from floydhub.com, you can
log in without opening a browser by passing the --token
flag to
floyd login
:
$ floyd login --token Please copy and paste the authentication token. This is an invisible field. Paste token and press ENTER: Login Successful
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