Expose pipeline profile selection and provenance
This commit is contained in:
@@ -44,11 +44,12 @@ func Run(ctx context.Context, args []string, out io.Writer) error {
|
||||
|
||||
_, err = fmt.Fprintf(
|
||||
out,
|
||||
"narratio run: session %s; executed=%d skipped=%d; manifest=%s\n",
|
||||
"narratio run: session %s; executed=%d skipped=%d; manifest=%s; %s\n",
|
||||
summary.SessionID,
|
||||
len(summary.Executed),
|
||||
len(summary.Skipped),
|
||||
summary.ManifestPath,
|
||||
effectiveConfigSummary(cfg),
|
||||
)
|
||||
return err
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user