Prisma CLI & ConfigurationCLI Command Reference
prisma token
$ prisma token
Generate a new service token. The service token is a JWT that is signed with the service secret.
Usage
prisma token [flags]
Flags
-c, --copy Copy token to clipboard
-e, --env-file ENV-FILE Path to .env file to inject env vars
Examples
Print service token
prisma token
Copy service token to clipboard
prisma token --copy