Skip to content

CLI tool which allows http calls via template files

Notifications You must be signed in to change notification settings

Chris-AS1/rs-webhook-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rs-webhook-cli

CLI tool to call endpoints via template files.

Usage

Given an example.json template in ./inventory/:

webhook_cli -u "http://example.com" -i "Injected text" example

Parameters

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

About

CLI tool which allows http calls via template files

Resources

Stars

Watchers

Forks

Languages