8000 GitHub - wallrj/cmctl: `cmctl` or `kubectl cert-manager` is the command line utility that makes cert-manager'ing easier.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
/ cmctl Public
forked from cert-manager/cmctl

`cmctl` or `kubectl cert-manager` is the command line utility that makes cert-manager'ing easier.

License

Notifications You must be signed in to change notification settings

wallrj/cmctl

 
 

Repository files navigation

cert-manager project logo

cmctl - The cert-manager Command Line Tool

cmctl is a command line tool that can help you manage cert-manager and its resources inside your cluster.

Documentation

The documentation for cmctl can be found on the cert-manager website.

Versioning

Before v2, cmctl was located in the cert-manager repository and versioned together with cert-manager. Starting from v2, cmctl is versioned seperately from cert-manager itself.

Release Process

Create a Git tag with a tagname that has a v prefix and push it to GitHub. This will trigger the release workflow.

  1. Create and push a Git tag
export VERSION=v2.0.0-alpha.0
git tag --annotate --message="Release ${VERSION}" "${VERSION}"
git push origin "${VERSION}"
  1. Wait for the release workflow to succeed.

  2. Visit the releases page, edit the draft release, click "Generate release notes", and publish the release.

About

`cmctl` or `kubectl cert-manager` is the command line utility that makes cert-manager'ing easier.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 83.6%
  • Makefile 14.3%
  • Shell 2.1%
0