File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ toc: user-guide-toc.html
44title : Command-line Administration
55---
66
7- The [ node-red-admin] ( http://npmjs.org/package/node-red-admin ) command-line tool allows you to remotely administer a node-red
7+ The [ node-red-admin] ( http://npmjs.org/package/node-red-admin ) command-line tool allows you to remotely administer a Node-RED
88instance.
99
1010### Installation
@@ -23,18 +23,22 @@ without the <code>sudo</code> command.
2323
2424### Target and Login
2525
26- The tool must first be pointed at the Node-RED instance you want it to access. By
27- default, it assumes ` http://localhost:1880 ` . To change that, use the ` target ` command:
26+ To remotely administer a Node-RED instance, the tool must first be pointed at the Node-RED instance you want
27+ it to access. By default, it assumes ` http://localhost:1880 ` . To change that, use the ` target ` command:
2828
2929 node-red-admin target http://node-red.example.com/admin
3030
3131If [ authentication] ( security ) is enabled, you must then ` login ` :
3232
3333 node-red-admin login
3434
35- These commands create a file called ` ~/.node-red/cli-config.json ` that stores
35+ These commands create a file called ` ~/.node-red/. cli-config.json ` that stores
3636the target and access token information.
3737
38+ <div class =" doc-callout " >
39+ <em >Note</em > : The ` hash-pw ` option does <i >not</i > require the tool to be logged in and can be run at any time.
40+ </div >
41+
3842### Other commands
3943
4044The tool provides the following commands:
You can’t perform that action at this time.
0 commit comments