1yggctl(8) System Manager's Manual yggctl(8)
2
3
4
6 yggctl - control and interact with yggd
7
8
9
11 yggctl
12
13
14 [--help|-h]
15 [--version|-v]
16
17
18
19 Usage:
20
21
22 yggctl [GLOBAL OPTIONS] command [COMMAND OPTIONS] [ARGUMENTS...]
23
24
25
26
28 --help, -h: show help
29
30
31 --version, -v: print the version
32
33
34
37 Interact with yggdrasil workers
38
39
40 list
41 List currently connected workers
42
43
44 --format="": Print output in FORMAT (json, table or text) (default:
45 text)
46
47
49 Dispatch data to a worker locally
50
51
52 yggctl dispatch [command options] FILE
53
54
55
56 --metadata, -m="": Attach JSON as metadata to the message (default: {})
57
58
59 --worker, -w="": Send data to WORKER
60
61
63 Listen to worker event output
64
65
66 --worker, -w="": Listen for events emitted by WORKER
67
68
70 Shows a list of commands or help for one command
71
72
73
74
75 yggctl(8)