2021-01-31 13:19:51 +00:00
|
|
|
# signaldctl
|
|
|
|
*a command line tool for [signald](https://gitlab.com/signald/signald)*
|
|
|
|
|
2021-02-03 01:58:12 +00:00
|
|
|
# Install
|
2021-01-31 13:19:51 +00:00
|
|
|
|
2021-02-03 01:58:12 +00:00
|
|
|
If you have the [signald debian repo](https://gitlab.com/signald/signald/-/blob/main/docs/install/debian.md) installed:
|
2021-01-31 13:19:51 +00:00
|
|
|
|
|
|
|
```
|
2021-02-03 01:58:12 +00:00
|
|
|
sudo apt install signaldctl
|
2021-01-31 13:19:51 +00:00
|
|
|
```
|
|
|
|
|
2021-02-03 01:58:12 +00:00
|
|
|
otherwise, download a binary from the CI:
|
|
|
|
* [x86_64](https://gitlab.com/api/v4/projects/21018340/jobs/artifacts/main/raw/signaldctl?job=build%3Ax86)
|
|
|
|
* [aarch64](https://gitlab.com/api/v4/projects/21018340/jobs/artifacts/main/raw/signaldctl?job=build%3Aaarch64)
|
2021-01-31 13:19:51 +00:00
|
|
|
|
2021-02-03 01:58:12 +00:00
|
|
|
or build it yourself:
|
2021-01-31 13:19:51 +00:00
|
|
|
|
|
|
|
```
|
2021-02-03 01:58:12 +00:00
|
|
|
go get gitlab.com/signald/signald-go/cmd/signaldctl
|
2021-02-01 21:25:30 +00:00
|
|
|
```
|
|
|
|
|
2021-02-03 01:58:12 +00:00
|
|
|
# Use
|
2021-02-02 01:37:48 +00:00
|
|
|
|
2021-02-03 01:58:12 +00:00
|
|
|
[see in progress documentation site](https://signald.gitlab.io/signald-go/signaldctl/)
|