Back to Prisma1

Prisma Login Ycv4

docs/1.25/prisma-cli-and-configuration/cli-command-reference/prisma-login-ycv4.mdx

1.34.121.1 KB
Original Source

export const meta = { title: "prisma login", position: 240, }

$ prisma login

Authenticate with Prisma Cloud.

This command opens the Prisma Cloud Console where you need to sign up or sign in.

After a successful authentication in the browser, the CLI writes the cloudSessionKey into ~/.prisma/config.yml. From there it is used for all subsequent requests made by the CLI against Prisma Cloud.

Note that rather than providing your cloud session key via the --key flag, you can also set the PRISMA_CLOUD_SESSION_KEY environment variable, this is especially useful for CI environments.

Usage

sh
prisma login [flags]

Flags

-k, --key KEY    Cloud session key

Examples

Authenticate with Prisma Cloud (opens browser)

sh
prisma login

Authenticate with Prisma Cloud by manually passing the cloud session key

sh
prisma login --key KEY

In the above command, the KEY placeholder needs to be replaced with the value of your valid cloud session key. You can find the cloudSessionKey in ~/.prisma/config.yml.