0.0.0-beta.0 • Published 3 years ago

axd v0.0.0-beta.0

Weekly downloads
10
License
MIT
Repository
github
Last release
3 years ago

Actyx Diagnostics

oclif Version Downloads/week License

A tool to diagnose issues with your ActyxOS nodes.

npm.io npm.io npm.io

Prerequistes

You need to have Node running on your machine.

Usage

Start the diagnostics server:

$ npx axd
Open the AXD UI at http://localhost:1234/

If you want to enable debug logs, start the server as follows:

  • Windows: $env:DEBUG = 'axd*'; npx axd
  • Linux / macOS: DEBUG=axd* npx axd