@stoplight/prism-cli
TypeScript icon, indicating that this package has built-in type declarations

5.7.0 • Public • Published

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 :)

Versions

Current Tags

Version History

Package Sidebar

Install

npm i @stoplight/prism-cli

Weekly Downloads

52,722

Version

5.7.0

License

Apache-2.0

Unpacked Size

38.6 kB

Total Files

27

Last publish

Collaborators

  • stoplight-devops