satay-cli 0.1.0

CLI for generating Rust clients from OpenAPI 3.1 documents
satay-cli-0.1.0 is not a library.

satay-cli

Command-line interface for Satay.

Install from this repository:

cargo install --path crates/satay-cli

Generate Rust client code from an OpenAPI document:

satay generate --input openapi.yaml --output src/generated --rustfmt

Use --lib to emit lib.rs instead of mod.rs at the output root.

If you are looking for satay-rs, visit the main repository.