=========
floyd-cli
Command line tool for Floyd. Use this to interact with Floyd (www.floydhub.com <http://www.floydhub.com>
_).
.. image:: https://circleci.com/gh/floydhub/floyd-cli/tree/master.svg?style=shield
:target: https://circleci.com/gh/floydhub/floyd-cli/tree/master
.. image:: https://badge.fury.io/py/floyd-cli.svg
:target: https://badge.fury.io/py/floyd-cli
.. image:: https://anaconda.org/floydhub/floyd-cli/badges/version.svg
:target: https://anaconda.org/floydhub/floyd-cli
Installation <http://docs.floydhub.com/guides/basics/install/>
_Quick Start <http://docs.floydhub.com/getstarted/quick_start/>
_Documentation <http://docs.floydhub.com/>
_Issue Tracking <https://github.com/floydhub/floyd-cli/issues>
_Forum <https://forum.floydhub.com/>
_
Quick Start
-
Install the cli using pip::
$ pip install -U floyd-cli
-
Visit floydhub.com <https://www.floydhub.com/>
_ and create a free account
by clicking the SIGN UP FOR FREE
button.
-
Login with the cli by typing::
$ floyd login
When prompted, enter Y
and press ENTER
. This will open your web
browser. At the bottom of the page, copy your login token by clicking the
COPY TO CLIPBOARD
button. Go back to the terminal and paste the token into
the prompt and press ENTER
. You are now logged in and ready to rock.
Ready to run your first experiment?
Visit the quick start guide <http://docs.floydhub.com/getstarted/quick_start/>
_.
Want to learn more?
Check out the documentation <http://docs.floydhub.com/>
_.
Having issues?
Ask a question on the forum <https://forum.floydhub.com/>
, or log an issue in our issue tracker <https://github.com/floydhub/floyd-cli/issues>
.