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 merged sources derived from linked package)
Filename | Size | Changed |
---|---|---|
README.md | 0000006103 5.96 KB | |
_link | 0000000124 124 Bytes | |
_service | 0000000750 750 Bytes | |
_servicedata | 0000000449 449 Bytes | |
cmctl-2.3.0.obscpio | 0002527756 2.41 MB | |
cmctl.changes | 0000060286 58.9 KB | |
cmctl.obsinfo | 0000000094 94 Bytes | |
cmctl.spec | 0000004581 4.47 KB | |
vendor.tar.gz | 0013322677 12.7 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.