cmctl icon indicating copy to clipboard operation
cmctl copied to clipboard

Unifying cmctl and kubectl cert-manager

Open inteon opened this issue 11 months ago • 0 comments

Currently, we release two binaries cmctl and kubectl_cert-manager. This was introduced in https://github.com/cert-manager/cert-manager/pull/4522. However, instead of using build-time variables to determine the binary name, we could determine the binary name at runtime (see https://krew.sigs.k8s.io/docs/developer-guide/develop/best-practices/). That would allow us to simplify the releases, we could then only release a single binary.

inteon avatar Mar 18 '24 10:03 inteon