help: Show running configuration (including default values)
run: if [ "$VYATTA_USER_LEVEL_DIR" == "/opt/vyatta/etc/shell/level/admin" ];
then
cli-shell-api showCfg --show-show-defaults --show-active-only \
--show-hide-secrets
else
echo Must be an admin user to run this command.
fi