Skip to content
daltonserey edited this page Oct 1, 2016 · 4 revisions

The login command allows the user log on to the TST server. It will spawn a web browser to connect to the server and require the user to type in his credentials. The server will generate a token that the user will need to copy to the command line. Once the user is logged in, he will be able to issue other commands that interact with the server without the need to type any other credential.

Syntax

tst login [<email>]

The optional email argument allows a user to provide his email within the command line itself.

Clone this wiki locally