login credentials

Learn how to authenticate using email and password.

This command authenticates your session using email and password credentials. If you omit any options, the CLI will prompt you for the missing information interactively.

Usage

This command has the following syntax:

croct login credentials <options>

Example

Authenticate interactively:

npx croct@latest login credentials

Authenticate non-interactively with email and password:

npx croct@latest login credentials --username user@example.com --password your-password

Options

Besides the global options, this command accepts the following options:

--username, -u(optional)
string

The email address.

--password, -p(optional)
string

The password.