@ailog/cli
v0.1.4
Published
CLI to run the ailog LLM logging dashboard
Downloads
557
Readme
ailog Dashboard CLI
CLI tool to run the ailog LLM logging dashboard.
Installation
npm install -g ailogUsage
# Start the dashboard server
ailog start
# Start with custom port
ailog start --port 8080
# Start with custom hostname
ailog start --hostname 127.0.0.1Options
| Option | Description | Default |
| --------------------------- | ------------------- | --------- |
| -p, --port <port> | Port to listen on | 9000 |
| -H, --hostname <hostname> | Hostname to bind to | 0.0.0.0 |
Requirements
- Node.js 18 or higher
