Skip to main content

Module commands

Module commands 

Source
Expand description

Command dispatch and shared types.

Routes parsed CLI commands to their implementations.

Modules§

bench
torvyn bench — benchmark a pipeline.
check
torvyn check — validate contracts, manifest, and project structure.
doctor
torvyn doctor — check development environment.
init
torvyn init — create a new Torvyn project.
inspect
torvyn inspect — inspect a component or artifact.
link
torvyn link — verify component composition compatibility.
pack
torvyn pack — package as OCI artifact.
publish
torvyn publish — publish to a registry.
run
torvyn run — execute a pipeline locally.
trace
torvyn trace — run with full diagnostic tracing.

Functions§

execute_command
Execute the given CLI command.