Skip to content

Creating a new account

To create a new PMS account, run the command:

pms register [username] [password]

If the account was created successfully, you can now log into your PMS account.

Logging into an account

To log into a PMS account, run the command:

pms login [username] [password]

If the username and password was correct, you will successfully log into your PMS account. Your auth information will be saved on your device.

Logging out of a PMS account

To log out of a PMS account, run the command:

pms logout

This will log you out of your pms account and delete the auth file saved on your device.

Identifying current PMS account

To get the username of the current logged-in PMS account, run the command:

pms whoami

This will output your PMS account username.