No description, website, or topics provided.
JavaScript
Switch branches/tags
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
lib Add hash-pw option Dec 13, 2015
test Add hash-pw option Dec 13, 2015
.gitignore Added .gitignore Nov 5, 2014
.travis.yml Add travis build Mar 24, 2015
Gruntfile.js Refactor commands to own modules Mar 24, 2015
LICENSE License Nov 6, 2014
README.md Add readme badges Mar 31, 2015
node-red-admin.js Add hash-pw option Dec 13, 2015
package.json Bump dependency versions Sep 6, 2016

README.md

Node-RED Command Line Tool

Build Status Coverage Status

Install this globally to make the node-red-admin command available on your path:

npm install -g node-red-admin

Note: you may need to run this with sudo, or from within an Administrator command shell.

Usage

Usage:
   node-red-admin <command> [args] [--help]

Description:
   Node-RED command-line client

Commands:
   target - Set or view the target URL
   login - Log user in to the targetted Node-RED admin api
   list - List all of the installed nodes
   info - Display more information about the module or node
   enable - Enable the specified module or node set
   disable - Disable the specified module or node set
   search - Search NPM for Node-RED modules relating to the search-term given
   install - Install the module from NPM
   remove - Remove the NPM module