chef / chef-apply

The ad-hoc execution tool for the Chef ecosystem.
https://www.chef.sh/
Apache License 2.0
14 stars 14 forks source link

Add missing error CHEFVAL001 #122

Closed marcparadise closed 4 years ago

marcparadise commented 4 years ago

Fixes #118

This also corrects an error introduced with the shift to the new telemetry library, where our error handling would cause a call to ChefApply::Telemeter::capture, which does not exist.

Finally, it changes CHEFVAL001 (unreadable key) behavior so that it does not try to print usgae - showing usage when we already have a clear error and path for the operator to correct it just muddies the output.

Signed-off-by: Marc A. Paradise marc.paradise@gmail.com