Command Reference
Command Reference
Xybrid CLI commands
Commands
| Command | Description |
|---|---|
run | Execute a pipeline |
pack | Package models into .xyb bundles |
deploy | Publish bundles to a registry |
trace | Inspect telemetry from previous runs |
Quick Examples
# Run a pipeline
xybrid run --pipeline voice-assistant
# Package a model
xybrid pack whisper-tiny --version 1.0.0 --target macos-arm64
# Deploy to registry
xybrid deploy dist/whisper-tiny.xyb --registry local
# View telemetry
xybrid trace --latest