cargo-tupa-0.9.5 is not a library.
cargo-tupa
Cargo subcommand for Tupã Rust-DSL pipelines.
Overview
cargo-tupa provides Cargo subcommands for working with Tupã pipelines written in the Rust DSL.
Status: Alpha (0.9.x). Part of the crate-first Tupã architecture.
Installation
Commands
# Check pipeline type correctness
# Format pipeline! blocks
# Lint for common issues (duplicate steps, missing produces/requires)
# Run pipeline with JSON input
# Run pipeline in parallel
# Auto-discover and run the pipeline binary in current project
# Generate plugin scaffold
Environment Variables
TUPA_INPUT— JSON input for pipeline executionTUPA_STEP_TIMEOUT— timeout duration (e.g., "30s", "1m")TUPA_CHANNEL_CAPACITY— async channel capacity
License
Apache-2.0