Prisma CLI & ConfigurationCLI Command Reference
prisma import
$ prisma import
Imports data into the database of your Prisma service.
The data needs to be formatted according to the Normalized Data Format. For more info, read the Data Import & Export page.
Usage
prisma import [flags]
Flags
-d, --data PATH (required) Path to zip or directory with import data (NDF)
-e, --env-file ENV-FILE Path to .env file to inject env vars