Command-line interface for WAAAH local testing and scripting
npm install @opensourcewtf/waaah-cliCommand-line interface for local testing and interaction with the WAAAH system.
| Variable | Default | Description |
|----------|---------|-------------|
| WAAAH_SERVER_URL | http://localhost:3000 | Server URL |
| WAAAH_API_KEY | (none) | API key for authentication |
``bashSet environment
export WAAAH_SERVER_URL=http://localhost:3000
export WAAAH_API_KEY=your_key
Commands
| Command | Description |
|---------|-------------|
|
send | Send task to agent |
| list-agents | List registered agents |
| status | Get agent status |
| debug` | Show server debug info |