Feature request
It would be a good idea to have a way to extend or override hack/build.sh for building knative client for downstream projects.
I image this could be done by utilizing the popular Linux pattern of using .d/ directory.
Use case
I'd like to embed a kn-plugin-event, and it requires a sender image reference. I'd like to be able to set additional ldflags for plugin version and for this sender image.
Feature request
It would be a good idea to have a way to extend or override
hack/build.shfor building knative client for downstream projects.I image this could be done by utilizing the popular Linux pattern of using
.d/directory.Use case
I'd like to embed a kn-plugin-event, and it requires a sender image reference. I'd like to be able to set additional ldflags for plugin version and for this sender image.