export_requirements
Export a project's lockfile to a requirements.txt format for easy dependency management and installation.
Instructions
Export the project lockfile to a requirements format.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_format | No | uv export format, such as ``requirements-txt``. | requirements-txt |
| output_file | No | Optional output path. Without it, content is returned. | |
| project_path | No | Optional project working directory. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | ||
| message | Yes | ||
| success | Yes | ||
| file_format | Yes | ||
| output_file | Yes |