python-poetry / python-poetry/poetry-plugin-export
(🎁) `poetry export` should have an `--all` option
Open
Nobody has claimed this yet.
enhancement
- Dominant language
- Python
- Stars
- 335
- Forks
- 57
- Avg merge
- 1h 23m
- Merged PRs (30d)
- 3
Description
- I have searched the issues of this repo and believe that this is not a duplicate.
- I have searched the documentation and believe that my question is not covered.
Feature Request
poetry export --dev -E x -E y -E z # oops, I forgot to add my new extra
Please add a poetry export --all
Use case be like, I want to run safety on all my external dependencies.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start at the poetry export command entry point and trace how --dev and -E are handled. Define the expected scope of --all from the feature request, including all extras and external dependencies, then add coverage for the new option.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100