This website requires JavaScript.
Explore
Help
Register
Sign In
upstream
/
helm
Watch
1
Star
0
Fork
You've already forked helm
0
mirror of
https://github.com/helm/helm.git
synced
2026-02-22 09:22:46 -05:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
3
402fce389a
helm
/
pkg
/
plugin
/
testdata
/
plugdir
/
hello
/
hello.sh
10 lines
89 B
Bash
Raw
Normal View
History
Unescape
Escape
feat(helm): add plugin system backend This adds a backend for a plugin system. Closes #1572
2016-11-21 13:40:46 -05:00
#!/bin/bash
echo
"Hello from a Helm plugin"
echo
"PARAMS"
echo
$*
feat(cmd/helm): remove need for helm init command * 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>
2019-08-23 02:31:50 -04:00
$HELM_BIN
ls --all
feat(helm): add plugin system backend This adds a backend for a plugin system. Closes #1572
2016-11-21 13:40:46 -05:00
Reference in a new issue
Copy permalink