helm-classic icon indicating copy to clipboard operation
helm-classic copied to clipboard

Friendly message for missing config

Open adamreese opened this issue 8 years ago • 2 comments

When running commands before helm update helm should advise me to update first

% helm fetch foo
[ERROR] Could not load /Users/adamreese/.helm/config.yaml: open /Users/adamreese/.helm/config.yaml: no such file or directory

adamreese avatar Dec 16 '15 23:12 adamreese

Why not just create the structure if it doesn't exist? We have all the logic already. :smile:

sgoings avatar Dec 17 '15 04:12 sgoings

+1 @sgoings suggestion. After a fresh helm install, I tried helm repo list and ran into this same error. It took a while for me to realize that an explicit helm update was required to initialize that directory.

krancour avatar Jan 08 '16 17:01 krancour