CLI¶
Command-line interface for running flows and managing model artifacts.
Entry Point
sf -- installed automatically with the package via pip install signalflow-trading.
Commands¶
sf run¶
Run a flow from a YAML configuration file.
sf list¶
List components registered in the SignalFlow registry.
sf promote¶
Promote a model artifact between stages.
sf version¶
Print the installed package version.
API Reference¶
signalflow.cli.main.main ¶
SignalFlow - research, backtest, and promote trading flows.