help: Show running configuration as set commands
run: if [ "$VYATTA_USER_LEVEL_DIR" == "/opt/vyatta/etc/shell/level/admin" ];
then
cli-shell-api showCfg --show-active-only | vyos-config-to-commands
else
echo Must be an admin user to run this command.
fi