These tools allow you to perform common administrative and configuration tasks with Sweet.
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 Sweet install media – on premise version and copy and paste the sweetcmd 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 sweetcmd 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}}sweetcmd --help