1yggd(8) System Manager's Manual yggd(8)
2
3
4
6 yggd - connect the system to the network in order to send and receive
7 messages
8
9
10
12 yggd
13
14
15 [--canonical-facts]=[value]
16 [--cert-file]=[value]
17 [--client-id]=[value]
18 [--config]=[value]
19 [--data-host]=[value]
20 [--help|-h]
21 [--key-file]=[value]
22 [--log-level]=[value]
23 [--protocol]=[value]
24 [--server]=[value]
25 [--version|-v]
26
27
28
29 Usage:
30
31
32 yggd [GLOBAL OPTIONS] command [COMMAND OPTIONS] [ARGUMENTS...]
33
34
35
36
38 --canonical-facts="": Read canonical facts from FILE
39
40
41 --cert-file="": Use FILE as the client certificate
42
43
44 --client-id="": Use VALUE as the client ID when connecting
45
46
47 --config="": Read config values from FILE
48
49
50 --data-host="": Force all HTTP traffic over HOST
51
52
53 --help, -h: show help
54
55
56 --key-file="": Use FILE as the client's private key
57
58
59 --log-level="": Set the logging output level to LEVEL (default: info)
60
61
62 --protocol="": Transmit data remotely using PROTOCOL ('mqtt', 'http' or
63 'none') (default: mqtt)
64
65
66 --server="": Connect the client to the specified URI
67
68
69 --version, -v: print the version
70
71
72
75 Shows a list of commands or help for one command
76
77
78
79
80 yggd(8)