hookspy 1.0.0

There is a newer version of this package available.
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
                    
if you are setting up this repo
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
                    
nuke :add-package hookspy --version 1.0.0
                    

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

  1. Sign up at hookspy.net
  2. Create an endpoint
  3. Generate an API key
  4. Run the CLI to forward webhooks to your local server

License

MIT

Product 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.

Version Downloads Last Updated
1.0.2 99 1/12/2026
1.0.1 96 1/12/2026
1.0.0 96 1/12/2026