Skip to content

Releases: node-red/node-red-admin

2.2.0

20 Jul 10:33
1d4101a
Compare
Choose a tag to compare
  • Default admin init to enable functionExternalModules

2.1.0

02 Jul 08:36
7bc6994
Compare
Choose a tag to compare
  • Add node-red-admin init command to help create settings file

2.0.0

10 Jun 10:54
6bcf587
Compare
Choose a tag to compare
  • 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

06 Jun 09:33
96f558e
Compare
Choose a tag to compare
  • Fix promise handling when displaying help

0.2.5

04 Jun 09:56
06ca4a4
Compare
Choose a tag to compare
  • Ensure node-red-admin has non-0 return code when commands fail

0.2.4

03 Jun 15:53
c52fc20
Compare
Choose a tag to compare

-More consistent support of --json flag
-Tidy up linting errors

0.2.3

03 Jun 09:48
bacd071
Compare
Choose a tag to compare
  • Add better message it not targetted to admin api
  • Add support for install from url
  • Remove colors from output

0.2.2

02 Jun 22:19
942b2a2
Compare
Choose a tag to compare
  • Remove old colour function from hash-pw command

0.2.1

02 Jun 21:50
7154000
Compare
Choose a tag to compare
  • Remove final traces of when module from tests

0.2.0

02 Jun 21:32
5bb7bae
Compare
Choose a tag to compare
  • 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