We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d58736 commit 150e9f8Copy full SHA for 150e9f8
main.go
@@ -1572,6 +1572,9 @@ func main() {
1572
1573
err := Build(pkgName, outpath, options)
1574
handleCompilerError(err)
1575
+ fmt.Println("build successful")
1576
+ fmt.Println("deploy your transform to a topic:")
1577
+ fmt.Println("\trpk transform deploy")
1578
case "build-library":
1579
// Note: this command is only meant to be used while making a release!
1580
if outpath == "" {
0 commit comments