File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ toc: user-guide-toc.html
4
4
title : Command-line Administration
5
5
---
6
6
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
8
8
instance.
9
9
10
10
### Installation
@@ -23,18 +23,22 @@ without the <code>sudo</code> command.
23
23
24
24
### Target and Login
25
25
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:
28
28
29
29
node-red-admin target http://node-red.example.com/admin
30
30
31
31
If [ authentication] ( security ) is enabled, you must then ` login ` :
32
32
33
33
node-red-admin login
34
34
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
36
36
the target and access token information.
37
37
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
+
38
42
### Other commands
39
43
40
44
The tool provides the following commands:
You can’t perform that action at this time.
0 commit comments