Helm Plugins

The Helm Plugins API defines the interface for extending the Helm CLI with additional subcommands. Plugins live in a single directory with a plugin.yaml descriptor and can be implemented as shell scripts, binaries, or WebAssembly modules introduced in Helm 4.

API entry from apis.yml

apis.yml Raw ↑
aid: helm:plugins
name: Helm Plugins
description: The Helm Plugins API defines the interface for extending the Helm CLI with additional subcommands.
  Plugins live in a single directory with a plugin.yaml descriptor and can be implemented as shell scripts,
  binaries, or WebAssembly modules introduced in Helm 4.
humanURL: https://helm.sh/docs/topics/plugins/
tags:
- CLI
- Extensions
- Kubernetes
- Plugins
properties:
- type: Documentation
  url: https://helm.sh/docs/topics/plugins/
- type: Reference
  url: https://helm.sh/docs/plugins/developer/
- type: JSONSchema
  url: json-schema/helm-plugin-schema.json