pluralsh / plural-cli

cli for the plural platform
MIT License
27 stars 10 forks source link

Fix silent errors on configuration failure #340

Closed michaeljguarino closed 1 year ago

michaeljguarino commented 1 year ago

Summary

We would swallow config failures before instead of surfacing errors. Also the NOT condition has a bug in its setup

Test Plan

local + unit test

Checklist