localhooks-cli
TypeScript icon, indicating that this package has built-in type declarations

1.0.1 • Public • Published

LocalHooks CLI

This is the CLI for the LocalHooks Project. See the documentation here: https://docs.localhooks.dev

Usage: localhooks-cli [options]

CLI to test webhooks locally.

Options:
-V, --version output the version number
-s, --server <url> The URL for you LocalHooks server. (default: "https://server.localhooks.dev/events")
-f, --forward <url> The URL to forward events to. (default: "http://localhost:3001/webhooks")
-c, --channel <id>   The channel id of events you want to listen to.
-d, --debug Enable debug. (default: false)
-h, --help display help for command

Local Development

You can run the project locally using: npm run dev -- -d

License

MIT

Package Sidebar

Install

npm i localhooks-cli

Weekly Downloads

13

Version

1.0.1

License

MIT

Unpacked Size

7.45 kB

Total Files

5

Last publish

Collaborators

  • chrisrivera