fix: skip existing hosts and credentials on JSON import #485

Merged
ZacharyZcR merged 1 commits from fix/json-import-duplicates into dev-1.10.1 2026-01-12 07:31:04 +00:00
ZacharyZcR commented 2026-01-08 16:38:03 +00:00 (Migrated from github.com)

Summary

  • Check for existing SSH hosts by ip + port + username before import
  • Check for existing credentials by name before import
  • Skip duplicates by default, or update if replaceExisting option is true

Fixes #389

## Summary - Check for existing SSH hosts by ip + port + username before import - Check for existing credentials by name before import - Skip duplicates by default, or update if replaceExisting option is true Fixes #389
Sign in to join this conversation.