Skip to content
This repository has been archived by the owner on Sep 2, 2022. It is now read-only.

Latest commit

History

History
35 lines (24 loc) 路 565 Bytes

File metadata and controls

35 lines (24 loc) 路 565 Bytes

export const meta = { title: "prisma token", position: 160, }

$ 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