Skip to content
This repository has been archived by the owner on Aug 10, 2021. It is now read-only.

Latest commit

 

History

History
41 lines (26 loc) · 474 Bytes

cli.md

File metadata and controls

41 lines (26 loc) · 474 Bytes

CLI options

--config, -c

Provide a custom path to your webhooks file.

$ hooka --config /path/to/your/webhooks/config.json

--help, -h

Display help.

$ hooka --help

--port, -p

Set a custom port.

$ hooka --port 1337

--tls-cert & --tls-key

Enable secure connections via HTTPS.

$ hooka --tls-cert path/to/cert.pem --tls-key path/to/key.pem

--version, -v

Print Hooka version.

$ hooka --version