We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29fdbef commit 23da7d2Copy full SHA for 23da7d2
cyctl/internal/describe/modules.go
@@ -50,6 +50,7 @@ func describeModules(clientset *client.CyclopsV1Alpha1Client, moduleNames []stri
50
d.Printf(" Repository:\t%s\n", module.Spec.TemplateRef.URL)
51
d.Printf(" Relative Path:\t%s\n", module.Spec.TemplateRef.Path)
52
d.Printf(" Branch:\t%s\n", module.Spec.TemplateRef.Version)
53
+ d.Printf(" Resolved Version:\t%s\n", module.Status.TemplateResolvedVersion)
54
55
d.Println()
56
if len(module.Spec.Values.Raw) > 0 {
0 commit comments