Xybrid
Command Reference

Command Reference

Xybrid CLI commands

Commands

CommandDescription
runExecute a pipeline
packPackage models into .xyb bundles
deployPublish bundles to a registry
traceInspect 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

On this page