You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Usage: "Set the name of the destination folder containing all downloaded componets (images, rancher images, rancher chart, ...), optional, a generic name will be set: datapack-YYY_MM_JJThh_mm_ss\n rkd download --rancher v2.5.0 --dest destFolder",
42
+
},
43
+
cli.StringFlag{
44
+
Name: "imgarchname",
45
+
Usage: "Set the name of the generated archive containing additionals images provided by --image flag, optional, default archive name is images.tar\n rkd download --rancher v2.5.0 --image busybox --imgarchname busybox.tar",
46
+
},
39
47
}
40
48
41
49
return cli.Command{
42
50
Name: "download",
43
51
Aliases: []string{"d"},
44
-
Usage: "Downlaod helm chart list, container images and Rancher release",
52
+
Usage: "Download helm chart list, container images and Rancher release",
45
53
Action: DownloadDataPack,
46
54
Flags: DownloadFlags,
47
55
}
48
56
}
49
57
50
-
// DownloadRancherRelease downlaod Rancher chart and images
58
+
// DownloadDataPack downlaod Rancher chart and images
0 commit comments