mirror of
https://github.com/helm/helm.git
synced 2026-02-16 17:31:36 -05:00
* allow repository config via cli * make `helm repo add` create repo config file if it does not exist * squash a ton of bugs Signed-off-by: Adam Reese <adam@reese.io>
9 lines
89 B
Bash
Executable file
9 lines
89 B
Bash
Executable file
#!/bin/bash
|
|
|
|
echo "Hello from a Helm plugin"
|
|
|
|
echo "PARAMS"
|
|
echo $*
|
|
|
|
$HELM_BIN ls --all
|
|
|