Installing Server CLI
Before Installing
Important:Â If you already have Node installed, please check the version numbers you're running before installing this CLI. Minimum requirements for BlinkMobile CLIs are Node.js 6.2.x or newer, and npm 3.0 or newer, however it is recommended that users have the latest stable Node.js.
Installation
To install the Server CLI, open a terminal or command line prompt and type the following command:
npm install -g @blinkmobile/cli @blinkmobile/identity-cli @blinkmobile/server-cli
Â
Accessing the Server CLI
You can access the Server CLI using the command:
bm server
The "bm" command is an alias of "blinkm", and so both commands will work and are interchangeable.