Releases: node-red/node-red-admin
Releases · node-red/node-red-admin
2.2.0
- Default admin init to enable functionExternalModules
2.1.0
- Add
node-red-admin init
command to help create settings file
2.0.0
- Skip version 1.x to keep inline with
node-red
release numbering
- Drop support for old Node versions. Now requires at least Node 12.
- Update dependencies to latest
0.2.6
- Fix promise handling when displaying help
0.2.5
- Ensure node-red-admin has non-0 return code when commands fail
0.2.4
-More consistent support of --json flag
-Tidy up linting errors
0.2.3
- Add better message it not targetted to admin api
- Add support for install from url
- Remove colors from output
0.2.2
- Remove old colour function from hash-pw command
0.2.1
- Remove final traces of
when
module from tests
0.2.0
- Refactor the module so it can be required and invoked in code
- #10 Replace
request
with axios
- Add
--json
option to format output as JSON. Allows for better scripting
- Add
--userDir
to specify where to store the .cli-config.json
file