Sirius CLI Login#

STANDALONE

Functionality#

Allows a user to log in for SIRIUS Web Services (e.g. CSI:FingerID or CANOPUS) and securely store a personal access token.

Options#

Option

Description

--clear, --logout

Logout. Deletes stored refresh and access tokens (re-login required to use web services again).

-h, --help

Show this help message and exit.

--limits, --license-info

Show license information and compound limits.

-p, --pwd, --password

Console password input.

--password-env=<password>

Environment variable with login password.

--request-token-only

Requests and prints a new SECRET refresh token but does not store the token as login. This can be used to request a token to be used in third-party applications that wish to call SIRIUS Web Services using your account. Do not store your username and password in third-party apps. Do not store the output of this command in any log. We recommend redirecting the output into a file.

--select-license, --select-subscription=<sid>

Specify the active subscription (sid) if multiple licenses are available in your account. Available subscriptions can be listed with --show.

--show

Show profile information about the profile you are logged in with.

--token=<token>

Refresh token to use as login.

-u, --user, --email=<username>

Login username/email.

--user-env=<username>

Environment variable with login username.

-V, --version

Print version information and exit.