-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
about: Update project to support the FastAPI command-line tool
title: '[CHORE] FastAPI CLI Integration'
labels: enhancement, help wanted
assignees: ''
What
Enable and configure the FastAPI CLI (via the fastapi entrypoint) so contributors can scaffold, run, and manage the app using standard commands.
Checklist
- Add
fastapi-clito project dependencies (fastapi[standard]) - Define
entry_pointsinsetup.py - Update README with example commands:
fastapi runfastapi new appfastapi openapi
- Adjust project layout if required by CLI conventions
fastapi --helpexits zerofastapi run --reloadstarts without errors (mocked)
Acceptance Criteria
fastapi --helpdisplays our project commandsfastapi runsuccessfully launches the dev server- README shows at least two working CLI examples
- Test coverage remains ≥ 95%
Metadata
Metadata
Assignees
Labels
No labels