Command line interface for Unhook
unhook init
unhook.yml
config and guides you through connecting your webhook provider.
unhook listen
unhook login
Option | Alias | Description | Default |
---|---|---|---|
--verbose | -v | Enable verbose debug logging for troubleshooting | false |
--help | -h | Show help | - |
--version | - | Show version number | - |
unhook.yml
file for configuration. This file should be in your project root:
unhook.yml
(current directory)unhook.yaml
(current directory)unhook.config.yml
(current directory)unhook.config.yaml
(current directory)unhook.config.js
(current directory)unhook.config.cjs
(current directory)unhook.config.ts
(current directory)unhook.config.json
(current directory)--verbose
)ping
option in your configuration configures connection health monitoring:
~/.unhook/auth-storage.json
:
Code | Description |
---|---|
0 | Success |
1 | General error |
2 | Invalid configuration |
3 | Network error |
4 | Authentication error |
unhook.yml
for consistency--verbose
when troubleshooting issuesrm ~/.unhook/auth-storage.json
npx @unhook/cli init
unhook.yml
npx @unhook/cli listen --verbose