What's Changed
- chore(deps): updated Go dependencies by @dependabot[bot] in #71
- refactor: made discovery package reusable - now importable by other projects by @ramonvermeulen in #72
- configuration is now more predictable: flags override env vars, which override YAML config, which overrides defaults
- scan command output is now in a table format which is cleaner and easier to read
- discovery functionality moved to
pkg/discoverywith documentation - fixed a thread safety issue that could cause crashes during device merging in rare cases
- feat: scan command now supports
--jsonand--prettyflags for structured output by @ramonvermeulen in #73 - feat: can now disable colored output via
theme.no_colorin config.yaml (in addition to NO_COLOR env var) by @ramonvermeulen in #75
Full Changelog: v0.5.1...v0.6.0