{"id":13451585,"url":"https://github.com/kubernetes-sigs/krew","last_synced_at":"2025-05-13T00:15:57.585Z","repository":{"id":37270025,"uuid":"140747457","full_name":"kubernetes-sigs/krew","owner":"kubernetes-sigs","description":"📦 Find and install kubectl plugins","archived":false,"fork":false,"pushed_at":"2025-04-19T03:21:08.000Z","size":4872,"stargazers_count":6614,"open_issues_count":20,"forks_count":378,"subscribers_count":61,"default_branch":"master","last_synced_at":"2025-05-13T00:15:50.864Z","etag":null,"topics":["k8s-sig-cli","kubectl","kubectl-plugins"],"latest_commit_sha":null,"homepage":"https://krew.sigs.k8s.io","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/kubernetes-sigs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"code-of-conduct.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY_CONTACTS","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2018-07-12T17:56:21.000Z","updated_at":"2025-05-12T09:34:49.000Z","dependencies_parsed_at":"2023-01-29T17:15:33.562Z","dependency_job_id":"48634d19-2014-45c1-b18e-883d1c119517","html_url":"https://github.com/kubernetes-sigs/krew","commit_stats":{"total_commits":492,"total_committers":79,"mean_commits":6.227848101265823,"dds":0.7439024390243902,"last_synced_commit":"9f836883c42f809ffec3a6df46571fc1c1868f4c"},"previous_names":["googlecontainertools/krew"],"tags_count":17,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kubernetes-sigs%2Fkrew","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kubernetes-sigs%2Fkrew/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kubernetes-sigs%2Fkrew/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kubernetes-sigs%2Fkrew/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kubernetes-sigs","download_url":"https://codeload.github.com/kubernetes-sigs/krew/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253843225,"owners_count":21972874,"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","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":["k8s-sig-cli","kubectl","kubectl-plugins"],"created_at":"2024-07-31T07:00:56.338Z","updated_at":"2025-05-13T00:15:57.265Z","avatar_url":"https://github.com/kubernetes-sigs.png","language":"Go","funding_links":[],"categories":["Go","Package Manager 📦","others","HarmonyOS","K8S-Tools"],"sub_categories":["Windows Manager"],"readme":"\u003cimg src=\"assets/logo/horizontal/color/krew-horizontal-color.png\" width=\"480\"\n  alt=\"Krew logo\"/\u003e\n\n# Krew\n\n[![Build Status](https://github.com/kubernetes-sigs/krew/workflows/Kubernetes-sigs/krew%20CI/badge.svg)](https://github.com/kubernetes-sigs/krew/actions)\n[![Go Report Card](https://goreportcard.com/badge/kubernetes-sigs/krew)](https://goreportcard.com/report/kubernetes-sigs/krew)\n[![LICENSE](https://img.shields.io/github/license/kubernetes-sigs/krew.svg)](https://github.com/kubernetes-sigs/krew/blob/master/LICENSE)\n[![Releases](https://img.shields.io/github/release-pre/kubernetes-sigs/krew.svg)](https://github.com/kubernetes-sigs/krew/releases)\n![GitHub stars](https://img.shields.io/github/stars/kubernetes-sigs/krew.svg?label=github%20stars\u0026logo=github)\n\nKrew is the package manager for kubectl plugins.\n\n## What does Krew do?\n\nKrew is a tool that makes it easy to use [kubectl\nplugins](https://kubernetes.io/docs/tasks/extend-kubectl/kubectl-plugins/). Krew\nhelps you discover plugins, install and manage them on your machine. It is\nsimilar to tools like apt, dnf or [brew](https://brew.sh). Today, over [200\nkubectl plugins][list] are available on Krew.\n\n- **For kubectl users:** Krew helps you find, install and manage kubectl plugins\n  in a consistent way.\n- **For plugin developers:** Krew helps you package and distribute your plugins\n  on multiple platforms and makes them discoverable.\n\n## [Documentation][website]\n\nVisit the [**Krew documentation**][website] to find **Installation**\ninstructions, **User Guide** and **Developer Guide**.\n\nYou can follow the [**Quickstart**][quickstart] to get started with Krew.\n\n[website]: https://krew.sigs.k8s.io/\n[quickstart]: https://krew.sigs.k8s.io/docs/user-guide/quickstart/\n\n## Contributor Documentation\n\n- [Releasing Krew](./docs/RELEASING_KREW.md): how to release new version of\n  Krew.\n- [Plugin Lifecycle](./docs/PLUGIN_LIFECYCLE.md): how Krew installs/upgrades\n  plugins and itself. (Not necessarily up-to-date, but it can give a good idea\n  about how Krew works under the covers.)\n- [Krew Architecture](./docs/KREW_ARCHITECTURE.md): architectural decisions\n  behind designing initial versions of Krew. (Not up-to-date.)\n- [Krew Logo](./docs/KREW_LOGO.md): our logo and branding assets.\n\nVisit [`./docs`](./docs) for all documentation.\n\n## Roadmap\n\nPlease check out the [Issue\nTracker](https://github.com/kubernetes-sigs/krew/issues) to see the plan of\nrecord for new features and changes.\n\n## Community\n\n### Bug reports\n\n* If you have a problem with the Krew itself, please file an\n  issue in this repository.\n* If you're having a problem with a particular plugin's installation or\n  upgrades, file an issue at [krew-index][index] repository.\n* If you're having an issue with an installed plugin, file an issue for the\n  repository the plugin's source code is hosted at.\n\n### Communication channels\n\n* Slack: [#krew](https://kubernetes.slack.com/messages/krew) or\n  [#sig-cli](https://kubernetes.slack.com/messages/sig-cli)\n* [Mailing List](https://groups.google.com/forum/#!forum/kubernetes-sig-cli)\n* [Kubernetes Community site](https://kubernetes.io/community/)\n\n### Contributing\n\nInterested in contributing to Krew? Please refer to our\n[Contributing Guidelines](./docs/CONTRIBUTOR_GUIDE.md) for more details.\n\n### Code of Conduct\n\nParticipation in the Kubernetes community is governed by the [Kubernetes Code\nof Conduct](https://github.com/kubernetes-sigs/krew/blob/master/code-of-conduct.md).\n\n[index]:https://github.com/kubernetes-sigs/krew-index\n[list]: https://krew.sigs.k8s.io/plugins/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkubernetes-sigs%2Fkrew","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkubernetes-sigs%2Fkrew","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkubernetes-sigs%2Fkrew/lists"}