From 8a9415f0b4355ba65bc96218fecf4abaf459f6ad Mon Sep 17 00:00:00 2001 From: Richard Alpe Date: Tue, 10 Jun 2025 16:06:12 +0200 Subject: [PATCH] klish-plugin-infix: restore missing CLI commands moved to show context Some CLI commands where inadvertently moved from the global CLI context into the show context. For example the upgrade command. As a result, commands like upgrade were unavailable at the top-level prompt:admin@ix-00-00-00:/> upgrade ? Error: Command not found, or incomplete. However, these commands remained accessible under the "show" context as a temporary workaround: admin@ix-00-00-00:/> show upgrade ? URI [(ftp|tftp|http|https|ftp)://(dns.name | ip.address)/path/to/]upgrade-bundle.pkg This patch restores the affected commands to the global CLI context so that commands like upgrade function as intended at the root prompt. Fixes: 9c0a8e39 klish-plugin-infix: fix indentation in infix.xml Signed-off-by: Richard Alpe --- src/klish-plugin-infix/xml/infix.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/klish-plugin-infix/xml/infix.xml b/src/klish-plugin-infix/xml/infix.xml index c10e1b27..1ce5ff1a 100644 --- a/src/klish-plugin-infix/xml/infix.xml +++ b/src/klish-plugin-infix/xml/infix.xml @@ -492,6 +492,7 @@ jq -C . /cfg/startup-config.cfg |pager + @@ -586,8 +587,6 @@ rauc install $force $KLISH_PARAM_URI - -