Skip to content

Commit 150e9f8

Browse files
committed
Add help text after builds
Signed-off-by: Tyler Rockwood <[email protected]>
1 parent 4d58736 commit 150e9f8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

main.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1572,6 +1572,9 @@ func main() {
15721572

15731573
err := Build(pkgName, outpath, options)
15741574
handleCompilerError(err)
1575+
fmt.Println("build successful")
1576+
fmt.Println("deploy your transform to a topic:")
1577+
fmt.Println("\trpk transform deploy")
15751578
case "build-library":
15761579
// Note: this command is only meant to be used while making a release!
15771580
if outpath == "" {

0 commit comments

Comments
 (0)