See configuration from within singlestore

How do I check current configuration parameter values after login into singlestore without going thru the config file?

check out

SHOW VARIABLES EXTENDED;
SHOW GLOBAL VARIABLES EXTENDED;
select * from information_schema.mv_global_variables;