38 lines
968 B
Markdown
38 lines
968 B
Markdown
|
---
|
||
|
date: 2021-02-02T13:20:04-08:00
|
||
|
title: "signaldctl version"
|
||
|
slug: signaldctl_version
|
||
|
url: /signaldctl/signaldctl_version
|
||
|
---
|
||
|
## signaldctl version
|
||
|
|
||
|
print the current signald and signaldctl version
|
||
|
|
||
|
### Synopsis
|
||
|
|
||
|
print the current signald and signaldctl version
|
||
|
|
||
|
```
|
||
|
signaldctl version [flags]
|
||
|
```
|
||
|
|
||
|
### Options
|
||
|
|
||
|
```
|
||
|
-h, --help help for version
|
||
|
```
|
||
|
|
||
|
### Options inherited from parent commands
|
||
|
|
||
|
```
|
||
|
--config string config file (default is ~/.config/signaldctl.yaml) (default "/home/finn/.config/signaldctl.yaml")
|
||
|
-o, --output-format string the output format. options are usually table, yaml and json, default is usually table. Some commands have other options. (default "default")
|
||
|
--socket string the path to the signald socket file (default "/var/run/signald/signald.sock")
|
||
|
```
|
||
|
|
||
|
### SEE ALSO
|
||
|
|
||
|
* [signaldctl](/signaldctl/signaldctl) - Interact with a running siangld instance
|
||
|
|
||
|
###### Auto generated by spf13/cobra on 2-Feb-2021
|