From dcb277ba0aed4a02f48572d10d3ba242942b8639 Mon Sep 17 00:00:00 2001 From: Christian Breunig Date: Sat, 18 Nov 2023 21:53:35 +0100 Subject: config-mgmt: T4957: T2405: add proper valueHelp strings for remote URL vyos@vyos# set system config-management commit-archive location Possible completions: uri Uniform Resource Identifier Unfortunately URI is a bit "less" specific - add proper help strings: vyos@vyos# set system config-management commit-archive location Possible completions: http://:@/ https://:@/ ftp://:@/ sftp://:@/ scp://:@/ tftp://:@/ git+https://:@/ --- interface-definitions/system-config-mgmt.xml.in | 28 +++++++++++++++++++++++-- 1 file changed, 26 insertions(+), 2 deletions(-) (limited to 'interface-definitions') diff --git a/interface-definitions/system-config-mgmt.xml.in b/interface-definitions/system-config-mgmt.xml.in index 794f9f1a0..b01b44bf9 100644 --- a/interface-definitions/system-config-mgmt.xml.in +++ b/interface-definitions/system-config-mgmt.xml.in @@ -17,8 +17,32 @@ Commit archive location - uri - Uniform Resource Identifier + http://<user>:<passwd>@<host>/<path> + + + + https://<user>:<passwd>@<host>/<path> + + + + ftp://<user>:<passwd>@<host>/<path> + + + + sftp://<user>:<passwd>@<host>/<path> + + + + scp://<user>:<passwd>@<host>/<path> + + + + tftp://<user>:<passwd>@<host>/<path> + + + + git+https://<user>:<passwd>@<host>/<path> + -- cgit v1.2.3