mix pipeline.run (PipelineEx v0.1.1)
View SourceRuns a Pipeline workflow from a YAML configuration file.
Usage
mix pipeline.run <config_file>          # Run in mock mode (safe, no API costs)
TEST_MODE=live mix pipeline.run <config_file>  # Run with real API callsExamples
# Run the comprehensive example in mock mode
mix pipeline.run examples/comprehensive_config_example.yaml
# Run with real AI providers (requires API keys)
TEST_MODE=live mix pipeline.run examples/comprehensive_config_example.yaml
# Run with debug output
PIPELINE_DEBUG=true mix pipeline.run examples/comprehensive_config_example.yamlEnvironment Variables
TEST_MODE: "mock" (default), "live", or "mixed"PIPELINE_DEBUG: "true" to enable detailed loggingPIPELINE_LOG_LEVEL: "debug", "info" (default), "warn", "error"GEMINI_API_KEY: Required for live mode with Gemini
Summary
Functions
Callback implementation for Mix.Task.run/1.
Functions
Callback implementation for Mix.Task.run/1.