cli/pkg/unifi
Snider 57057e64d1 fix(unifi): address CodeRabbit review feedback
- Reject conflicting --wired and --wireless flags in clients command
- Complete --type flag help text with bgp and ospf route types
- URL-escape site name in routes API path
- Wrap all command errors with log.E for contextual diagnostics
- Set TLS MinVersion to 1.2 on UniFi client
- Simplify redundant fmt.Sprintf in Print calls

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-05 01:34:13 +00:00
..
client.go fix(unifi): address CodeRabbit review feedback 2026-02-05 01:34:13 +00:00
clients.go feat(unifi): add UniFi Go SDK integration and CLI commands 2026-02-05 01:13:31 +00:00
config.go feat(unifi): add UniFi Go SDK integration and CLI commands 2026-02-05 01:13:31 +00:00
devices.go feat(unifi): add UniFi Go SDK integration and CLI commands 2026-02-05 01:13:31 +00:00
networks.go feat(unifi): add UniFi Go SDK integration and CLI commands 2026-02-05 01:13:31 +00:00
routes.go fix(unifi): address CodeRabbit review feedback 2026-02-05 01:34:13 +00:00
sites.go feat(unifi): add UniFi Go SDK integration and CLI commands 2026-02-05 01:13:31 +00:00