auth
Manage authentication with Prisma Console using the platform auth command
The prisma platform auth command manages authentication with Prisma Console.
Usage
prisma platform auth [action] [options] --early-accessActions
| Action | Description |
|---|---|
login | Log in to Console |
show | Display authenticated user info |
logout | Log out of Console |
Options
| Option | Description |
|---|---|
-h, --help | Display help message |
Examples
Log in to Console
npx prisma platform auth login --early-accessDisplay authenticated user
npx prisma platform auth show --early-accessLog out
npx prisma platform auth logout --early-access