https://github.com/webhooksite/cli
Cross-platform commandline utility listening for requests and emails from a Webhook.site URL and forwards them locally
https://github.com/webhooksite/cli
cli forward-proxy proxy redirector webhook
Last synced: about 2 months ago
JSON representation
Cross-platform commandline utility listening for requests and emails from a Webhook.site URL and forwards them locally
- Host: GitHub
- URL: https://github.com/webhooksite/cli
- Owner: webhooksite
- License: mit
- Created: 2021-02-27T08:30:38.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2025-04-16T12:08:33.000Z (2 months ago)
- Last Synced: 2025-04-16T17:32:12.248Z (2 months ago)
- Topics: cli, forward-proxy, proxy, redirector, webhook
- Language: JavaScript
- Homepage: https://docs.webhook.site/cli.html
- Size: 33.2 KB
- Stars: 29
- Watchers: 1
- Forks: 8
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Webhook.site CLI
This repository contains the official command-line interface for Webhook.site.
## Usage & Documentation
For usage information and a full list of commands, please see https://docs.webhook.site/cli.html.
## Installation
### Docker
If you have installed [Docker](https://docs.docker.com/get-docker/), you can simply run Webhook.site CLI via `docker run`, like this:
`docker run -ti webhooksite/cli -- whcli help`
### Node.js
[Node](https://nodejs.org/en/download) version 16 or greater required.
To install: `npm install -g @webhooksite/cli`
Then you can run e.g. `whcli help`