Skip to content

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 run flow.yaml

sf list

List components registered in the SignalFlow registry.

sf list

sf promote

Promote a model artifact between stages.

sf promote --help

sf version

Print the installed package version.

sf version

API Reference

signalflow.cli.main.main

main() -> None

SignalFlow - research, backtest, and promote trading flows.