What command is used to globally install the Mobile Foundation CLI from the command prompt without first downloading it?
npm install mfpdev-cli
npm install -g mfpdev-cli
node install -g mfpdev-cli
npm install -g path-to-cli-.tgz-file
Submit