In this post we’ll learn some of the most useful and important Helm System commands that you should know before diving deeper into helm cli.
Helm Environment
The env command will provide you with a high level information regarding your Helm client information. Information such as default namespace, repository config and location or cli path.
More details: helm env cli
helm env
Helm Version
Finding out Helm Version is crucial if you need to target specific version of Helm.
More details: helm version cli and Helm Versions: v2 & v3
helm version
<< Introduction | Helm System | Helm Repositories >>