Run console command from inside plugin

Hello. I've been reading the umod documentation and it seems to be missing a lot. What's the up to date way to run a command from inside a plugin? For example runCommand('global.playerlist').

Is this documented somewhere? I keep finding things in forum posts that are not in the docs.

Something like this: 

rust.RunServerCommand("server.save");

Thanks. Where is that documented?

Not sure if it's documented anywhere.  I got it from a plugin that runs server commands.