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 ```