Compare commits

..

1 commit

Author SHA1 Message Date
e6862c5d3d cli: uniformize output and add some infos
Some checks failed
ci/woodpecker/push/debug Pipeline failed
ci/woodpecker/pr/debug Pipeline failed
2025-03-12 15:05:37 +01:00

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",