{"id":18441611,"url":"https://github.com/stefanwalther/helm-utils","last_synced_at":"2025-04-15T04:56:42.102Z","repository":{"id":55251895,"uuid":"155632156","full_name":"stefanwalther/helm-utils","owner":"stefanwalther","description":"Some missing utils not being covered by helm  (as node.js library + CLI).","archived":false,"fork":false,"pushed_at":"2025-04-09T18:45:32.000Z","size":63,"stargazers_count":1,"open_issues_count":13,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-12T20:12:01.172Z","etag":null,"topics":["cli","helm","helm-charts","helm-registry","nodejs-library","utils"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/stefanwalther.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"docs/contributing.md","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":"2018-10-31T22:39:31.000Z","updated_at":"2020-06-04T02:56:11.000Z","dependencies_parsed_at":"2023-09-27T15:22:10.267Z","dependency_job_id":"9bf1e8f8-fa03-4145-a459-c70725bc0d8e","html_url":"https://github.com/stefanwalther/helm-utils","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stefanwalther%2Fhelm-utils","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stefanwalther%2Fhelm-utils/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stefanwalther%2Fhelm-utils/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stefanwalther%2Fhelm-utils/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stefanwalther","download_url":"https://codeload.github.com/stefanwalther/helm-utils/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248625505,"owners_count":21135513,"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":["cli","helm","helm-charts","helm-registry","nodejs-library","utils"],"created_at":"2024-11-06T06:38:47.837Z","updated_at":"2025-04-15T04:56:42.082Z","avatar_url":"https://github.com/stefanwalther.png","language":"JavaScript","readme":"# helm-utils\n\n\u003e Some missing utils when working with helm (as node.js library + CLI).\n\n---\n\n## Purpose\n\n_helm-utils_ provides some complementary utilities for [helm](https://helm.sh), both as CLI-tool and node.js library.\n\n_Note: The author of this library/CLI-tool is everything else than a helm expert. It might be that I have re-implemented something which is anyhow already available in helm. If this is the case, please shoot me a message and raise an [issue](https://github.com/stefanwalther/helm-utils/issues). Thx._\n\n## Install\n\n```bash\n$ npm install -g helm-utils\n```\n\n## Usage as CLI tool\n\n### get-charts \u0026lt;repo-uri\u0026gt; \\[format]\n\nReturn all charts from either an online or local chart repository.\nThis basically does the same as `helm search`, but with some additional sugar functionality.\n\n\u003cdetails\u003e\n  \u003csummary\u003eExample\u003c/summary\u003e\n  \n  ```bash\n  $ helm-utils get-charts https://charts.jfrog.io/\n  ```\n  \n  Options: \n  - `--format` - How to format the output, `table` or `json`. Defaults to `table`.\n  \n\u003c/details\u003e\n\n### get-images \u0026lt;chart-url\u0026gt; \\[format]\n\nReturn all docker images from a given helm-chart.\n\n\u003cdetails\u003e\n  \u003csummary\u003eExample\u003c/summary\u003e\n\n  ```bash\n  $  helm-utils get-images https://charts.jfrog.io/artifactory/helm/xray-0.5.2.tgz\n  ```\n  \n  returns\n  \n  ```bash\n  Images being used in https://charts.jfrog.io/artifactory/helm/xray-0.5.2.tgz:\n  (3 images)\n  \n  - bitnami/mongodb:3.6.4\n  - postgres\n  - rabbitmq:3.7-alpine\n  ```  \n  \n  Options: \n    - `--format` - How to format the output, `list` or `json`. Defaults to `list`.\n\u003c/details\u003e\n\n### help\n\n\u003cdetails\u003e\n  \u003csummary\u003eExample\u003c/summary\u003e\nShow the help for `helm-utils`.\n\n```\n$ helm-utils help\n```  \n\u003c/details\u003e\n\n## Usage as node.js library\n\nSee [API docs](./docs/api.md)\n\n## About\n\n### Author\n**Stefan Walther**\n\n* [twitter](http://twitter.com/waltherstefan)  \n* [github.com/stefanwalther](http://github.com/stefanwalther) \n* [LinkedIn](https://www.linkedin.com/in/stefanwalther/) \n* [stefanwalther.io](http://stefanwalther.io) - Private blog\n* [qliksite.io](http://qliksite.io) - Qlik related blog\n\n### Contributing\nPull requests and stars are always welcome. For bugs and feature requests, [please create an issue](https://github.com/stefanwalther/helm-utils/issues). The process for contributing is outlined below:\n\n1. Create a fork of the project\n2. Work on whatever bug or feature you wish\n3. Create a pull request (PR)\n\nI cannot guarantee that I will merge all PRs but I will evaluate them all.\n\n### License\nMIT\n\n***\n\n_This file was generated by [verb-generate-readme](https://github.com/verbose/verb-generate-readme), v0.6.0, on November 14, 2018._\n\n[format]: http://samhuri.net/proj/format","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstefanwalther%2Fhelm-utils","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstefanwalther%2Fhelm-utils","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstefanwalther%2Fhelm-utils/lists"}