{"id":18451805,"url":"https://github.com/scraly/kubectl-season","last_synced_at":"2025-04-08T02:32:46.878Z","repository":{"id":42054071,"uuid":"321425190","full_name":"scraly/kubectl-season","owner":"scraly","description":"Kubectl plugin that add a random seasonal emoji before your Kubernetes resources.","archived":false,"fork":false,"pushed_at":"2022-04-16T11:40:03.000Z","size":221,"stargazers_count":5,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-23T04:23:06.857Z","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}},"created_at":"2020-12-14T17:36:43.000Z","updated_at":"2022-09-20T20:09:16.000Z","dependencies_parsed_at":"2022-08-12T03:31:08.839Z","dependency_job_id":null,"html_url":"https://github.com/scraly/kubectl-season","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scraly%2Fkubectl-season","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scraly%2Fkubectl-season/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scraly%2Fkubectl-season/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scraly%2Fkubectl-season/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/scraly","download_url":"https://codeload.github.com/scraly/kubectl-season/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247764830,"owners_count":20992185,"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:38.898Z","updated_at":"2025-04-08T02:32:46.601Z","avatar_url":"https://github.com/scraly.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# `kubectl-season` - kubectl plugin seasonal 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-season.svg)](https://github.com/scraly/kubectl-season/releases)\n\n\u003cp align=\"center\"\u003e\n    \u003cimg src=\"assets/logo.png\" alt=\"kubectl-season\" width=\"30%\"\u003e\n\u003c/p\u003e\n\n## General\n\n`season` is a kubectl plugin that add a random seasonal (halloween, christmas, easter...) 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/season`\n4. Run `kubectl season`\n5. Update plugin with `kubectl krew upgrade season`\n\n### Binary\n\nYou can find the latest binaries in the [releases](https://github.com/scraly/kubectl-season/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-season` (`-` to `_` in `season`)\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 season \u003cresource_type\u003e`\n\n```\n$ kubectl season deploy                                                                                                                        \n   NAME       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 season po, deploy \n   NAME                            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\n   NAME                       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## Release\n\n1. Tag with a new version\n\n\n```\ngit tag v0.0.5\ngit push --tags\n```\n\n2. GitHub will create assets in .zip and .tar.gz\n\n3. Display the sha256 checksum\n\nDownload the tar.gz and then execute the following command:\n\n```\nsha256sum kubectl-season-0.0.5.tar.gz\n```\n\n4. Edit `krew.yml` file with the new version and the sha256\n\n5. Push it into https://github.com/scraly/krew-index/blob/main/plugins/season.yaml\n\n## Changelog\n\nSee the [CHANGELOG](CHANGELOG.md) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fscraly%2Fkubectl-season","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fscraly%2Fkubectl-season","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fscraly%2Fkubectl-season/lists"}