amazon-archives / awsmobile-cli

CLI experience for Frontend developers in the JavaScript ecosystem.
Apache License 2.0
142 stars 35 forks source link

suppress errors on init, as no configuration is available #78

Closed m-bymike closed 6 years ago

m-bymike commented 6 years ago

The latest release broke the init command. On initialization there's unfortunately not a valid yaml file available. Pull request #76 added a re-throw of the exception, which broke the init command. I'm now simply suppressing errors on init.