fr33jc / bang

The beginning of the universe...
GNU General Public License v3.0
22 stars 7 forks source link

Show helpful error if user is missing provider creds in bangrc #23

Open fr33jc opened 9 years ago

fr33jc commented 9 years ago

The following line raises a KeyError if it's missing and users are not sure how to proceed:

bang/deployers/cloud.py", line 496, in get_deployers
    provider = get_provider(pname, creds[pname])
KeyError: 'aws'
Trogluddite commented 9 years ago

Can you show an example invocation that will trigger the KeyError?