Skip to main content
Compile project queries into executable format.

Usage

helix compile [OPTIONS]

Available flags

FlagTypeDescription
--path, -pStringThe path to the project
--output, -oStringThe output path for compiled queries

Examples

# Compile queries in the current project
helix compile

# Compile with a specific output path
helix compile --output ./build