Add wait-for-build to Kamel CLI
- Dominant language
- Go
- Stars
- 927
- Forks
- 387
- Avg merge
- 15h 5m
- Merged PRs (30d)
- 36
Description
### Requirement
It would be useful to be able to build integrations with `--dont-run-after-build` and have the `kamel` CLI wait for the integration to be built before returning, similar to how `--wait` works.
An alternative would be to have `--wait` automatically wait for the Build Complete phase when `--dont-run-after-build` is passed as a flag.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by tracing the Kamel CLI entry points for --wait and --dont-run-after-build, then compare how each integration phase is observed. The change is complete when the CLI can wait for Build Complete with --dont-run-after-build, either directly or through the proposed --wait behavior, and returns only after that phase.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go, kubernetes
- Domain
- build-system, cli
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 58/100