
Research
5 Malicious Chrome Extensions Enable Session Hijacking in Enterprise HR and ERP Systems
Five coordinated Chrome extensions enable session hijacking and block security controls across enterprise HR and ERP platforms.
prisma-client-cli
Advanced tools
Generates a CLI from your Prisma schema that allows you to query, seed, and export data
A Prisma generator that generates a command-line interface from your Prisma schema using oclif. Use the CLI to run queries, seed records, or export your query results to a CSV file.
View the example project to see it in action.
Install the generator and oclif:
npm install prisma-client-cli @oclif/core --save-dev
Add the generator to your Prisma schema:
generator cli {
provider = "prisma-client-cli"
}
Run Prisma's generate command to generate the CLI in the ./prisma/cli/ directory:
npx prisma generate
Add the following configuration for oclif to your package.json:
"oclif": {
"commands": "./prisma/cli/commands",
"topicSeparator": " "
}
For more information about oclif's configuration, refer to their documentation.
Run ./prisma/cli/bin/run --help to view available commands for your generated CLI.
Use the --_csv flag to output the query results as comma-separated values.
You can prevent the CLI from being generated by setting the following environment variable:
PRISMA_CLIENT_CLI=false
FAQs
Generates a CLI from your Prisma schema that allows you to query, seed, and export data
The npm package prisma-client-cli receives a total of 4 weekly downloads. As such, prisma-client-cli popularity was classified as not popular.
We found that prisma-client-cli demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Research
Five coordinated Chrome extensions enable session hijacking and block security controls across enterprise HR and ERP platforms.

Research
Node.js patched a crash bug where AsyncLocalStorage could cause stack overflows to bypass error handlers and terminate production servers.

Research
/Security News
A malicious Chrome extension steals newly created MEXC API keys, exfiltrates them to Telegram, and enables full account takeover with trading and withdrawal rights.