mirror of
https://github.com/project-zot/zot.git
synced 2026-06-17 12:58:02 +08:00
feat(cli): add command to interogate the server version and other details (#1709)
Signed-off-by: Laurentiu Niculae <niculae.laurentiu1@gmail.com>
This commit is contained in:
@@ -1391,6 +1391,9 @@ const docTemplate = `{
|
||||
"binaryType": {
|
||||
"type": "string"
|
||||
},
|
||||
"commit": {
|
||||
"type": "string"
|
||||
},
|
||||
"distSpecVersion": {
|
||||
"type": "string"
|
||||
},
|
||||
@@ -1401,6 +1404,9 @@ const docTemplate = `{
|
||||
"$ref": "#/definitions/extensions.Auth"
|
||||
}
|
||||
}
|
||||
},
|
||||
"releaseTag": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user