These tools allow you to perform common administrative and configuration tasks with UNE.

Installation

The command line tools must be installed before use. When deployed on premise, all of the pre-requisites will be on the server.

If running on a standalone machine, you will need to get the UNE install media – on premise version and copy and paste the unecmd folder. You will also need to install node.js to be able to use the command line tools.

To install the command line globally, change the directory to the location where you have copied and pasted the unecmd folder, and run the following commands:

$ cd location of cli folder
$ npm install
$ npm link

You will now be able to run the commands from a command prompt, using:

$ {{deployfoldername}}unecmd --help