koki / short

Manageable Kubernetes manifests through a composable, reusable syntax
https://docs.koki.io/short
Apache License 2.0
122 stars 14 forks source link

make sure errors come with sufficient context #68

Closed ublubu closed 6 years ago

ublubu commented 6 years ago

added a flag --verbose-errors to indicate that error messages should include pretty-printed object contents instead of just their types (default).

for workflows that skip the import feature, also added filename to error messages. (since imports will be redesigned anyway)

@wlan0