working commit

This commit is contained in:
2026-02-15 17:47:45 +02:00
parent 15a3379e5c
commit 2373af081e
10 changed files with 159 additions and 49 deletions
+1 -1
View File
@@ -155,7 +155,7 @@ type ImageInfoParams struct {
}
type ImageInfoResult struct {
ImageInfo *client.ImageDescr `json:"imageInfo"`
ImageInfo *client.ImageDescr `yaml:"imageInfo"`
}
func (util *ImageUtil) ImageInfo(cmd *cobra.Command, args []string) {