Command-Line Interface¶
The hillstar CLI provides workflow management commands.
hillstar <command> [options]
Commands¶
discoverFind workflows in a directory.
validateValidate a workflow file against the schema.
executeExecute a workflow with full governance and tracing.
presetsList available model presets by provider.
enforceRun compliance checks on the project.
wizardInteractive setup wizard for provider configuration.
modeShow or set governance mode (workflow-required, dev, force).
Usage¶
# Discover workflows
hillstar discover ./workflows/
# Validate a workflow
hillstar validate workflow.json
# Execute a workflow
hillstar execute workflow.json --trace
# Run setup wizard
hillstar wizard
# Check compliance
hillstar enforce