cli: uniformize output and add some infos

This commit is contained in:
Alex Auvolat
2025-03-12 15:01:39 +01:00
parent d032e2017c
commit e6862c5d3d
20 changed files with 391 additions and 329 deletions
+14 -3
View File
@@ -1752,7 +1752,8 @@
"type": "object",
"required": [
"versionId",
"deleted",
"refDeleted",
"versionDeleted",
"garbageCollected"
],
"properties": {
@@ -1766,10 +1767,13 @@
}
]
},
"deleted": {
"garbageCollected": {
"type": "boolean"
},
"garbageCollected": {
"refDeleted": {
"type": "boolean"
},
"versionDeleted": {
"type": "boolean"
},
"versionId": {
@@ -3516,6 +3520,13 @@
"type": "boolean",
"description": "Whether this node is part of an older layout version and is draining data."
},
"garageVersion": {
"type": [
"string",
"null"
],
"description": "Garage version"
},
"hostname": {
"type": [
"string",