We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82e986f commit c29fbdbCopy full SHA for c29fbdb
command/dashboard/extract.go
@@ -70,6 +70,7 @@ func Extract(params *ExtractParams) error {
70
params.Outfile = &outfile
71
}
72
73
+ logrus.Infof("Extracting template in file: %s", *params.Outfile)
74
err = template.ToFile(templ, *params.Outfile, params.Format)
75
if err != nil {
76
return fmt.Errorf("saving template: %w", err)
command/thing/extract.go
0 commit comments