Comandos Helm
Aqui você encontrará uma lista de comandos da CLI do helm, com informações sobre seu uso.
📄️ helm
O gerenciador de pacotes para o Kubernetes.
📄️ helm completion
Gera scripts de preenchimento automático para um shell específico
📄️ helm completion bash
Gera scripts de preenchimento automático para o bash
📄️ helm completion fish
Gera scripts de preenchimento automático para o fish
📄️ helm completion powershell
generate autocompletion script for powershell
📄️ helm completion zsh
Gera scripts de preenchimento automático para o zsh
📄️ helm create
Cria um novo Chart com um dado nome
📄️ helm dependency
manage a chart's dependencies
📄️ helm dependency build
rebuild the charts/ directory based on the Chart.lock file
📄️ helm dependency list
list the dependencies for the given chart
📄️ helm dependency update
update charts/ based on the contents of Chart.yaml
📄️ helm env
helm client environment information
📄️ helm get
Baixa informações adicionais de uma dada release
📄️ helm get all
Baixa toda informação sobre uma dada release
📄️ helm get hooks
Baixa todos os hooks para uma dada release
📄️ helm get manifest
Baixa o manifesto de uma dada release
📄️ helm get metadata
This command fetches metadata for a given release
📄️ helm get notes
Baixa as notas de uma dada release
📄️ helm get values
Baixa o arquivo com os valores de uma dada release
📄️ helm history
fetch release history
📄️ helm install
Instala um Chart
📄️ helm lint
examine a chart for possible issues
📄️ helm list
list releases
📄️ helm package
package a chart directory into a chart archive
📄️ helm plugin
install, list, or uninstall Helm plugins
📄️ helm plugin install
install a Helm plugin
📄️ helm plugin list
list installed Helm plugins
📄️ helm plugin uninstall
uninstall one or more Helm plugins
📄️ helm plugin update
update one or more Helm plugins
📄️ helm pull
download a chart from a repository and (optionally) unpack it in local directory
📄️ helm push
push a chart to remote
📄️ helm registry
login to or logout from a registry
📄️ helm registry login
login to a registry
📄️ helm registry logout
logout from a registry
📄️ helm repo
add, list, remove, update, and index chart repositories
📄️ helm repo add
add a chart repository
📄️ helm repo index
generate an index file given a directory containing packaged charts
📄️ helm repo list
list chart repositories
📄️ helm repo remove
remove one or more chart repositories
📄️ helm repo update
update information of available charts locally from chart repositories
📄️ helm rollback
roll back a release to a previous revision
📄️ helm search
search for a keyword in charts
📄️ helm search hub
search for charts in the Artifact Hub or your own hub instance
📄️ helm search repo
search repositories for a keyword in charts
📄️ helm show
show information of a chart
📄️ helm show all
show all information of the chart
📄️ helm show chart
show the chart's definition
📄️ helm show crds
show the chart's CRDs
📄️ helm show readme
show the chart's README
📄️ helm show values
show the chart's values
📄️ helm status
display the status of the named release
📄️ helm template
locally render templates
📄️ helm test
run tests for a release
📄️ helm uninstall
uninstall a release
📄️ helm upgrade
upgrade a release
📄️ helm verify
verify that a chart at the given path has been signed and is valid
📄️ helm version
print the client version information