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-access

Actions

ActionDescription
loginLog in to Console
showDisplay authenticated user info
logoutLog out of Console

Options

OptionDescription
-h, --helpDisplay help message

Examples

Log in to Console

npx prisma platform auth login --early-access

Display authenticated user

npx prisma platform auth show --early-access

Log out

npx prisma platform auth logout --early-access

On this page