Tsuru login
tsuru login¶
Initiates a new tsuru session for a user. If using tsuru native authentication
Synopsis¶
Initiates a new tsuru session for a user. If using tsuru native authentication scheme, it will ask for the email and the password and check if the user is successfully authenticated. If using OAuth, it will open a web browser for the user to complete the login.
After that, the token generated by the tsuru server will be stored in
[[${HOME}/.tsuru/token]].
All tsuru actions require the user to be authenticated (except [[tsuru login]]
and [[tsuru version]]).
tsuru login [email] [flags]
Options¶
-s, --scheme string Login with specific auth scheme
-h, --help help for login
Options inherited from parent commands¶
--target string Tsuru server endpoint
--verbosity int Verbosity level: 1 => print HTTP requests; 2 => print HTTP requests/responses
SEE ALSO¶
- tsuru - A command-line interface for interacting with tsuru