{"id":18451816,"url":"https://github.com/scraly/kubectl-halloween","last_synced_at":"2025-06-12T17:32:51.145Z","repository":{"id":84558306,"uuid":"304263080","full_name":"scraly/kubectl-halloween","owner":"scraly","description":"Kubectl plugin that add a random halloween emoji before your Kubernetes resources.","archived":false,"fork":false,"pushed_at":"2020-10-25T14:48:57.000Z","size":85,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-20T01:29:36.398Z","etag":null,"topics":["krew","krew-plugin","kubectl","kubectl-plugin","kubectl-plugins"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/scraly.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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}},"created_at":"2020-10-15T08:42:28.000Z","updated_at":"2021-01-05T09:20:23.000Z","dependencies_parsed_at":"2023-03-11T06:45:58.602Z","dependency_job_id":null,"html_url":"https://github.com/scraly/kubectl-halloween","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/scraly/kubectl-halloween","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scraly%2Fkubectl-halloween","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scraly%2Fkubectl-halloween/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scraly%2Fkubectl-halloween/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scraly%2Fkubectl-halloween/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/scraly","download_url":"https://codeload.github.com/scraly/kubectl-halloween/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scraly%2Fkubectl-halloween/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259512353,"owners_count":22869390,"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":["krew","krew-plugin","kubectl","kubectl-plugin","kubectl-plugins"],"created_at":"2024-11-06T07:29:39.390Z","updated_at":"2025-06-12T17:32:51.092Z","avatar_url":"https://github.com/scraly.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# `kubectl-halloween` - kubectl plugin halloween mode\n\n[![Twitter](https://img.shields.io/badge/twitter-@scraly-blue.svg)](http://twitter.com/scraly)\n[![GitHub release](https://img.shields.io/github/release/scraly/kubectl-halloween.svg)](https://github.com/scraly/kubectl-halloween/releases)\n\n\u003cp align=\"center\"\u003e\n    \u003cimg src=\"assets/logo.jpg\" alt=\"kubectl-halloween\" width=96\u003e\n\u003c/p\u003e\n\n## General\n\n`halloween` is a kubectl plugin that add a random halloween emoji before your Kubernetes resources.\nIt is written in BASH.\n\n## Install\n\n### Krew\n\nThis plugin is available through [krew](https://krew.dev).\n\n1. [Install Krew](https://github.com/GoogleContainerTools/krew) plugin manager for kubectl.\n2. Add scraly's custom index `kubectl krew index add scraly https://github.com/scraly/krew-index`\n3. Install the plugin `kubectl krew install scraly/halloween`\n4. Run `kubectl krew install halloween`\n5. Update plugin with `kubectl krew upgrade scraly/halloween`\n\n### Binary\n\nYou can find the latest binaries in the [releases](https://github.com/scraly/kubectl-halloween/releases) section.  \nTo install it, place it somewhere in your `$PATH` for `kubectl` to pick it up.\n\n**Note**: If you build from source or download the binary, you'll have to change the name of the binary to `kubectl-halloween` (`-` to `_` in `halloween`)\ndue to the enforced naming convention for plugins by `kubectl`. More on this [here](https://kubernetes.io/docs/tasks/extend-kubectl/kubectl-plugins/#naming-a-plugin).\n\n## Usage\n\n`kubectl halloween \u003cresource_type\u003e`\n\n```\n$ kubectl halloween deploy                                                                                                                        \nNAME       READY   UP-TO-DATE   AVAILABLE   AGE\n🧟 httpbin    1/1     1            1           26h\n🧟 my-nginx   3/3     3            3           44h\n🧟 traefik    3/3     3            3           6d\n```\n\n```\n$ kubectl halloween po, deploy \nNAME                            READY   STATUS    RESTARTS   AGE\n🎃 pod/httpbin-c9cb9cbf6-r2gnc     1/1     Running   0          2d2h\n🎃 pod/my-nginx-75897978cd-f28j9   1/1     Running   0          2d21h\n🎃 pod/my-nginx-75897978cd-pt2dx   1/1     Running   0          44h\n🎃 pod/my-nginx-75897978cd-w2bcg   1/1     Running   0          43h\n🎃 pod/traefik-85854f965f-pb6j2    1/1     Running   1          174m\n\nNAME                       READY   UP-TO-DATE   AVAILABLE   AGE\n🎃 deployment.apps/httpbin    1/1     1            1           2d2h\n🎃 deployment.apps/my-nginx   3/3     3            3           2d21h\n🎃 deployment.apps/traefik    1/1     1            1           7d\n```\n\n## TODO\n\n* Afficher des emojis differents selon le type de ressource en random\n\n## Changelog\n\nSee the [CHANGELOG](CHANGELOG.md) file for details.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fscraly%2Fkubectl-halloween","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fscraly%2Fkubectl-halloween","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fscraly%2Fkubectl-halloween/lists"}