{"id":19039893,"url":"https://github.com/cert-manager/cmctl","last_synced_at":"2025-08-20T18:55:58.295Z","repository":{"id":218078318,"uuid":"742515592","full_name":"cert-manager/cmctl","owner":"cert-manager","description":"`cmctl` is the command line utility that makes cert-manager'ing easier.","archived":false,"fork":false,"pushed_at":"2025-08-20T01:30:29.000Z","size":1182,"stargazers_count":72,"open_issues_count":6,"forks_count":13,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-08-20T03:37:05.214Z","etag":null,"topics":["cert-manager","command-line-tool"],"latest_commit_sha":null,"homepage":"https://cert-manager.io/docs/reference/cmctl/","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cert-manager.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-01-12T16:47:35.000Z","updated_at":"2025-08-20T01:30:28.000Z","dependencies_parsed_at":"2024-02-01T02:23:35.680Z","dependency_job_id":"133737c1-72c9-4f54-8d89-d429836101e9","html_url":"https://github.com/cert-manager/cmctl","commit_stats":{"total_commits":129,"total_committers":7,"mean_commits":"18.428571428571427","dds":0.5503875968992248,"last_synced_commit":"82f9703246c3b4ef4d8a3add5d8c9d78324cf3a6"},"previous_names":["cert-manager/cmctl"],"tags_count":11,"template":false,"template_full_name":null,"purl":"pkg:github/cert-manager/cmctl","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cert-manager%2Fcmctl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cert-manager%2Fcmctl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cert-manager%2Fcmctl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cert-manager%2Fcmctl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cert-manager","download_url":"https://codeload.github.com/cert-manager/cmctl/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cert-manager%2Fcmctl/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271262964,"owners_count":24728981,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-20T02:00:09.606Z","response_time":69,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cert-manager","command-line-tool"],"created_at":"2024-11-08T22:19:25.968Z","updated_at":"2025-08-20T18:55:58.211Z","avatar_url":"https://github.com/cert-manager.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://raw.githubusercontent.com/cert-manager/cert-manager/d53c0b9270f8cd90d908460d69502694e1838f5f/logo/logo-small.png\" height=\"256\" width=\"256\" alt=\"cert-manager project logo\" /\u003e\n\u003c/p\u003e\n\n# cmctl - The cert-manager Command Line Tool\n\n`cmctl` is a command line tool that can help you manage cert-manager and its resources inside your cluster.\n\n## Documentation\n\nThe documentation for `cmctl` can be found on the [cert-manager website](https://cert-manager.io/docs/usage/cmctl/).\n\n## Installation\n\n\u003e [!Note]\n\u003e These instructions are a copy of the [official installation instructions](https://cert-manager.io/docs/usage/cmctl/#installation).\n\n### Homebrew\n\nOn Mac or Linux if you have [Homebrew](https://brew.sh/) installed, you can install `cmctl` with:\n\n```sh\nbrew install cmctl\n```\n\nThis will also install shell completion.\n\n### Go install\n\nIf you have Go installed, you can install `cmctl` with:\n\n```sh\ngo install github.com/cert-manager/cmctl/v2@latest\n```\n\n### Manual Installation\n\nYou need the `cmctl` file for the platform you're using, these can be found on our [cmctl GitHub releases page](https://github.com/cert-manager/cmctl/releases).\nIn order to use `cmctl` you need its binary to be accessible under the name `cmctl` in your `$PATH`. Run the following commands to set up the CLI. Replace OS and ARCH with your systems equivalents:\n\n```sh\nOS=$(uname -s | tr A-Z a-z); ARCH=$(uname -m | sed 's/x86_64/amd64/' | sed 's/aarch64/arm64/'); curl -fsSL -o cmctl https://github.com/cert-manager/cmctl/releases/latest/download/cmctl_${OS}_${ARCH}\nchmod +x cmctl\nsudo mv cmctl /usr/local/bin\n# or `sudo mv cmctl /usr/local/bin/kubectl-cert_manager` to use `kubectl cert-manager` instead.\n```\n\n### Distributed releases\n\nThird-party packages providing the cmctl binary:\n\n[![Packaging status](https://repology.org/badge/vertical-allrepos/cmctl.svg)](https://repology.org/project/cmctl/versions)\n\n### Shell Completion\n\n`cmctl` supports shell completion for most popular shells. To get help on how to enable shell completion, run the following commands:\n\n```sh\n$ cmctl completion --help\n# or `kubectl cert-manager completion --help`\n...\nAvailable Commands:\n  bash        Generate cert-manager CLI scripts for a Bash shell\n  fish        Generate cert-manager CLI scripts for a Fish shell\n  powershell  Generate cert-manager CLI scripts for a PowerShell shell\n  zsh         Generation cert-manager CLI scripts for a ZSH shell\n\n$ cmctl completion bash --help\nTo load completions:\nBash:\n  $ source \u003c(cmctl completion bash)\n  # To load completions for each session, execute once:\n  # Linux:\n  $ cmctl completion bash \u003e /etc/bash_completion.d/cmctl\n\n  # macOS:\n  $ cmctl completion bash \u003e /usr/local/etc/bash_completion.d/cmctl\n...\n```\n\n## Versioning\n\nBefore v2, `cmctl` was located in the cert-manager repository and versioned together with cert-manager.\nStarting from v2, `cmctl` is versioned seperately from cert-manager itself.\n\n## Release Process\n\nThe release process is documented in [RELEASE.md](RELEASE.md).","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcert-manager%2Fcmctl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcert-manager%2Fcmctl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcert-manager%2Fcmctl/lists"}