Authentication Commands
The authentication commands manage your CRE credentials and account information.
cre login
Starts the authentication flow. This command opens your browser for user login and saves your credentials locally.
Usage:
cre login
Authentication steps:
- The CLI opens your default web browser to the login page
- Enter your account email address
- Enter your account password
- Enter your one-time password (OTP) from your authenticator app
- The CLI automatically captures and saves your credentials locally
cre logout
Revokes authentication tokens and removes local credentials. This invalidates the current authentication tokens and deletes stored credentials from your machine.
Usage:
cre logout
cre whoami
Shows your current account details. This command fetches and displays your account information, including your email and organization ID.
Usage:
cre whoami
Authentication workflow
The typical authentication flow:
cre login— Authenticate with the CRE UI (browser-based)cre whoami— Verify your authentication and account details- Perform CLI operations — Deploy, manage workflows, etc.
cre logout— (Optional) Revoke credentials when done
Learn more
- Getting Started — Includes authentication setup in the initial steps
- Account Management — Link keys after authentication
- Deploying Workflows — Requires authentication