This is an automated email from the ASF dual-hosted git repository. pcongiusti pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-k.git
commit e5588e2ee24a22f6095f5ca886b9aa77c6abf29b Author: Pasquale Congiusti <pasquale.congiu...@gmail.com> AuthorDate: Mon Apr 3 17:50:11 2023 +0200 chore(cmd): add a note to specify rebuild targets Integration CR only. --- pkg/cmd/rebuild.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg/cmd/rebuild.go b/pkg/cmd/rebuild.go index 9cd7983b4..60150ca00 100644 --- a/pkg/cmd/rebuild.go +++ b/pkg/cmd/rebuild.go @@ -39,8 +39,8 @@ func newCmdRebuild(rootCmdOptions *RootCmdOptions) (*cobra.Command, *rebuildCmdO } cmd := cobra.Command{ Use: "rebuild [integration1] [integration2] ...", - Short: "Clear the state of integrations to rebuild them", - Long: `Clear the state of one or more integrations causing a rebuild.`, + Short: "Clear the state of integrations to rebuild them.", + Long: `Clear the state of one or more integrations causing a rebuild. Rebuild always targets Integration CR, the operator is in charge to apply any change to the related bindings resources (if any).`, PreRunE: decode(&options), RunE: func(cmd *cobra.Command, args []string) error { if err := options.validate(args); err != nil {