1resalloc-maint(1) General Commands Manual resalloc-maint(1)
2
3
4
6 resalloc-maint
7
9 resalloc-maint [-h] {resource-list,resource-info,resource-delete,re‐
10 source-logs,ticket-list,foreach-resource} ...
11
13 Sub-commands
14 resalloc-maint resource-list
15 List available resources
16
17 resalloc-maint resource-info
18 Print detailed information about a resource
19
20 resalloc-maint resource-delete
21 Delete resource
22
23 resalloc-maint resource-logs
24 Print and follow logs for a resource
25
26 resalloc-maint ticket-list
27 List not-yet-closed tickets
28
29 resalloc-maint foreach-resource
30 Execute command for each resource
31
33 usage: resalloc-maint resource-list [-h] [--up]
34
35
36
37 --up List only ready-to-take resources
38
39
41 usage: resalloc-maint resource-info [-h] resource
42
43
44 resource
45 The resource IDs
46
47
48
50 usage: resalloc-maint resource-delete [-h] [--all | --unused] [resource
51 ...]
52
53
54 resource
55 The resource IDs
56
57
58 --all Delete all resources
59
60
61 --unused
62 Delete all resources without any assigned ticket
63
64
66 usage: resalloc-maint resource-logs [-h] resource [resource ...]
67
68
69 resource
70 The resource IDs
71
72
73
75 usage: resalloc-maint ticket-list [-h]
76
77
78
79
81 usage: resalloc-maint foreach-resource [-h] [--command COMMAND]
82
83
84
85 --command COMMAND
86 Shell command to execute. This accepts variables like {state},
87 {data_utf8},
88 {name}, etc.
89
90
92 resalloc was written by Pavel Raiskup <praiskup@redhat.com>.
93
95 The latest version of resalloc may be downloaded from
96 ⟨https://github.com/praiskup/resalloc⟩
97
98
99
100 Manual resalloc-maint(1)