hud version
hud set
~/.hud/.env for default use in HUD.
hud cancel
Cancel remote evaluation jobs submitted viahud eval --remote.
<job_id>- Job ID to cancel (positional argument)--trace-id, -t <trace_id>- Cancel a specific trace within a job--all, -a- Cancel all your active jobs--yes, -y- Skip confirmation prompt
Requires
HUD_API_KEY to be set.hud models
List available models from the HUD inference gateway.--json- Output as JSON
hud push
Push a locally built Docker image to the HUD registry. This is a lower-level command — most users should usehud deploy which handles the full build + push flow.
| Argument | Default | Description |
|---|---|---|
directory | . | Environment directory with hud.lock.yaml |
hud build. Push reads the lock file to determine which image to push.
hud push is hidden from the main help output. Use hud deploy for the standard workflow.hud convert
Convert external task/dataset formats to HUD format.<path>- Path to source tasks/dataset directory--from- Source format (auto,webarena,browsergym, etc.)--output, -o- Output path for converted tasks
hud scenario
Test scenarios against a running MCP server. Requireshud dev running in another terminal.
List scenarios
Run setup (get the prompt)
Grade (submit answer + evaluate)
Full run (setup + grade)
--url, -u- Server URL (default:http://localhost:8080/mcp)--args, -a- JSON string of scenario arguments--answer, -A- Answer to submit for grading