Login
> cq login --help
Login to a Corridor Quest server
Usage: cq login [OPTIONS] --server-url <SERVER_URL> --user-name <USER_NAME> --password <PASSWORD>
Options:
-s, --server-url <SERVER_URL> The url of the game server (ie https://game.example.com:1234)
-u, --user-name <USER_NAME> The username
-p, --password <PASSWORD> The password
-P, --profile <PROFILE> The optional profile name
-h, --help Print help
When you are a user (you have signed up to a game server), you can login. This creates a session, which is a shared state between the client where you logged in and the game server. It is not possible to start another session between this user and the game server while the user is already logged in.
Most commands can only be done when the user is logged in.
As you can see above you need to provide 2 arguments: your username and your password. If you do not specify the password you will be prompted.