Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@kevin.eu/kevin-cli

Package Overview
Dependencies
Maintainers
5
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@kevin.eu/kevin-cli

Kevin CLI is a command-line interface that allows you to easily interact with webhooks. You can send signed webhooks to an endpoint with either a specified payload or a randomly generated one.

  • 1.0.8
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
5
Created
Source

Kevin CLI

Kevin CLI is a command-line interface that allows you to easily interact with webhooks. You can send signed webhooks to an endpoint with either a specified payload or a randomly generated one. We would appreciate any feedback or suggestions on how we can further enhance this tool to bring added value to your projects.

To install the dependencies, run the following command:

npm install

Usage

Send a webhook

To test your webhook flow without exposing your listener, we recommend using a tool like webhook.site. To send a webhook, run the following command and specify your endpoint secret as a parameter:

npx kevin send https://example.com --secret=mysecret   

Replace https://example.com with the URL of your webhook endpoint, mysecret with your endpoint secret. The payload will be picked up randomly.

npx kevin send https://webhook.site/70bcc8d6-e68b-4913-b60a-ed102b9f9a28 --secret=576768879797hfjjfjf

You can also use a custom payload by replacing the payload argument with a JSON-formatted string. For example:

npx kevin send https://webhook.site/70bcc8d6-e68b-4913-b60a-ed102b9f9a28 --secret=576768879797hfjjfjf '{"id":"asd123dfgh","bankStatus":"ACSP","statusGroup":"STRD","type":"payment"}'

Who do I talk to?

If you have any questions or issues, please reach out to the developer for assistance.

FAQs

Package last updated on 22 Jan 2023

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc