bang
bang copied to clipboard
Show helpful error if user is missing provider creds in bangrc
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'
Can you show an example invocation that will trigger the KeyError?