Skip to content

Commit 855bcff

Browse files
committed
chore: Add data ID to run output
1 parent 5312acc commit 855bcff

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cmd/lilypad/run.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,7 @@ func runJob(cmd *cobra.Command, options jobcreator.JobCreatorOptions, network st
142142
return err
143143
}
144144
spinner.Stop()
145+
fmt.Printf("🆔 Data ID: %s\n", result.Result.DataID)
145146
fmt.Printf("\n🍂 Lilypad job completed, try 👇\n open %s\n cat %s/stdout\n cat %s/stderr\n",
146147
solver.GetDownloadsFilePath(result.JobOffer.DealID),
147148
solver.GetDownloadsFilePath(result.JobOffer.DealID),

0 commit comments

Comments
 (0)