signald-go/cmd/signaldctl
Sebastian Haas c3f78b9dd8 Fix SocketPath handling
- use config unless socket option is provided
- render default path in PUBLIC_DOC_MODE
2021-04-05 21:43:07 +02:00
..
cmd Fix SocketPath handling 2021-04-05 21:43:07 +02:00
common Add create group command, update react command 2021-02-18 00:50:47 -08:00
config Remove extra logging messages 2021-02-03 02:17:07 -08:00
main.go Allow users to configure a default account 2021-02-01 19:14:10 -08:00
README.md Fix signaldctl arm download link 2021-03-19 04:26:43 -07:00

signaldctl

a command line tool for signald

Install

If you have the signald debian repo installed:

sudo apt install signaldctl

otherwise, download a binary from the CI:

or build it yourself:

go get gitlab.com/signald/signald-go/cmd/signaldctl

Use

see in progress documentation site