mirror of
https://github.com/helm/helm.git
synced 2026-03-02 21:43:41 -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>
8 lines
66 B
Bash
Executable file
8 lines
66 B
Bash
Executable file
#!/bin/bash
|
|
|
|
echo ENVIRONMENT
|
|
env
|
|
|
|
echo ""
|
|
echo ARGUMENTS
|
|
echo $@
|