CLI tool to call endpoints via template files.
Given an example.json
template in ./inventory/
:
webhook_cli -u "http://example.com" -i "Injected text" example
webhook_cli [OPTIONS] [WEBHOOK]
-l, --list Lists all available webhooks
-s, --simulate Do not send the actual request
-u <LINK> URL value, replaces $URL on the template
-i <VALUE> Value to inject, starting from $1...$n
-v, --verbose Enables enhanced logging
-h, --help Print help
-V, --version Print version