From 5c297862178203ba185e359d8d9d05f27fc0a7df Mon Sep 17 00:00:00 2001 From: Pim van Pelt Date: Sun, 6 Jul 2025 12:34:34 +0000 Subject: [PATCH] Simplify feature list --- README.md | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index d394a38..9da0290 100644 --- a/README.md +++ b/README.md @@ -4,12 +4,9 @@ SSH-based network device configuration backup tool with support for multiple dev ## Features -- **Multi-device backup**: Configure multiple routers in YAML -- **Device type templates**: Reusable command sets per device type -- **Configuration includes**: Split large configs with `!include` directives +- **Multi-device backup**: Configure multiple devices in YAML, with `!include` directives +- **Device type templates**: Reusable command sets per device type, overridable per individual device - **Flexible authentication**: SSH agent, key files, or password -- **Selective execution**: Backup specific devices with `--host` flags -- **Professional CLI**: Standard flags, version info, and help ## Quick Start @@ -33,10 +30,10 @@ make build devices: asw100: - user: admin + user: netops type: srlinux asw120: - user: admin + user: netops type: srlinux ```