{"id":13522393,"url":"https://github.com/lee0c/kubectl-watch","last_synced_at":"2025-10-28T05:53:01.532Z","repository":{"id":71370435,"uuid":"187380453","full_name":"lee0c/kubectl-watch","owner":"lee0c","description":"Watches Kubernetes resources","archived":false,"fork":false,"pushed_at":"2023-08-21T05:57:47.000Z","size":140,"stargazers_count":17,"open_issues_count":2,"forks_count":1,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-03-31T22:33:35.512Z","etag":null,"topics":["k8s","kubectl","kubectl-plugin","kubectl-plugins","kubernetes","utility"],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lee0c.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2019-05-18T16:26:49.000Z","updated_at":"2024-10-18T18:16:50.000Z","dependencies_parsed_at":"2024-01-13T22:23:34.780Z","dependency_job_id":"a89be4e5-14c7-4384-a079-0170d61abb53","html_url":"https://github.com/lee0c/kubectl-watch","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/lee0c/kubectl-watch","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lee0c%2Fkubectl-watch","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lee0c%2Fkubectl-watch/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lee0c%2Fkubectl-watch/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lee0c%2Fkubectl-watch/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lee0c","download_url":"https://codeload.github.com/lee0c/kubectl-watch/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lee0c%2Fkubectl-watch/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":281391765,"owners_count":26492903,"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-10-28T02:00:06.022Z","response_time":60,"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":["k8s","kubectl","kubectl-plugin","kubectl-plugins","kubernetes","utility"],"created_at":"2024-08-01T06:00:46.558Z","updated_at":"2025-10-28T05:53:01.508Z","avatar_url":"https://github.com/lee0c.png","language":"Shell","funding_links":[],"categories":["kubectl Plugins"],"sub_categories":["Installing plugins via awesome-kubectl-plugins"],"readme":"# kubectl-watch :eyes:\n\n[Kubernetes CLI plugin](https://kubernetes.io/docs/tasks/extend-kubectl/kubectl-plugins/) for better resource watching output.\n\n![GIF of the plugin in use, showing information about the pods of a Prometheus deployment updating on the console](./kubectl-watch.gif)\n\n## Installation\n\n```bash\ngit clone https://github.com/lee0c/kubectl-watch.git\ncd kubectl-watch\nchmod +x kubectl-watch\nln -s /path/to/kubectl-watch/kubectl-watch /usr/local/bin/kubectl-watch\n```\n\nYou can then run `kubectl plugin list` to confirm that this is available as a kubectl plugin, and use `kubectl watch ---` as a kubectl command.\n\n## Use\n\n`kubectl watch` will take any arguments `kubectl get` takes. It additionally adds a few options which **must be specified before any standard kubectl arguments**. Arguments that require values are shown with their default value.\n\n| Options |  |\n| :------ | --- |\n| -c, --calls 60 | Make 60 calls before exiting (pass 0 to disable progress bar/exiting) |\n| -s, --sleep 1 | Sleep for the specified number of seconds between calls |\n| -h, --help | Displays help text. |\n| --simple | Force use of non-UTF-8 progress bar chars on a terminal with UTF-8 support. |\n\n## Notes\n\nBy default, this uses UTF-8 characters in the progress bar. It should switch to standard ANSI characters if your terminal doesn't support UTF-8, but if you're having issues with it try using the `--simple` flag - and [put in a :bug:](https://github.com/lee0c/kubectl-watch/issues)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flee0c%2Fkubectl-watch","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flee0c%2Fkubectl-watch","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flee0c%2Fkubectl-watch/lists"}