New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More

@stainless-api/prism-cli

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@stainless-api/prism-cli

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


Version published
Weekly downloads
7K
increased by22.33%
Maintainers
1
Weekly downloads
 
Created

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

  1. yarn cli:debug mock file.oas.yml
  2. 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
},
  1. Enjoy the breakpoints :)

FAQs

Package last updated on 09 Aug 2024

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