Skip to content

caeops > users

login

Description


This command helps you login an account. Run caeops users login --help for more help.

Synopsis


  login
--password [value]
[--email [value]]

Options


--email (string)

Registered email-id of the user

--password (string)

Valid password of the user

Examples


To login a user with CloudAEye.

The following login example logs in a user.

caeops users login --email=user@example.com --password=enter the password

Output


Message -> (string)

User successfully Logged In
It will write the user details in a config file (Please do not manually change it. File location is C:\Users\username\.cloudaeye)

Back to top