mirror of
https://github.com/project-zot/zot.git
synced 2026-06-16 20:38:08 +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:
@@ -43,8 +43,11 @@ type Auth struct {
|
||||
|
||||
type StrippedConfig struct {
|
||||
DistSpecVersion string `json:"distSpecVersion" mapstructure:"distSpecVersion"`
|
||||
Commit string `json:"commit" mapstructure:"commit"`
|
||||
ReleaseTag string `json:"releaseTag" mapstructure:"releaseTag"`
|
||||
BinaryType string `json:"binaryType" mapstructure:"binaryType"`
|
||||
HTTP struct {
|
||||
|
||||
HTTP struct {
|
||||
Auth *Auth `json:"auth,omitempty" mapstructure:"auth"`
|
||||
} `json:"http" mapstructure:"http"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user