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:
npm
npx croct@latest login credentialsAuthenticate non-interactively with email and password:
npm
npx croct@latest login credentials --username user@example.com --password your-passwordOptions
Besides the global options, this command accepts the following options:
- --username, -u(optional)string
The email address.
- --password, -p(optional)string
The password.