A Simple CLI for Deno Webhook Server to Reload and Send Message to Clients from Terminal.
- Download or clone the repo
https://github.com/sanwebinfo/sanpush-cli.git
cd sanpush-cli
- Create
yaml
File for Store API URL and Auth KEY
mkdir -p $HOME/sanpush
nano $HOME/sanpush/config.yaml
bearer_token: your_secret_api_key
api_url: http://localhost:8000
- Execute the Script
go run sanpush.og -h
- Run Make file to build a package for your Systems
make build
Linux, Apple, Windows and Android - /makefile
- Linux-386
- Linux-arm-7
- Linux-amd64
- Linux-arm64
- Andriod-arm64
- windows-386
- windows-amd64
- darwin-amd64
- darwin-arm64
chmod +x sanpush
./sanpush -h
Deno Webhook Server is a real-time server application built using Deno. It supports WebSocket connections for real-time updates it includes endpoints for triggering reloads and retrieving messages - https://github.com/sanwebinfo/deno-webhook-server
MIT