Skip to content

Releases: SerinaNya/n3n-mgmt-api-rs

v0.1.0: First Release 🎉

Choose a tag to compare

@github-actions github-actions released this 21 Apr 13:26
bb63e25

Full Changelog: https://github.com/SerinaNya/n3n-mgmt-api-rs/commits/v0.1.0


These daemons are supported (tested):

  • n3n edge
  • n3n supernode
  • n2n edge
  • n2n supernode
Usage: n3n-mgmt-api-rs.exe [OPTIONS]

Options:
      --api-endpoint <API_ENDPOINT>  
                                             n3n / n2nManagementAPI endpoint URL
                                     
                                             - For n3n: `unix:///run/n3n/edge/mgmt` or `http://127.0.0.1:{management_port}`
                                             - For n2n: `udp://127.0.0.1:5644`
                                             [default: unix:///run/n3n/edge/mgmt]
      --host <HOST>                  [default: 0.0.0.0]
      --port <PORT>                  [default: 8376]
  -h, --help                         Print help
  -V, --version                      Print version