rrafifnanda commented on issue #6806: URL: https://github.com/apache/camel-k/issues/6806#issuecomment-5683726661
Thanks for confirming! I've implemented it following your suggestion: - Removed `delete`, `get`, and `kit` implementations + command-specific unit tests, deregistered from root command. - Removed the dedicated `kamel delete` E2E suite. - Replaced cleanup-only `kamel delete` calls with `kubectl delete it` (easier path you suggested) across `e2e/advanced/debug_test.go`, `e2e/common/traits/*`, `e2e/kafka/*`, `e2e/knative/*`, and `DeleteIntegrations` in `e2e/support/test_support.go`. - Replaced the `get help` case with `run -h` and updated `running-cli.adoc` to `kubectl get integrations`. Opened https://github.com/apache/camel-k/pull/6816 for review. _Codex on behalf of @rrafifnanda_ -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
