1RESALLOC-MAINT(1) Generated Python 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
12
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
32
34 usage: resalloc-maint resource-list [-h] [--up]
35
36
38 --up List only ready-to-take resources
39
40
42 usage: resalloc-maint resource-info [-h] resource
43
44
45 resource
46 The resource IDs
47
48
50 usage: resalloc-maint resource-delete [-h] [--all | --unused] [resource
51 ...]
52
53
54 resource
55 The resource IDs
56
57
59 --all Delete all resources
60
61
62 --unused
63 Delete all resources without any assigned ticket
64
65
67 usage: resalloc-maint resource-logs [-h] resource [resource ...]
68
69
70 resource
71 The resource IDs
72
73
75 usage: resalloc-maint ticket-list [-h]
76
77
79 usage: resalloc-maint foreach-resource [-h] [--command COMMAND]
80
81
83 --command COMMAND
84 Shell command to execute. This accepts variables like {state},
85 {data_utf8}, {name}, etc.
86
87
89 Pavel Raiskup <praiskup@redhat.com>
90
91
93 The latest version of resalloc may be downloaded from
94 ⟨https://github.com/praiskup/resalloc⟩
95
96
97
98resalloc 4.9 2023-01-23 RESALLOC-MAINT(1)