mix pipeline.showcase (pipeline v0.0.1)

View Source

Demonstrates the Pipeline with both mock and live modes.

Usage

mix pipeline.showcase          # Mock mode (safe, no API costs)
mix pipeline.showcase --live   # Live mode (real API calls, costs money)

Summary

Functions

Callback implementation for Mix.Task.run/1.

Functions

run(args)

Callback implementation for Mix.Task.run/1.