A helm plugin to show the manifests resource tree of a release

major12011 pts0 comments

GitHub - major1201/helm-tree: A helm plugin to show the manifests resource tree of a release · GitHub

/" data-turbo-transient="true" />

Skip to content

Search or jump to...

Search code, repositories, users, issues, pull requests...

-->

Search

Clear

Search syntax tips

Provide feedback

--><br>We read every piece of feedback, and take your input very seriously.

Include my email address so I can be contacted

Cancel

Submit feedback

Saved searches

Use saved searches to filter your results more quickly

-->

Name

Query

To see all available qualifiers, see our documentation.

Cancel

Create saved search

Sign in

/;ref_cta:Sign up;ref_loc:header logged out"}"<br>Sign up

Appearance settings

Resetting focus

You signed in with another tab or window. Reload to refresh your session.<br>You signed out in another tab or window. Reload to refresh your session.<br>You switched accounts on another tab or window. Reload to refresh your session.

Dismiss alert

{{ message }}

major1201

helm-tree

Public

Notifications<br>You must be signed in to change notification settings

Fork

Star

main

BranchesTags

Go to file

CodeOpen more actions menu

Folders and files<br>NameNameLast commit message<br>Last commit date<br>Latest commit

History<br>4 Commits<br>4 Commits

.github/workflows

.github/workflows

assets

assets

scripts

scripts

.editorconfig

.editorconfig

.gitignore

.gitignore

.goreleaser.yml

.goreleaser.yml

LICENSE

LICENSE

README.md

README.md

apis.go

apis.go

go.mod

go.mod

go.sum

go.sum

namespace.go

namespace.go

plugin.yaml

plugin.yaml

query.go

query.go

relationship.go

relationship.go

rootcmd.go

rootcmd.go

status.go

status.go

tree.go

tree.go

View all files

Repository files navigation

helm-tree

A helm plugin to show the manifests resource tree of a release.

This plugin was inspired by kubectl-tree which is an outstanding kubectl plugin.

As a helm user, I often need to take a glance at all the resources related to a helm release. Of course helm provides us helm get values and helm get manifest which helps us to get all the things a helm release creates in a quick way while it loses some details like subresources created by a parent resource and the status of each of them.

Then helm-tree was built for it.

Usage

helm tree -n your-namespace release-name

Install

helm plugin install https://github.com/major1201/helm-tree

Flags

By default, the plugin will only search "namespaced" objects in the same namespace as the specified object.

You can use the -A or --all-namespaces flag to search namespaced and non-namespaced objects in all namespaces.

License

Apache 2.0. See LICENSE.

About

A helm plugin to show the manifests resource tree of a release

Resources

Readme

License

Apache-2.0 license

Uh oh!

There was an error while loading. Please reload this page.

Activity

Stars

stars

Watchers

watching

Forks

forks

Report repository

Releases

v0.1.0

Latest

Jul 31, 2025

Packages

Uh oh!

There was an error while loading. Please reload this page.

Contributors

Uh oh!

There was an error while loading. Please reload this page.

Languages

Go<br>92.0%

Shell<br>8.0%

You can’t perform that action at this time.

helm tree plugin release search reload

Related Articles