-
Notifications
You must be signed in to change notification settings - Fork 21
Open
Labels
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
michael@michaelbrooks.ca
Reactions are currently unavailable