Skip to content

Commit af6d715

Browse files
authored
Print out next steps to better guide the user (operator-framework#34)
1 parent f6c22b5 commit af6d715

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pkg/quarkus/v1alpha/init.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,8 @@ func (p *initSubcommand) Validate() error {
112112
}
113113

114114
func (p *initSubcommand) PostScaffold() error {
115-
// TODO: add anything you want to do AFTER the scaffolding has happened.
115+
// print follow on instructions to better guide the user
116+
fmt.Printf("Next: define a resource with:\n$ %s create api\n", p.commandName)
116117
return nil
117118
}
118119

0 commit comments

Comments
 (0)