kubeshop / monokle-cli

CLI for Monokle core validation library
19 stars 3 forks source link

Fix config precedence #16

Closed f1ames closed 1 year ago

f1ames commented 1 year ago

At the moment CLI assumes that when user is authenticated it should use remote config only. We want to change that to fallback to local config so that the user will get validation results in more cases and also to keep previous behavior (as now being authenticated but not having project configured will break validation).

How it should behave:

While:

olensmar commented 1 year ago

@f1ames nailed it!