Skip to content

Commit 20c776f

Browse files
bmr-cymruTurboTurtle
authored andcommitted
[boom] add 'boom cache list -VV' command
Grab the output of 'boom cache list': it's more readable than the cacheindex.json metadata file and displays the status of cached files. Resolves: #4098 Signed-off-by: Bryn M. Reeves <bmr@redhat.com>
1 parent 74e9874 commit 20c776f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

sos/report/plugins/boom.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@ def setup(self):
3737

3838
self.add_cmd_output([
3939
"boom list -VV",
40-
"boom profile list -VV"
40+
"boom cache list -VV",
41+
"boom profile list -VV",
4142
])
4243

4344
# vim: set et ts=4 sw=4 :

0 commit comments

Comments
 (0)