1BKR-SYSTEM-STATUS(1) Beaker BKR-SYSTEM-STATUS(1)
2
3
4
6 bkr-system-status - Return the current status of a system
7
9 bkr system-status [options] <fqdn> --format <format>
10
11
13 Prints to stdout the current status of a system whose FQDN is <fqdn>.
14 This includes the condition, current reservation details, and current
15 loan details.
16
18 --format <format>
19 Display results in the given format, either tabular or json.
20 The tabular format is intended for human consumption, whereas
21 the json format is machine-readable. The default is tabular.
22
24 Non-zero on error, otherwise zero.
25
27 Display the status of invalid.example.com in JSON format:
28
29 bkr system-status invalid.example.com --format json
30
32 bkr(1)
33
35 The Beaker team <beaker-devel@lists.fedorahosted.org>
36
38 2013-2019 Red Hat, Inc.
39
40
41
42
4326.5 Sep 26, 2019 BKR-SYSTEM-STATUS(1)