{"id":18640414,"url":"https://github.com/maorfr/helm-logs","last_synced_at":"2025-04-11T10:33:01.079Z","repository":{"id":57521388,"uuid":"149927603","full_name":"maorfr/helm-logs","owner":"maorfr","description":"Helm plugin to view logs of changed Helm releases","archived":false,"fork":false,"pushed_at":"2019-06-05T07:11:29.000Z","size":18,"stargazers_count":12,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-06-20T15:48:00.439Z","etag":null,"topics":["go","golang","helm","helm-plugin","kubernetes"],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/maorfr.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-09-22T22:52:53.000Z","updated_at":"2024-06-20T15:48:00.440Z","dependencies_parsed_at":"2022-09-26T18:01:17.967Z","dependency_job_id":null,"html_url":"https://github.com/maorfr/helm-logs","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maorfr%2Fhelm-logs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maorfr%2Fhelm-logs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maorfr%2Fhelm-logs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maorfr%2Fhelm-logs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/maorfr","download_url":"https://codeload.github.com/maorfr/helm-logs/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223466443,"owners_count":17149770,"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":["go","golang","helm","helm-plugin","kubernetes"],"created_at":"2024-11-07T05:54:28.750Z","updated_at":"2024-11-07T05:54:29.244Z","avatar_url":"https://github.com/maorfr.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Helm Logs Plugin\n\nThis is a Helm plugin which provides a view of changed Helm releases over time. It works like\n`helm history`, but for all releases, sorted by date and has a `--since` option.\n\n## Usage\n\nPrint logs of changed Helm releases\n\n```\n$ helm logs [flags]\n```\n\n### Flags:\n\n```\n  -l, --label string              label to select tiller resources by (default \"OWNER=TILLER\")\n      --namespace string          show releases within a specific namespace\n      --since duration            Only return logs newer than a relative duration like 5s, 2m, or 3h. Defaults to all logs. (default 1000000h0m0s)\n      --tiller-namespace string   namespace of Tiller (default \"kube-system\")\n```\n\n\n## Install\n\n```\n$ helm plugin install https://github.com/maorfr/helm-logs\n```\n\nThe above will fetch the latest binary release of `helm logs` and install it.\n\n### Developer (From Source) Install\n\nIf you would like to handle the build yourself, instead of fetching a binary,\nthis is how recommend doing it.\n\nFirst, set up your environment:\n\n- You need to have [Go](http://golang.org) \u003e= 1.11 installed (we use `go modules`)\n\nClone the repo (not necessarily into your `$GOPATH`). You can use `go get -d github.com/maorfr/helm-logs` if you plan to work inside `$GOPATH`.\nfor that.\n\n```\n$ cd \u003cworkdir\u003e/github.com/maorfr/helm-logs\n$ make bootstrap build\n$ SKIP_BIN_INSTALL=1 helm plugin install \u003cworkdir\u003e/github.com/maorfr/helm-logs\n```\n\nThat last command will skip fetching the binary install and use the one you\nbuilt.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaorfr%2Fhelm-logs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmaorfr%2Fhelm-logs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaorfr%2Fhelm-logs/lists"}