Open
Description
On UNIX operating systems, whoami
is a common command to determine what user you are operating as:
$ whoami
mwbrooks
This convention can be mimicked with the PhoneGap/Build CLI to find out what user you are logged in as:
$ phonegap-build whoami
[email protected]