c4cdfd2cc11b518804fb8302cadacc761fdef0e5
- Wrap defer resp.Body.Close() to capture error - Ignore json.Unmarshal error in valueAny (best-effort) - Check enc.Encode and os.Stdout.Write return values - Check json.NewEncoder.Encode and w.Write in test helpers - Check os.MkdirAll and os.WriteFile errors in tests - Check first writeDefaultConfig() call in AlreadyExists test - Remove unused mustMarshal helper
Description
A CLI tool written in Go that queries the PuppetDB API to look up and filter node facts.