cmctl
https://github.com/cert-manager/cert-manager
cmctl is a CLI tool that can help you to manage cert-manager resources inside your cluster.
- Devel package for openSUSE:Factory
-
1
derived packages
- Links to openSUSE:Factory / cmctl
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout devel:kubic/cmctl && cd $_
- Create Badge
Refresh
Refresh
Source Files (show unmerged sources)
Filename | Size | Changed |
---|---|---|
README.md | 0000006103 5.96 KB | |
_service | 0000000916 916 Bytes | |
_servicedata | 0000000242 242 Bytes | |
cert-manager-1.12.3.obscpio | 0000384011 375 KB | |
cert-manager.obsinfo | 0000000102 102 Bytes | |
cmctl.changes | 0000044668 43.6 KB | |
cmctl.spec | 0000002199 2.15 KB | |
vendor.tar.gz | 0010103060 9.64 MB |
Comments 2
FWIW there seems to be completion support for cmctl which is enabled via https://github.com/cert-manager/cert-manager/blob/master/cmd/ctl/BUILD.bazel#L23 , but I don't know enough Go packaging to enable it. It seems that the intention is to enable it for
cmctl
but not forkubectl cert-manager
.Thanks for the hint, Robert. I tried to get this working by switching to building via bazel, but that opens a totally differerent can of worms.
I'll ask on the packaging list how to build that so the completion is enabled.