Skip to content

Cli

openapi_first.cli

openapi_first.cli

Command-line interface for FastAPI OpenAPI-first scaffolding utilities.

This CLI bootstraps OpenAPI-first FastAPI applications from versioned, bundled templates packaged with the library.

available_templates

available_templates() -> list[str]

Return a list of available application templates.

copy_template

copy_template(template: str, target_dir: Path) -> None

Copy a bundled OpenAPI-first application template into a directory.