hookspy 1.0.0
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet tool install --global hookspy --version 1.0.0
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest
dotnet tool install --local hookspy --version 1.0.0
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=hookspy&version=1.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
nuke :add-package hookspy --version 1.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
HookSpy CLI
Forward webhooks from HookSpy.net to your local development server.
Installation
dotnet tool install -g hookspy
Usage
hookspy --endpoint <slug> --target <local-url> --api-key <your-api-key>
Example
hookspy --endpoint abc123 --target http://localhost:3000/webhooks --api-key hspy_xxxx
Options
| Option | Description |
|---|---|
--endpoint, -e |
Your HookSpy endpoint slug |
--target, -t |
Local URL to forward webhooks to |
--api-key, -k |
Your HookSpy API key |
--server, -s |
HookSpy server URL (default: https://hookspy.net) |
Getting Started
- Sign up at hookspy.net
- Create an endpoint
- Generate an API key
- Run the CLI to forward webhooks to your local server
License
MIT
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net9.0 is compatible. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.