Module cli

Module cli 

Source
Expand description

CLI interface Command-line interface for stygian

Provides the stygian binary with subcommands for running, validating, and visualising scraping pipelines.

§Example

stygian run pipeline.toml
stygian check pipeline.toml
stygian list-services
stygian list-providers
stygian graph-viz pipeline.toml --format mermaid

Structs§

Cli
Stygian — high-performance graph-based scraping engine

Enums§

Commands
Available sub-commands for the stygian CLI
VizFormat
Visualisation output format

Functions§

run_cli
CLI entry point.