8000 GitHub - setola/hooker: A simple tool to call web hooks inside deployment pipeline
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

setola/hooker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hooker

A simple commmand line tool for calling web hooks inside deployment pipelines.

Use add list del sub-command to manage your list of hooks, or provide a configuration json, then use call to fetch all urls.

Run me inside docker by adding an alias on the prompt inside the project directory

alias hooker="docker run --rm -ti -v ${PWD}:/app -w /app oven/bun:debian --bun index.ts"

and then you can use

hooker help

To install dependencies:

bun install

To run:

bun run index.ts help

This project was created using bun init in bun v1.1.34. Bun is a fast all-in-one JavaScript runtime.

About

A simple tool to call web hooks inside deployment pipeline

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0