Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

@inspectr/prism-cli

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@inspectr/prism-cli

You can install the command line CLI using `npm i -g @stoplight/prism-cli`

latest
Source
npmnpm
Version
5.14.4
Version published
Weekly downloads
5
Maintainers
1
Weekly downloads
 
Created
Source

prism-cli

You can install the command line CLI using npm i -g @stoplight/prism-cli

To get an overview of all the commands, just do prism help

Documentation

Read me about the Prism CLI.

Development

Debugging

  • yarn cli:debug mock file.oas.yml
  • Run your preferred debugger on the newly created process. If you're into VS Code, you can create .vscode/launch.json and put this content inside:
{
  "type": "node",
  "request": "attach",
  "name": "Attach",
  "port": 9229
},
  • Enjoy the breakpoints :)

FAQs

Package last updated on 23 Apr 2025

Did you know?

Socket

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.

Install

Related posts